USB Stack MSD host - device attach

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

USB Stack MSD host - device attach

跳至解决方案
1,442 次查看
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

标签 (2)
标记 (4)
0 项奖励
回复
1 解答
1,053 次查看
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 项奖励
回复
1 回复
1,054 次查看
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 项奖励
回复