Repository for CDMS code

Dependencies:   SimpleDMA mbed-rtos mbed eeprom

Fork of COM_MNG_TMTC_SIMPLE by Shreesha S

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Tue Jul 05 19:07:02 2016 +0000
Parent:
231:e2bd2a990bfe
Commit message:
Testing Anirudh's changes

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Jul 05 11:27:29 2016 +0000
+++ b/main.cpp	Tue Jul 05 19:07:02 2016 +0000
@@ -121,6 +121,10 @@
     FCTN_CDMS_INIT_RTC();/* rtc initialization*/
     FCTN_CDMS_SD_INIT();/* sd card initialization*/
     
+    //Flags for COM_ENABLE_TX and COM_DISABLE_TX
+    COM_AUTO_POWER_OFF_BAE_FLAG =0;
+    COM_TX_FLAG = 0;
+    Put BAE_SW_EN_FLAG = 1;
     
     uint8_t test[512] = {0};
     disk_write(test,7000); //to be used only just before launch