SD mangue

Dependencies:   FXOS8700CQ FATFileSystem

Dependents:   STM32_StrainGauge STM32LCD

Files at this revision

API Documentation at this revision

Comitter:
danilloaguiar
Date:
Tue Jul 23 13:47:17 2019 +0000
Parent:
3:7b35d1709458
Commit message:
Danillo Mangue Baja Strain Gauge

Changed in this revision

FATFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
FXOS8700CQ.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 7b35d1709458 -r 8f71c6827f24 FATFileSystem.lib
--- a/FATFileSystem.lib	Mon Mar 17 14:34:01 2014 +0000
+++ b/FATFileSystem.lib	Tue Jul 23 13:47:17 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/FATFileSystem/#e960e2b81a3c
+http://mbed.org/users/mbed_official/code/FATFileSystem/#b6669c987c8e
diff -r 7b35d1709458 -r 8f71c6827f24 FXOS8700CQ.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FXOS8700CQ.lib	Tue Jul 23 13:47:17 2019 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/users/trm/code/FXOS8700CQ/#e2fe752b881e
diff -r 7b35d1709458 -r 8f71c6827f24 SDFileSystem.cpp
--- a/SDFileSystem.cpp	Mon Mar 17 14:34:01 2014 +0000
+++ b/SDFileSystem.cpp	Tue Jul 23 13:47:17 2019 +0000
@@ -141,7 +141,7 @@
 
 int SDFileSystem::initialise_card() {
     // Set to 100kHz for initialisation, and clock card with cs = 1
-    _spi.frequency(100000);
+    _spi.frequency(100000000);
     _cs = 1;
     for (int i = 0; i < 16; i++) {
         _spi.write(0xFF);