Difference between revisions of "LPC1768: SD Card Interface"
(Created page with "category: LPC1768 Tutorials =Objective:= In this tutorial we will discuss how to interface SD CARD with lpc1768 to read and write the fat32 files.<br>") |
|||
| Line 2: | Line 2: | ||
=Objective:= | =Objective:= | ||
In this tutorial we will discuss how to interface SD CARD with lpc1768 to read and write the fat32 files.<br> | In this tutorial we will discuss how to interface SD CARD with lpc1768 to read and write the fat32 files.<br> | ||
| + | |||
| + | =File Handling Functions= | ||
| + | |||
| + | |||
| + | =Formatting SD Card= | ||
| + | |||
| + | |||
| + | |||
| + | =Connection Diagram= | ||
| + | |||
| + | =code= | ||
| + | [[File:0SdCardInterface.gif]] | ||
Revision as of 10:00, 14 April 2016
Objective:
In this tutorial we will discuss how to interface SD CARD with lpc1768 to read and write the fat32 files.

