Search found 2 matches

by mov01
Wed Dec 28, 2011 5:01 pm
Forum: V-USB
Topic: problem on atmega8 with USB_CFG_IOPORTNAME set to D
Replies: 3
Views: 3757

Re: problem on atmega8 with USB_CFG_IOPORTNAME set to D

Hi, thanks for your reply. I have uploaded a modified version of the simple powerswitch reference example. I modified the PROGMEM(const) parts of the code, so that i am able to compile it using my version of gcc: m I also modified the parts of code (inside main.c), that modifies PORTD so it wont int...
by mov01
Fri Dec 23, 2011 4:55 pm
Forum: V-USB
Topic: problem on atmega8 with USB_CFG_IOPORTNAME set to D
Replies: 3
Views: 3757

problem on atmega8 with USB_CFG_IOPORTNAME set to D

Hi, i am having a problem setting USB_CFG_IOPORTNAME to D getting vusb to work. If i use B instead and connect INT0 additionally to D+ everything works fine, only if i use D as USB_CFG_IOPORTNAME and connect D+ directly to INT0 i cant get it to work. I seems to me, that there is a link between using...