SEARCH
TOOLBOX
LANGUAGES
modified on 11 March 2011 at 15:00 ••• 13,704 views

Lincoln sd card Example

From Manuals

Revision as of 15:00, 11 March 2011 by Support (Talk | contribs)
Jump to: navigation, search

microSD card using FAT file system (sd_card)

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 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.

References:

For additional details about FatFs, see the following site:

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