SCS代码:
timer0Start(TIMER0_MODE_PERIODICAL, 2400, 0);
timer0Wait();
timer0Stop();
// Signalize that the task has been completed
fwGenAlertInterrupt();
主程序:
scifExecuteTasksOnceNbl(BV(SCIF_ADC_DATA_STREAMER_TASK_ID));会触发一次
scifStartTasksNbl(BV(SCIF_ADC_DATA_STREAMER_TASK_ID)); 不会触发
Viki Shi:
请参考如下连接里的代码实现:
software-dl.ti.com/…/timer_1__1.html
software-dl.ti.com/…/timer_0__1.html
user6056718:
回复 Viki Shi:
这个是定时控制IO引脚的,我是想定时唤醒mcu。