This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Managing a USB MSD via USB Host MDK-PRO

Hi guys,

I'm implementing a USB Host driver using the MDK-PRO libraries.

I understand that I must run usbh_engine(0) to catch host events and finit("U0:") to initialise the drive for access, however, what's the best way to have my application made aware of a USB disconnect? I'm guessing I must re-run finit("U0:")?

Many thanks

0