Hi,
I used Keil sample program for USB detection and removal.
In my case, the USB is got detected and started file writing. But if i removed the USB in between the program is getting hanged.
After further analysis, its found that fclose() is causing the problem.
How could i solve this issue.
Regards, Arun
Thank you for the reply.
How could i close the file where file handler is no longer valid.
Is there any method to handle this situation safely. My program is getting stuck because of unexpected removal of USB.
Regards Arun