cancel
Showing results for 
Search instead for 
Did you mean: 

SD Card as MSC Device on STM32H753I-EVAL2

ikogman
Associate II

Hello everyone,

I’m looking for some assistance with making an SD card work as a Mass Storage Class device on the STM32H753I-EVAL2 board. I’ve come across various solutions on the forum that have helped others, but none have resolved all the issues, and I’m still facing some challenges.

I have 2 specific questions:

  1. The MSC_standalone example doesn’t seem to function correctly on the EVB. It recognizes the SD card and initiates communication, but it reaches a fault error. I’ve tried several SD cards with different speeds and capacities.

  2. In our CUSTOM BOARD design for our product, we’ve only had succes (open the flash drive) with low-volume SD cards. I suspect this might be related to clock rates.

    One notable difference between the evaluation board and our custom board is the absence of a transceiver for the SD card. 

Any insights or suggestions would be greatly appreciated!

Thank you!

Itzik

1 REPLY 1

STM32Cube_FW_H7_V1.11.2\Projects\STM32H743I-EVAL\Applications\USB_Device\MSC_Standalone\readme.txt

Set to ZERO #define USE_SD_TRANSCEIVER 1U

STM32Cube_FW_H7_V1.11.2\Projects\STM32H743I-EVAL\Applications\USB_Device\MSC_Standalone\Inc\stm32h7xx_hal_conf.h

Should be able to support SDHC / SDXC (most ultra) without transceiver

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