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: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: main.cpp
- Revision:
- 243:29625f5fc745
- Parent:
- 232:b1458c1e9199
- Child:
- 245:da9d1bd999da
--- a/main.cpp Tue Jul 05 16:04:31 2016 +0000
+++ b/main.cpp Sat Jul 09 13:11:25 2016 +0000
@@ -118,7 +118,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*/
@@ -148,7 +148,7 @@
master.frequency(400000);
PL_wo_dma = new RtosTimer(payload_isr_fun_dma, osTimerPeriodic,(void * )NULL);
//PL_wo_dma->start(6000);//
- gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);
+ //gSCIENCE_THREAD->signal_set(SCIENCE_SIGNAL);
@@ -163,7 +163,7 @@
// *******************INITIALISATIONS END********************
- FCTN_CDMS_HK_MAIN((void *)NULL);
+ //FCTN_CDMS_HK_MAIN((void *)NULL);
//RtosTimer gCDMS_HK_TIMER(FCTN_CDMS_HK_MAIN, osTimerPeriodic);
//gCDMS_HK_TIMER.start(5000);
