Hi,
I am currently developing USB Device firmware using the CC2531 Dongle. I was able to detect it as a USB Mass storage class device on an Windows XP OS.
The problem is, it is not installed properly by the default mass storage class driver (usbstor.sys) . I believe I properly enumerated the device using typical descriptors
for the mass storage class.
This is my first time handling USB protocols, I need a heads up on this. See where and what I'm missing.
Thank you in advance.
-Kenneth