Search found 1013 matches
- Sun Feb 04, 2007 3:02 pm
- Forum: V-USB
- Topic: "Unknown Device" detected in WinXP
- Replies: 3
- Views: 8622
- Sat Feb 03, 2007 9:19 pm
- Forum: V-USB
- Topic: Connection ISP Pins 8 and 10
- Replies: 1
- Views: 5822
Since it's not necessary to have four ground pins, I usually connect two of them to RxD and TxD for debugging purposes. AVR-Doper can even read the debug info from these pins. If you use AVR-Doper for In System Programming, you can print debug info through the ISP cable and AVR-Doper. The additional...
- Sat Feb 03, 2007 9:15 pm
- Forum: V-USB
- Topic: Overclocked microcontroller and other questions...
- Replies: 2
- Views: 7380
Re: Overclocked microcontroller and other questions...
Anonymous wrote:Does anybody have any experience with a AT90S2313-10PC (10MHz)... is it possible to use a 12 MHz quartz?
I have tried a couple of them and none failed, even at 3.5 V....
- Sat Feb 03, 2007 9:11 pm
- Forum: V-USB
- Topic: Powerswitch Problem
- Replies: 5
- Views: 9681
1. I compiled the code in winAVR instead of avr-gcc in linux without setting the alignment or using ATmega161 compatibility mode and it worked fine, how is that possible? This is probably a slightly different version of gcc. I have not found a rule how memory addresses are assigned to variables. Lo...
- Fri Feb 02, 2007 7:31 pm
- Forum: V-USB
- Topic: Powerswitch Problem
- Replies: 5
- Views: 9681
Two questions: (1) Do you limit the D+ and D- voltage with zener diodes? Some host controllers don't work with levels considerably above 3.3 V. [Even if you don't use those zeners, your host seems to tolerate the 5 V.] (2) Do you run the command line utility as root? Linux has Unix permissions for v...
- Fri Feb 02, 2007 7:27 pm
- Forum: V-USB
- Topic: Using 5V AVR's with AVR-USB
- Replies: 8
- Views: 17511
- Wed Jan 31, 2007 4:36 pm
- Forum: V-USB
- Topic: [long] IR mouse problem
- Replies: 17
- Views: 28886
This is indeed very interesting and I have no obvious explanation for it. One possible explanation: Bulk endpoints need lots of CPU time on the AVR. The timing with your host may be so that there is no (or almost no) time left for programming the AVR. Thus the timeout. When you insert a hub, timing ...
OK. 5 usec is fast enough to avoid any timeouts. Another possible cause for timeouts is that the supply voltage for the target is too low. There is a tighter limit for programming than for other operations. If the internal programming voltage does not reach its minimum, programming won't work and we...
- Sat Jan 27, 2007 5:55 pm
- Forum: V-USB
- Topic: hidkeys: device not accepting address ...
- Replies: 16
- Views: 26862