USB Stack MSD host - device attach

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Stack MSD host - device attach

Jump to solution
808 Views
gaminn
Contributor IV

Hello,

MSD Host project example for Kinetis K70 from Freescale USB Stack v4.0.2 won't detect already attached USB flash drive upon startup. I have to remove and attach the drive, then it is detected.

How I can I enforce detection of already attached USB flash drive upon startup?

Thanks

Labels (2)
Tags (4)
0 Kudos
1 Solution
419 Views
apanecatl
Senior Contributor II

The enumeration only happens after the microcontroller has already configured and initiated the USB module, if the USB drive is attached prior to the execution of this process the system will not detect the drive.

View solution in original post

0 Kudos
1 Reply
420 Views
apanecatl
Senior Contributor II

The enumeration only happens after the microcontroller has already configured and initiated the USB module, if the USB drive is attached prior to the execution of this process the system will not detect the drive.

0 Kudos