Skip to content

msergo/Simple_SD_Init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple_SD_Init

Was looking through stuff from undergrad and found this implementation of SD card using SPI on the MSP430. It's not exactly the most robust code but I remember it taking a very long time to implement so here is the code for anyone who's interested.

It's based off this application note by F. Foust and adapted to work with the MSP430F5529.

Notes:

  • Biggest differences from Foust's code is in sd.h/sd.c
  • UART code is included because the original use case also needed UART communication
  • Make sure to change pinout to match the MSP430 model you are using

About

MSP430 implementation of SD card using SPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%