CDMS_CODE_samp_23SEP_DMA_flag

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE_samp_23SEP_DMA by iitm sat

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Sat Sep 10 07:06:59 2016 +0000
Parent:
304:7cc4fe191a54
Child:
306:7c3872365d58
Commit message:
cdms_code without sdcard

Changed in this revision

CDMS_HK.h Show annotated file Show diff for this revision Revisions of this file
Compression.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/CDMS_HK.h	Sat Sep 10 05:10:06 2016 +0000
+++ b/CDMS_HK.h	Sat Sep 10 07:06:59 2016 +0000
@@ -118,7 +118,7 @@
     for(int i = 124; i<128; i++)
         CDMS_HEALTH_DATA[i] = time >> i*8;
     gPC.printf("0x%d\n",time);
-    FCTN_SD_MNGR();                                 //Adding FSC & TMID to TM frame
+    //FCTN_SD_MNGR();                                 //Adding FSC & TMID to TM frame
     CDMS_HK_FRAME[0] = 0x20;
     CDMS_HK_FRAME[1] = FSC_CURRENT[4]+1;
     CDMS_HK_FRAME[2] = (FSC_CURRENT[4]+1) >> 8;
--- a/Compression.h	Sat Sep 10 05:10:06 2016 +0000
+++ b/Compression.h	Sat Sep 10 07:06:59 2016 +0000
@@ -141,7 +141,7 @@
     if(time_prev_scp==0){
         time_prev_scp = sci_time;
     }    
-    FCTN_SD_MNGR();                                                             ///changed recently
+    //FCTN_SD_MNGR();                                                             ///changed recently
     for (int i = 0; i < 52 ; i++)
     {
         scp_bin[i] = 0;
--- a/main.cpp	Sat Sep 10 05:10:06 2016 +0000
+++ b/main.cpp	Sat Sep 10 07:06:59 2016 +0000
@@ -75,11 +75,11 @@
     gCS_ADF = 1;
     
     FCTN_CDMS_INIT_RTC();/* rtc initialization*/
-    FCTN_CDMS_SD_INIT();/* sd card initialization*/
+    //FCTN_CDMS_SD_INIT();/* sd card initialization*/
     
     
     uint8_t test[512] = {0};
-    disk_write(test,7000); //to be used only just before launch
+    //disk_write(test,7000); //to be used only just before launch
     
     #if DEBUG
     gPC.puts("welcome to mng_tmtc\r\n");