STM32 SD Card Interface via SPI and FatFS Tutorial (No RTOS)

Описание к видео STM32 SD Card Interface via SPI and FatFS Tutorial (No RTOS)

In this video, I walk you through how to use an SD card with an STM32 microcontroller via the SPI interface, utilizing FatFS for file system support. To keep things simple, I’ve avoided using any real-time operating system (RTOS) in this demonstration.

You’ll learn:
*. How to configure the SPI interface on STM32 to communicate with an SD card
*. Integrating FatFS to read and write files
*. Simple, efficient code without the need for an RTOS
*. Step-by-step instructions to ensure everything works smoothly

📂 Source Code:
All code shown in the video is available on my GitHub page.

If you find this video helpful, please give it a thumbs up, and don't forget to subscribe for more STM32 tutorials and embedded systems tips!

My Github Page where you can download the project
https://github.com/PRTechTalk/STM32/t...

Other Links
https://github.com/kiwih/cubeide-sd-c...
http://elm-chan.org/docs/mmc/mmc_e.ht...



00:00 Introduction
02:10 Create project
02:18 Board Select
02:31 ProjectName
02:39 Deselect DemoCode
02:42 Clear Pinouts
02:48 CLOCK
03:01 SYS
03:13 USART
03:22 SPI
04:08 FatFs
04:24 Chip Select
04:45 GPIO Config
05:16 SPI Pullup
05:38 Create Project from MX
05:45 First Build
05:53 Github
06:11 Download Zip
06:18 Donwloaded done
06:57 Copy LIB files
07:27 Make changes to files
08:10 Main.h
09:05 Change mcu HAL-File used
09:30 CS_high/Low def
11:15 Bughunt
12:16 bug found
12:33 Main.c
13:36 First Debug
14:54 SDCARD in PC
15:34 End Msg

Комментарии

Информация по комментариям в разработке