Made the initialize function try up to three times to get the card in IDLE state before giving up. This fixes the issue with f_open failing the first time after a power cycle.

Dependencies:   FATFileSystem

Dependents:   dm_sdcard_with_adapter dm_sdcard

Fork of SDFileSystem by mbed official

History

Made initialize function try again if the card could not be set to IDLE state. This prevents the issue where the first f_open() fails but all other succeed. default tip

2014-07-07, by displaymodule [Mon, 07 Jul 2014 06:29:05 +0000] rev 4

Made initialize function try again if the card could not be set to IDLE state. This prevents the issue where the first f_open() fails but all other succeed.


Added library documentation and updated FATFileSystem sub-library to the latest revision

2014-03-17, by screamer [Mon, 17 Mar 2014 14:34:01 +0000] rev 3

Added library documentation and updated FATFileSystem sub-library to the latest revision


Update mbed debug header name

2012-11-29, by emilmont [Thu, 29 Nov 2012 10:56:21 +0000] rev 2

Update mbed debug header name


Commit SDFileSystem code

2012-11-27, by emilmont [Tue, 27 Nov 2012 17:32:38 +0000] rev 1

Commit SDFileSystem code


SDFileSystem

2012-11-27, by mbed_official [Tue, 27 Nov 2012 17:25:48 +0000] rev 0

SDFileSystem