Hello!
Where can I find possible values for media_status, returned by USBX mass storage callback functions?
Or, more specifically, how do I notify USB host that mass storage is temporarely not ready? My device using shared resource (QSPI flash) for mass storage, and I need to notify host when this resource is busy (during erase operations for example), but will be available soon. Currently I use mutex with TX_WAIT_FOREVER, but I'm not sure if it's correct approach.
Thanks in advance,
Eighth