DMA issue to be tested

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of CDMS_CODE by shubham c

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Fri Aug 26 16:08:38 2016 +0000
Parent:
293:442564c72202
Child:
295:699801854b71
Commit message:
science spi issue solved, obsrs tc to be checked

Changed in this revision

COM_MNG_TMTC.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/COM_MNG_TMTC.h	Fri Aug 26 16:02:51 2016 +0000
+++ b/COM_MNG_TMTC.h	Fri Aug 26 16:08:38 2016 +0000
@@ -1635,7 +1635,7 @@
         reset_all;\
         /*ENABLE THREADS*/\
         gPAY_SPI->bulkRead_resume(&payload_isr_fun);\
-        /*HK_counter->start(10000)*/;\
+        HK_counter->start(10000);\
         gSESSION_TIMEOUT.detach();\
         gFLAGS = gFLAGS & (~COM_MNG_TMTC_RUNNING_FLAG);\
         gFLAGS = gFLAGS & (~COM_SESSION_FLAG);\
--- a/main.cpp	Fri Aug 26 16:02:51 2016 +0000
+++ b/main.cpp	Fri Aug 26 16:08:38 2016 +0000
@@ -109,7 +109,7 @@
     
     HK_counter = new RtosTimer(hk_isr, osTimerPeriodic,(void * )NULL);
     //gHK_THREAD->signal_set(HK_SIGNAL);
-    //HK_counter->start(10000);
+    HK_counter->start(10000);
     
     sys_reset_cdms_timer = new RtosTimer(sys_pwr_reset, osTimerPeriodic, (void * )NULL);
     sys_reset_cdms_timer->start(cdms_reset_timeout);