Hello,
I have an application that is writing data to USB mass storage devices
under Windows CE 5.0 on a Kontron ETX-P3T platform. When the
application tries to write data to the storage device and it's not
present, I get an exception which I catch and everything is fine. But
when the storage device is unplugged while the application is writing
data to the device the whole Windows CE freezes and doesn't come back
to life without reboot. So there seem to be problem with the drive when
it get's a write command in the one or two seconds between unplugging
the storage device and removing the the devices name from the Windows
Explorer drive list. I don't have any experience with the underlying
USB or ATAPI driver and because I didn't get any exception I can't
catch this error in the application that tries to write the data. Does
anyone has experience with this problem and can give me a (as detailed)
hint (as possible) where to look for the problem in the drivers?
Thanks in advance.
Gunnar