Тёмный

SD Card Interfacing with STM32 - STM32 SPI 

EmbeTronicX
Подписаться 4,4 тыс.
Просмотров 10 тыс.
50% 1

#STM32 #Bootloader #Embedded #Microcontroller #ARM #CortexM4 #CortexM3 #STM32F103 #development #EmbeTronicX
Source code - github.com/Embetronicx/STM32/...
The web version of this tutorial - embetronicx.com/tutorials/mic...
Video Playlist:
STM32F7 (ARM Cortex M7) Bootloader Tutorial Playlist - • Bootloader - STM32F7 (...
Linux Device Driver Playlist - • Linux Device Drivers P...
Buy me a coffee if you like www.buymeacoffee.com/EmbeTronicX
***************************************************************************************
0:00 Introduction
1:03 Project Creation and Source code
12:21 Demo
***************************************************************************************
You can also read,
Bootloader Tutorials - embetronicx.com/bootloader-tu...
Linux Device driver Tutorials - embetronicx.com/linux-device-...
Automotive Tutorials - embetronicx.com/uds-diagnosti...
NuttX RTOS Tutorials - embetronicx.com/nuttx-rtos-es...
C Programming Tutorials - embetronicx.com/c-tutorials/
FreeRTOS Tutorials - embetronicx.com/freertos-tuto...
I2C Tutorial - embetronicx.com/tutorials/tec...
STM32 Tutorials - embetronicx.com/stm32-tutorials/
Unit Testing in C Tutorials - embetronicx.com/unit-testing-...
ESP32-IDF Tutorials - embetronicx.com/tutorials/wir...
PIC16F877A Tutorials - embetronicx.com/pic16f877a-tu...
Raspberry PI Tutorials - embetronicx.com/raspberry-pi-...
Embedded Interview Topics - embetronicx.com/embedded-inte...
Embedded Companies in India - embetronicx.com/uncategorized...
***************************************************************************************
BGM:
Hey.mp3 - Music: www.bensound.com/royalty-free...

Опубликовано:

 

1 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@-Jagadeeshlavanuru
@-Jagadeeshlavanuru Год назад
thank you very much sir for your great lecture..!!
@7osensi435
@7osensi435 Год назад
Informative video 👍
@wegi9621
@wegi9621 9 месяцев назад
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!
@shangchensu4878
@shangchensu4878 10 месяцев назад
This video helps me a lot, thx~
@abolfazlshakibi7476
@abolfazlshakibi7476 11 месяцев назад
Thank you.
@Filipx87page
@Filipx87page 9 месяцев назад
I don't understand why the standard SD card works but the microSD in adapter isn't found (13)?
@koggism
@koggism 2 месяца назад
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
@SANDJONG123
@SANDJONG123 Год назад
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!
@danilomartins1901
@danilomartins1901 Год назад
Hey, have you managed to get it to work?
@EmbeTronicX
@EmbeTronicX Год назад
Can you tell us what error you are getting?
@vikasraikwar786
@vikasraikwar786 8 месяцев назад
@@EmbeTronicX showing No SD Card found : (1) SD Card Unmounted Successfully!!! No SD Card found : (1) SD Card Unmounted Successfully!!! No SD Card found : (1) SD Card Unmounted Successfully!!! No SD Card found : (1) SD Card Unmounted Successfully!!!
@kimlonglieu5673
@kimlonglieu5673 7 месяцев назад
Please help, I can't mouth the micro SD card.
@sebastianramirowynen5184
@sebastianramirowynen5184 Год назад
Do you have a video explaining this methodology but with Freertos? Thanks
@EmbeTronicX
@EmbeTronicX Год назад
We do not have now.
@El_Alawy
@El_Alawy Год назад
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
@El_Alawy Год назад
I checked the module with arduino and it is working properly
@premapatil5415
@premapatil5415 2 месяца назад
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?
@davidkelemen3305
@davidkelemen3305 Год назад
Hello, can I play MP3 files this way from the SD card, using a speaker?
@EmbeTronicX
@EmbeTronicX Год назад
We have not tried that yet.
@jasmeetsingh7740
@jasmeetsingh7740 Год назад
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
@EmbeTronicX
@EmbeTronicX Год назад
Sure we will do that. Thanks
@user-nu3pz4go5q
@user-nu3pz4go5q Год назад
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.
@MarcoMigliorini-yt5hf
@MarcoMigliorini-yt5hf Месяц назад
Do u have any update on this? I'm facing the same problem on stm32l476rg even with other libraries. Seems like the microSD is not recognized... While debugging I noticed that the program fails on waiting for a response from the board when 0xFF dummy bits are sent (always terminated in a timeout).
@user-nu3pz4go5q
@user-nu3pz4go5q Месяц назад
yes, l476rg i think its not support sd card interface . the same sd card is working with esp32 but not working in stm32l476rg
@gastonkitambala4358
@gastonkitambala4358 Год назад
Hello, thank you for this great tutorial, this is the best explained video I have seen on RU-vid 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?
@EmbeTronicX
@EmbeTronicX Год назад
What is the size of the SD card?
@shubhamsamal5951
@shubhamsamal5951 2 месяца назад
sir can i use the same code for stm32f407 discovery board
@EmbeTronicX
@EmbeTronicX 2 месяца назад
We have not tested that. But You can try.
@shubhamsamal5951
@shubhamsamal5951 2 месяца назад
@@EmbeTronicX ok
@jeysanjanith3650
@jeysanjanith3650 10 месяцев назад
this code work for stm32f401re controller
@1978Denis1978
@1978Denis1978 Год назад
"Source code" link don't work!
@EmbeTronicX
@EmbeTronicX Год назад
Updated the link
Далее
STM32 Blue Pill vs Black Pill Microcontroller Boards
18:31
PCB Thermal Design Deep Dive with Ethan Pierce
40:56
Просмотров 1,3 тыс.
Hide Taskbar while recording using OBS Studio
1:00
Просмотров 22 тыс.
Computer Boot Process animation
2:37
Просмотров 356 тыс.
Hacker's Guide to UART Root Shells
17:40
Просмотров 465 тыс.