PULLUP BIT

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

PULLUP BIT

Post by ulao » Wed Oct 28, 2009 10:30 pm

I have defined
#define USB_CFG_PULLUP_IOPORTNAME D
and
#define USB_CFG_PULLUP_BIT 1
but usbDeviceConnect(); does not bring PD1 high?

What cloud have missed.

NEVER MIND! I had my old reset still in place..

Saimon

Re: PULLUP BIT

Post by Saimon » Thu Oct 29, 2009 7:38 pm

What controller used? Is there right fuses set? Post here void main(); and usbconfig.h. We are try to help!

ulao
Rank 4
Rank 4
Posts: 481
Joined: Mon Aug 25, 2008 8:45 pm

Re: PULLUP BIT

Post by ulao » Thu Nov 05, 2009 4:50 pm

NEVER MIND! I had my old reset still in place..
- It was my error ;)

Post Reply