Difference between revisions of "MMC Card Reader"

From OpenCircuits
Jump to navigation Jump to search
 
m
Line 15: Line 15:
  
  
==[[Development Roadmap]]==
+
==[[Development Roadmap for MMC Card Reader]]==
 
*Contains directions for development
 
*Contains directions for development
  

Revision as of 20:27, 16 February 2009

Objectives

  • Develop a file system for MMC suitable for reading/writing FAT16 & FAT32 file systems in 8/16-bit embedded systems
  • posix api/standard library and stdio.h

Benefits

  • save large files (e.g. html) for feature expansion
  • upload firmware over ethernet, and upgrade firmware remotely

Limitations

  • File read/write access may be slow


Architecture

  • See here for block diagram


Development Roadmap for MMC Card Reader

  • Contains directions for development


Circuit and PCB

  • to be added


Software Implementation