cancel
Showing results for 
Search instead for 
Did you mean: 

SD-Card connect to STM32H7x3

Gunnar Bohlen
Associate III

Hello,

I would like to start a new design based on STM32H7x3.

The STM32H7 Evalboard uses a dual voltage level translator between MCU and SD-Card. But this required some extra pins (DIR_0,DIR_1_3, CLK_FB, DIR_CMD) that I need for anothere peripheral.

Could someone confirm that I can directly connect a SD-Card (or eMMC in 4bit mode) only using DATA[0..3], CMD, CLK instead?

Does anyone know of a Evalbord that connects a SD-Card in this "simpe" way to the MCU?

Thank you.

3 REPLIES 3
Tilen MAJERLE
ST Employee

Check schematics of F746-Discovery kit.

https://www.st.com/en/evaluation-tools/32f746gdiscovery.html

You may do it with 6 pins for 4-bit SDIO.

I've used SD and eMMC directly using classic wiring on NUCLEO H743ZI​

I have an other board, also without transceiver.

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

thank you.