Search found 1 match

by gniibe
Thu Sep 11, 2008 2:33 pm
Forum: V-USB
Topic: Atmega32 with USB (Bad Signal Problem???)
Replies: 5
Views: 7815

usbPoll problem, perhaps

I have encounter similar problem when I test AVR-USB at 20MHz, when main loop just call usbPoll and no other things. If you put some delay in the loop, say, _delay_us(200), and it works fine, usbPoll might be the cause of problem. For my case, following change fixed my problem. Could you please try ...