2015-09-02 04:40 AM
I have generated code, using STM32CubeMX, to operate and show up as a MSD on my windows computer - HOWEVER, when I connect my device to the computer I can not see the device - instead it shows up in the Universal Serial Bus controllers section in Device manager as an Unknown device - Device Descriptor Request Failed.
Windows error Code 43. is there something I need to add to the generated code? I have attached the code. PLEASE HELP #otg #stm32f105/7-msd2015-09-02 08:59 AM
Hi lynn.aaron,
Try to run the example under STM32Cube_FW_F1_V1.2.0\Projects\STM3210E_EVAL\Applications\USB_Device\MSC_Standalone with STM32CubeMx 4.10.0, and compare your generated code with this one. -Shahrzad-2015-09-03 03:42 AM
I have tried running the code you have mentioned. The MSD does not show up, it instead installs the drivers and then flashes up as a removable device. Is this because there is no SD card as mentioned in the example? the dev board I am using has a SD card, do I just need to redirect to the sd card?