Latest FM Code with EEPROM

Dependencies:   FreescaleIAP SimpleDMA eeprom mbed-rtos mbed

Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by Team Fox

Revision:
355:a5e72222ff26
Parent:
354:eb6c863756a8
Child:
356:4484bf39526f
--- a/main.cpp	Sat Mar 11 05:52:18 2017 +0000
+++ b/main.cpp	Tue Mar 28 08:50:07 2017 +0000
@@ -101,7 +101,7 @@
   
     for(int i =0; i<512; i++)
         test[i] = 0;
-    //disk_write(test,80000);
+    disk_write(test,80000);
    
     //SD_MNG_SECT = SD_LIB_BLK_CURRENT;
     FCTN_SD_MNGR();