Lincoln sd card Example
From Manuals
(Difference between revisions)
(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…') |
(→microSD card using FAT file system (sd_card)) |
||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| - | |||
==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 | + | This example application demonstrates using SPI to read a micro SD card's CID register. The example checks to see if a micro SD card is present before reading the cards CID register. |
| - | The first UART, which is connected to the | + | 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. |
| - | [[Image: | + | |
| + | [[Image:Lincoln_spi_sdcard.png|center|]] | ||
==References:== | ==References:== | ||
Current revision as of 19:15, 10 April 2012
Compatibility Lincoln 60, Lincoln 60E
This example application demonstrates using SPI to read a micro SD card's CID register. The example checks to see if a micro SD card is present before reading the cards CID register.
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.
References:
For additional details about FatFs, see the following site:

