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