AT90USB1287 OTG host compatibility with devices?
- From: rg.jones@xxxxxxxxxx
- Date: 28 Apr 2007 20:32:25 -0700
Hi,
I would like to discuss with anyone who has some experience
interfacing the AT90USB1287 to various USB devices.
Have you found any that don't work?
I have two devices which are detected correctly - Lexar 32MB jump
dirve and a Lenovo USB sound device .... I have two that are don't get
detected correctly and they are a 512MB Imation flash drive and a
Gigafast 102.11g wireless fob.
The code goes screwy in this section when one of the "bad" devices is
plugged in (snippet from the atmel demo programs)
case DEVICE_UNATTACHED:
for (c=0;c<MAX_EP_NB;c++) {ep_table[c]=0;}// Reset PIPE
lookup table with device EP addr
Host_clear_device_supported(); // Reset Device status
Host_clear_configured();
Host_clear_device_ready();
Usb_clear_all_event(); // Clear all software
events
Usb_enable_vbus(); // Give at least device
power supply!!!
if(Is_usb_vbus_high())
{ device_state=DEVICE_ATTACHED; } // If VBUS ok goto to
device connection expectation
break;
So when it hits Usb_enable vbus(); the jtag mkii goes awry ...
Any one else run into this - I am using a AT90USBKEY - I am using the
latest code from Atmel and winavr ...
I was runing the key on a 9v battery but did switch to a wallwart just
to be sure and no diff..
Glenn
.
- Prev by Date: Re: Opinions about the NXP LPC3000
- Next by Date: Re: Warning -- Off Topic, Job Ad
- Previous by thread: Re: Experience with Compulabs CM-X270 ?
- Next by thread: FX2 and EEPROM
- Index(es):
Relevant Pages
|