for frequency correction testing
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: main.cpp
- Revision:
- 278:1d837d6dfb6e
- Parent:
- 274:5c02ff05f3da
- Child:
- 281:d1c9ae3605a3
- Child:
- 284:5bfd48ce169d
diff -r 5c02ff05f3da -r 1d837d6dfb6e main.cpp --- a/main.cpp Sat Jul 23 09:55:17 2016 +0000 +++ b/main.cpp Wed Jul 27 10:42:35 2016 +0000 @@ -92,15 +92,15 @@ master.frequency(400000); HK_counter = new RtosTimer(hk_isr, osTimerPeriodic,(void * )NULL); - gHK_THREAD->signal_set(HK_SIGNAL); - //HK_counter->start(10000); + //gHK_THREAD->signal_set(HK_SIGNAL); + HK_counter->start(10000); sys_reset_cdms_timer = new RtosTimer(sys_pwr_reset, osTimerPeriodic, (void * )NULL); sys_reset_cdms_timer->start(cdms_reset_timeout); /*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); /*Timeout flipper; flipper.attach(BAE_TC,31);*/