test

Dependencies:   FATFileSystem

Dependents:   Hybrid_main_FirstEdtion HYBRYD2018_IZU_ROCKET Hybrid_IZU201811_STMBBM_v4 EEPROM_Encode_Program ... more

Fork of SDFileSystem by Mbed

Revision:
7:909690808559
Parent:
4:3f40cbfe801c
--- a/SDFileSystem.cpp	Fri Sep 09 19:35:14 2016 +0000
+++ b/SDFileSystem.cpp	Mon Jul 17 10:06:38 2017 +0000
@@ -124,8 +124,8 @@
     _cs = 1;
 
     // Set default to 100kHz for initialisation and 1MHz for data transfer
-    _init_sck = 100000;
-    _transfer_sck = 1000000;
+    _init_sck = 32000000;
+    _transfer_sck = 32000000;
 }
 
 #define R1_IDLE_STATE           (1 << 0)