Search found 2 matches

by WarNick
Thu Oct 23, 2008 1:00 pm
Forum: V-USB
Topic: USB AVR (hid mouse) PORT init problem
Replies: 2
Views: 3722

yep, I did "clean all". I solved the problem shifted D+ & D- to the port B bit0 and bit1 and connected D+ line to the Pd2/Int0 pin (Atmega8)

In this config it works )
by WarNick
Mon Oct 06, 2008 12:58 pm
Forum: V-USB
Topic: USB AVR (hid mouse) PORT init problem
Replies: 2
Views: 3722

USB AVR (hid mouse) PORT init problem

Hello, I have a little problem (maybe very stupid, by I'm novice in USB stuff) As I understand, to config the pins on port D (for D+ and D-) it's neccesary to define these lines #define USB_CFG_DMINUS_BIT 0 #define USB_CFG_DPLUS_BIT 2 But if I define DMINUS_BIT with bit 4 or other (and connect pin t...