Skip to content

medaliabbes/stm32-sdcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interfacing stm32f103 with sd card

This project aims to demonstrate the integration of a FAT (File Allocation Table) library into an STM32 microcontroller. The FAT library allows the microcontroller to interface with a file system commonly used in storage devices like SD cards .

pins connection

  • (MOSI1 )PA7 --> Sdcard module pin DI
  • (MISO1)PA6 --> Sdcard module pin DO
  • (SCLK1)PA5 --> Sdcard module pin SCLK
  • (CS)PA4 --> Sdcard module pin CS

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published