Search found 6 matches
- Mon Nov 03, 2008 9:54 pm
- Forum: V-USB
- Topic: I2C-tiny-USB data transfer
- Replies: 2
- Views: 5100
I2C-tiny-USB data transfer
Hi Guys, I'm not sure if this is the right place to ask the question but here goes. I'm writing a python module to access the I2C bus via I2C-tiny-USB. I'm doing this through libUSB so it can be used on Linux and Windows. I'm using the pyUSB project as a wrapper to get to libUSB. I'm not sure whethe...
- Mon Jul 28, 2008 5:02 am
- Forum: V-USB
- Topic: How to port AVRUSb on ATMGA128
- Replies: 2
- Views: 4397
- Thu Jun 05, 2008 10:04 am
- Forum: V-USB
- Topic: USBaspLoader locking up
- Replies: 1
- Views: 3199
I'm making some progress. The original problem was that the bootloader was being put at the wrong memory address. I had it at 0x9000, but this is the address in words. The correct address is 0x1E000 bytes. So now I know it's at the correct memory location and it seems to run, but no USB devices are ...
- Fri May 30, 2008 11:28 pm
- Forum: V-USB
- Topic: USBaspLoader locking up
- Replies: 1
- Views: 3199
USBaspLoader locking up
Hi Guys, I'm trying to compile USBaspLoader for the ATmega128. I have got the powerswitch running without any problems so the hardware side of things should be good. I have slightly modified the main() code to find out what's going on. I have 8 LEDs on PORTA. int main(void) { DDRA = 0xF...
- Fri May 30, 2008 4:42 am
- Forum: V-USB
- Topic: AVR-USB on ATmega128
- Replies: 2
- Views: 4750
- Thu May 15, 2008 12:01 am
- Forum: V-USB
- Topic: AVR-USB on ATmega128
- Replies: 2
- Views: 4750
AVR-USB on ATmega128
Hi Guys, New to the forum and new to AVRs, but have programmed other microcontrollers. I'm just laying out a board with an ATmega128 on it. I have a question about the interrupts that are used with AVR-USB. On the ATmega128 there are 8 interrupts, INT0-3 are asynchronous, INT4-7 are synchronous. Wit...