Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Revision:
324:c0a5228cc666
Parent:
322:7d906d34aaff
Child:
325:d375c11595be
--- a/Flash.h	Sat Dec 10 12:41:58 2016 +0000
+++ b/Flash.h	Sat Dec 10 13:39:35 2016 +0000
@@ -13,7 +13,7 @@
 
 void FLASH_INI()
 {
-    INITIAL_FLASH[16] = 8000;
+    INITIAL_FLASH[16] = 80000;
     uint32_t read[32]; 
     for(int i=0;i<32;i++)
     {  
@@ -51,6 +51,7 @@
     COM_SESSION_TIMEOUT = read[14];
     COM_RSSI_MIN = read[15];
     SD_LIB_BLK_CURRENT = read[16];
+    CDMS_RESET_COUNTER = read[17];
 }
 
 /*Writing to the Flash*/