
Compression code changed and RLY_TMTC pointers managed
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: main.cpp
- Revision:
- 208:d14b1c783736
- Parent:
- 207:28a07943dded
--- a/main.cpp Sat Jul 02 10:48:30 2016 +0000 +++ b/main.cpp Sat Jul 02 13:36:18 2016 +0000 @@ -1,6 +1,7 @@ // TESTING PUSH PULL IN MAIN CPP #include "mbed.h" +#include "FreescaleIAP.h" #define DEBUG 1 @@ -60,8 +61,10 @@ gCS_RTC = 1; gCS_ADF = 1; - FCTN_CDMS_INIT_RTC(); /* rtc initialization*/ - FCTN_CDMS_SD_INIT(); /*sd card initialization*/ + // FCTN_CDMS_INIT_RTC(); /* rtc initialization*/ + //FCTN_CDMS_SD_INIT(); /*sd card initialization*/ + uint32_t lol = flash_size(); + gPC.printf("0x%08X\n",lol); if (DEBUG) gPC.puts("\rwelcome to mng_22tmtc\r\n");