SDFileSystem for the slow SDLogger

Dependencies:   FATFileSystem

Dependents:   SDLogger

Fork of SDFileSystem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
bwang
Date:
Tue Dec 12 23:53:14 2017 +0000
Parent:
6:8db0d3b02cec
Commit message:
upped SPI clock to 16MHz

Changed in this revision

SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 8db0d3b02cec -r 115317fc2a8b SDFileSystem.cpp
--- a/SDFileSystem.cpp	Fri Sep 09 19:35:14 2016 +0000
+++ b/SDFileSystem.cpp	Tue Dec 12 23:53:14 2017 +0000
@@ -125,7 +125,7 @@
 
     // Set default to 100kHz for initialisation and 1MHz for data transfer
     _init_sck = 100000;
-    _transfer_sck = 1000000;
+    _transfer_sck = 16000000;
 }
 
 #define R1_IDLE_STATE           (1 << 0)