Search found 1 match
- Sat May 03, 2008 6:37 pm
- Forum: V-USB
- Topic: Atmega128 restarts
- Replies: 1
- Views: 3412
Atmega128 restarts
Hi, I have a problem with Atmega128 and AVR-USB. When I call usbInit() my AVR restarts. Schematic: www.exsports.info/sch.JPG UsbConfig: www.exsports.info/usbconfig.h Code: int main(void) { PORTD = 0; DDRD = 0b11111000; usbInit(); sei(); for(;;){ usbPoll(...