Search found 1 match

by hendrix13
Sun Jun 19, 2011 4:10 pm
Forum: V-USB
Topic: Porting V-USB to Atmega48 / 88 / 168 - important hint
Replies: 0
Views: 4731

Porting V-USB to Atmega48 / 88 / 168 - important hint

I run into problems with porting HIDKeys and some other projects from ATmega8 to ATmega48 and could not succeed with hints from other posters. I finaly solved the problem with some important changes at the end of usbconfig.h. The trick was: #define USB_INTR_CFG EICRA /* not MCUCR */ /* #define USB_I...