Yes, please mail me the code through http://www.obdev.at/products/avrusb/feedback.html
I might have a hardware to run it.
Search found 1013 matches
- Wed Mar 19, 2008 12:01 am
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 11:47 pm
- Forum: V-USB
- Topic: odd behavior of AVR-Doper
- Replies: 27
- Views: 19212
- Tue Mar 18, 2008 11:43 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
Since you don't get any debug logs, AVR-USB does not send any data (except the disconnect at boot time, but that would be D+ and D- at 0 V). The static 3 V level must therefore come from the host. But there's no situation where you can see extended periods of high level on D+, not even a pulse seque...
- Tue Mar 18, 2008 11:29 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 11:21 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 11:19 pm
- Forum: V-USB
- Topic: odd behavior of AVR-Doper
- Replies: 27
- Views: 19212
- Tue Mar 18, 2008 10:50 pm
- Forum: V-USB
- Topic: odd behavior of AVR-Doper
- Replies: 27
- Views: 19212
- Tue Mar 18, 2008 10:27 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
Since you don't get any data packets (or only one at most), I suspect an electrical problem. Did you measure voltage levels at D+ and D-? Is it possible that a wire in the cable is broken or that the pull-ups of the AVR are active for the I/O ports? Just guessing... AVR-USB is proven to work on the ...
- Tue Mar 18, 2008 10:04 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
OK. Then going back to your debug output from above: You see USB RESET (ff:) and one interrupt during reset (50:). You should see many more interrupts, one for each packet sent to the AVR. Since the AVR does not answer, the host should retry the packets several times and retry the entire enumeration...
- Tue Mar 18, 2008 9:45 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 9:16 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 8:44 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
I mean the handler for INT0, this is in the assembler module. Declare your own handler for INT0 and rename the function in usbdrvasm12.inc (or whatever module you use). The name is USB_INTR_VECTOR (a macro defined to the actual name). Temporarily rename it to something else to avoid linker conflicts.
- Tue Mar 18, 2008 8:30 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 8:10 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975
- Tue Mar 18, 2008 7:54 pm
- Forum: V-USB
- Topic: AVR-USB Device Not Recognized on Atmega8
- Replies: 41
- Views: 32975