Skip to content

STM32 SD Card Manager is a program written in C++ for turning an STM32L476RG into a bridge for writing data from a PC to an SD Card through UART.

License

Notifications You must be signed in to change notification settings

Paran-oid/STM32_SD_Card_Manager

Repository files navigation

STM32 SD Card Manager

STM32 SD Card Manager is a program written in C++ for turning an STM32L476RG into a bridge for writing data from a PC to an SD Card through UART.

The commands are heavily inspired from the Linux CLI commands(cd, ls, echo, cat, ...)

Communication of the SD card and STM32 is established through SPI.

Examples

Listing items inside directory path/dir1:

ls path/dir1

Changing into another directory:

cd path/dir1

Usage

  • cat
  • cd
  • clear
  • pwd
  • cp
  • mkdir
  • rmdir
  • echo
  • ls
  • mv
  • rm
  • touch

Installation

Contributing

Pull requests are welcome! Preferably the creation of an issue before-hand would be great too.

License

MIT

Acknowledgments

About

STM32 SD Card Manager is a program written in C++ for turning an STM32L476RG into a bridge for writing data from a PC to an SD Card through UART.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages