- resolved -Compatible with ATTINY44 ?
Posted: Thu Jun 03, 2010 5:50 pm
Hi I am wondering if I did setup my config.h correctly when using an ATTINY44 .
ATTINY44 has INT0 at PB2, but I need to use Port A as USB I/O (PA5 as D+ and PA7 as D-). ATTINY44 has no "free" inputs on PORTB (besides INT0) so I need to use PORTA....
I did connect D+ to PA5 AND to INT0 and did connect D- to PA7
So is this correct ?
#define USB_CFG_IOPORTNAME A
#define USB_CFG_DMINUS_BIT 7
#define USB_CFG_DPLUS_BIT 5
I did try the mouse example, however: Windows doesn't recogniced it...
I am wondering if I need to alter something that also PORTB (INT0) is configured correctly ?
Thanks, Boris
ATTINY44 has INT0 at PB2, but I need to use Port A as USB I/O (PA5 as D+ and PA7 as D-). ATTINY44 has no "free" inputs on PORTB (besides INT0) so I need to use PORTA....
I did connect D+ to PA5 AND to INT0 and did connect D- to PA7
So is this correct ?
#define USB_CFG_IOPORTNAME A
#define USB_CFG_DMINUS_BIT 7
#define USB_CFG_DPLUS_BIT 5
I did try the mouse example, however: Windows doesn't recogniced it...
I am wondering if I need to alter something that also PORTB (INT0) is configured correctly ?
Thanks, Boris