SEARCH
TOOLBOX
LANGUAGES
modified on 10 April 2012 at 19:17 ••• 13,166 views

Lincoln spi sd ffs Example

From Manuals

(Difference between revisions)
Jump to: navigation, search
(Created page with '=microSD card using FAT file system (sd_card)= ==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln…')
(Compatibility Lincoln 60, Lincoln 60E)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
=microSD card using FAT file system (sd_card)=
+
=microSD card using FAT file system (spi_sd_ffs)=
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
==Compatibility [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60], [http://www.micromint.com/index.php/SBC/lincoln60.html Lincoln 60E]==
-
This example application demonstrates reading a file system from an SD card. It makes use of FatFs, a FAT file system driver. It provides a simple command console via a serial port for issuing commands to view and navigate the file system on the SD card.
+
This example application demonstrates reading a file system from an SD card. It makes use of FatFs, a FAT file system driver. It provides a simple command console via a serial port for issuing commands to view and navigate the file system on the SD card. The example checks to see if a micro SD card is present before allowing commands to be entered.
-
The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. Type “help” for command help.
+
The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. Type “m” to display a menu of commands.
[[Image:Lincoln_sd_card.png|center|]]
[[Image:Lincoln_sd_card.png|center|]]

Current revision as of 19:17, 10 April 2012

microSD card using FAT file system (spi_sd_ffs)

Compatibility Lincoln 60, Lincoln 60E

This example application demonstrates reading a file system from an SD card. It makes use of FatFs, a FAT file system driver. It provides a simple command console via a serial port for issuing commands to view and navigate the file system on the SD card. The example checks to see if a micro SD card is present before allowing commands to be entered.

The first UART, which is connected to the COM1 on the Lincoln microcontroller board, is configured for 115,200 bits per second, and 8-n-1 mode. When the program is started a message will be printed to the terminal. Type “m” to display a menu of commands.

References:

For additional details about FatFs, see the following site:

http://elm-chan.org/fsw/ff/00index_e.html