2018-08-29 11:00 AM
Hello,
I am using STM32Cube_FW_F4_V1.21.0 library version.
I would like to implement USB mass storage device example along with SDIO interface. When I connect my STM32 device with the PC, I wish to see my SD card content on my PC.
I made some configuration in the cubemx. However it is not working.
Could someone share a working copy ?
Do I need to modify the content of the "usbd_storage_if.c" file ?
Solved! Go to Solution.
2018-09-03 07:48 AM
Have you ported it to your specific board? STM32F4 is overly broad, perhaps you can be more precise about the board in question.
Clocks, pins, HSE frequency and PLL settings? HSE_VALUE?
2018-08-29 12:48 PM
STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_Standalone
2018-09-03 07:01 AM
2018-09-03 07:48 AM
Have you ported it to your specific board? STM32F4 is overly broad, perhaps you can be more precise about the board in question.
Clocks, pins, HSE frequency and PLL settings? HSE_VALUE?
2018-09-03 11:15 AM
Thanks Clive,
it is PLL Settings. Now it is working