MSC with sd card configuration
I'm encountering an issue while attempting to configure my STM3240G-EVAL board to function as a “Mass Storage Device” with a microSD as Storage.
I used the MX configurator and followed tutorials but encountered the same issue every time. I can compile but if I connect the board via USB to my computer no device is detected.
Here's a breakdown of my configuration in MX:
SDIO and DMA:
- SDIO is in “SD 4 bits Wide bus”-
- DMA2 is active (SDIO_RX to DMA2 Stream 3 and SDIO_TX to DMA2 Stream 6)
- SDIO global interrupts are enable.
- I tried different SDIOCLK clock divide factors (PCLK2 are 84MHz)
MSC:
- USB_OTG_FS is “Device_Only”
- Class for FS IP in USB_DEVICE is set to “Mass Storage Class”.
the other options are untouched.
Did I miss something or had somebody the same issue?
