Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Revision 294:136d9b6c0acc, committed 2016-08-26
- 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);
