FileX - does any one know how to close_media without the system hanging? - BUG-
Hello,
I'm using AzRTOS with FileX. Currently, I can detect when the SD card is plugged in, then I initialize the hardware, and call fx_media_open(). The filesystem works as expected.
I can also unmount the media with fx_media_close(), and the user can pull out the card. That works.
The problem is when the user pulls the SDcard when the media is open. I detect the card removal and try to call fx_media_close(), but that just hangs the system when calling fx_media_close(). Is there a special procedure needed to recover when the media is removed?
thanks
Matthew
