SD Card Interfacing with STM32 - STM32 SPI

preview_player
Показать описание
#STM32 #Bootloader #Embedded #Microcontroller #ARM #CortexM4 #CortexM3 #STM32F103 #development #EmbeTronicX

Video Playlist:

***************************************************************************************
0:00 Introduction
1:03 Project Creation and Source code
12:21 Demo

***************************************************************************************
You can also read,
***************************************************************************************
BGM:
Рекомендации по теме
Комментарии
Автор

Thanks for very nice complete content with printf debug. Firstly doesn't work, but after decrease SPI_CLK speed it work! But not with everyone SD Card - Kingstont doesn't work. Anyway thanks for great lesson. Thumbs UP!

wegi
Автор

I don't understand why the standard SD card works but the microSD in adapter isn't found (13)?

Filipxpage
Автор

thank you very much sir for your great lecture..!!

-Jagadeeshlavanuru
Автор

Failed to initialize due to no medium or hard error. It fails trying to initialize on this function stat = disk_initialize(fs->drv); which is in ff.c. I'm using a f411 and I have the same problem on a f103c6t6

koggism
Автор

hello sir, this code is working and executes successfully with 0 errors, but the file "write.txt"is not creating into the sd card, can you please give me the solution for this problem sir?

premapatil
Автор

appreciate this video but there are already many such videos available on youtube. I tried to implement this using FreeRTOS, taking data from a sensor, and logging data into SD card but could not do it successfully. it will be really helpful if you can provide me some insight for the same

jasmeetsingh
Автор

In tera term no com port is showing for ST link. So I cheacked in device manager about this it showing my STM port under "universal serial bus devices." Sir, how you connected it to COM port ?

solankemithil
Автор

Hello EmbeTronicX !!! Thanks for the tutorial video as well as for the web version. Very well explained.

Though I followed all the step, it did not work.

Some Details:
I have a size card of 32Gb and when I wanted to set the parameter for formatting, there were no segmentation size of 4096. Could it be the reason why it is not working? Like I've said I followed all the instructions of your tutorial. Any clue what the problem could be?

Thanks!

SANDJONG
Автор

Please help, I can't mouth the micro SD card.

kimlonglieu
Автор

why dont you interface a 32 gb sdhc card, I think nobody was able to achieve that since time immemorial...

batcircuit
Автор

Do you have a video explaining this methodology but with Freertos? Thanks

sebastianramirowynen
Автор

bro, i tried on stm32l476rg board . i made changes pin configuration and all but i am not getting output. i am getting no module found.

TumpalaBhuvaneswariMadhavi
Автор

Hello, thank you for this great tutorial, this is the best explained video I have seen on Youtube on this topic. I have tried this code on an STM32F103RBT7. However when I run the project, nothing is happenning. When I debug I get FR_NOT_READY at the stage of mounting. How can I resolve this issue please?

gastonkitambala
Автор

Hello, can I play MP3 files this way from the SD card, using a speaker?

davidkelemen
Автор

sir can i use the same code for stm32f407 discovery board

shubhamsamal
Автор

this code work for stm32f401re controller

jeysanjanith
Автор

"Source code" link don't work!

Denis
Автор

The web version of this tutorial requires disabling AdBlock. A good sign to stay away from such sites. Goodbye.

Evgeny_Miroshnichenko
Автор

hello, I followed all the steps but every time I find the sd-card empty. I tried to find what is the reason for that by making leds light at every operation of the process_SD_card function and found that the function enters the first if condition which mean (No SD Card found) and break.

El_Alawy