cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4 + USB MSD + SDIO Working Example

voyvoda .
Senior

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions

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?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

View solution in original post

4 REPLIES 4

STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Applications\USB_Device\MSC_Standalone

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
voyvoda .
Senior

When I compile and download the code. I see a USB problem.

What could be the possible solution ?

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?

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
voyvoda .
Senior

Thanks Clive,

it is PLL Settings. Now it is working