cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F7 Nucleo with SD card issue

Mutlu.Mert
Associate III
Posted on December 22, 2016 at 09:14

Hi, i'm using Stm32f746zg nucleo-144 board and i want to work with sd card communication, as i see on internet there are some examples about f4 but i did not work with sd card. ?f anybody tried something about sd card in F7 or would you like to share projects about sdmmc1. I did same in this video(

https://www.youtube.com/watch?v=ZdvzYE7c26k&t=7s

 ) but not works. Thanks a lot 

#stm32f746-nucleo
2 REPLIES 2
Nor Sch
Associate III
Posted on December 22, 2016 at 14:07

I'm sure, you can use most of the Drivers for STM32L4/F4 or other Controllers with SDMMC also for your STM32F7. Only the real LowLevel-Drivers could be different and they come from Cube and I would suggest you to not change them. The above Layers must be fixed to your Needs. The only half-working Example from STM are the one Part of the CubeL4-FW for the big and expansive STM32-L476-Eval-Board. All other Examples for F4/L4 as far as I know (and I tested a lot) do not work. The generated Code is also not working. So use the one from the big L476-Eval-Board. Most important for you is the diskio-Layer.

You can also take a look into some Informations around SDMMC for L4 in this Thread:

https://community.st.com/0D70X000006SzQWSA0

You should arrange some time for getting it to work stable and fast ...

Mutlu.Mert
Associate III
Posted on December 22, 2016 at 14:16

That was helpful. Thanks a lot.