Skip to content
forked from peddamat/picSD

SD card interface and FAT16 implementation on a PIC18F series microcontroller

Notifications You must be signed in to change notification settings

phsarawut/picSD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIC based SD card logger

This project is an SD card logger based on a PIC microcotroller. The goal is to implement a general SD card interface and including FAT16 file system support so the files on the SD card can be read out with a computer.

The particular implementation is done using a PIC18F45K22 microcontroller.

The compiler used is the Microchip XC8 compiler in conjunction with the MPLABX IDE.

About

SD card interface and FAT16 implementation on a PIC18F series microcontroller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.6%
  • Makefile 42.8%
  • Shell 3.6%