CDMS code for testing sbc

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Revision:
251:c766afa330a3
Parent:
246:565458eefd94
Child:
252:9c631b2f5da8
Child:
256:642ea552ac77
--- a/main.cpp	Mon Jul 11 09:48:57 2016 +0000
+++ b/main.cpp	Mon Jul 11 12:30:41 2016 +0000
@@ -110,7 +110,7 @@
     gCS_RTC = 1;
     gCS_ADF = 1;
     
-    //FCTN_CDMS_INIT_RTC();/* rtc initialization*/
+    FCTN_CDMS_INIT_RTC();/* rtc initialization*/
     //FCTN_CDMS_SD_INIT();/* sd card initialization*/
     
     
@@ -146,8 +146,8 @@
     /*HK_counter = new RtosTimer(hk_isr, osTimerPeriodic,(void * )NULL);
     HK_counter->start(10000);*/
     
-    //PL_wo_dma = new RtosTimer(payload_isr_fun_dma, osTimerPeriodic,(void * )NULL);
-    //PL_wo_dma->start(6000);//
+    PL_wo_dma = new RtosTimer(payload_isr_fun_dma, osTimerPeriodic,(void * )NULL);
+    PL_wo_dma->start(6000);//
     //gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);