This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200 周期定时器, 20s 周期中断正常, 60s 中断 每6s 产生一次中断, 求解。



这是产生周期中断代码:

Timer_IF_Init(PRCM_TIMERA0, TIMERA0_BASE, TIMER_CFG_PERIODIC, TIMER_A, 0);

Timer_IF_IntSetup(TIMERA0_BASE, TIMER_A, TimerBaseIntHandler);

Timer_IF_Start(TIMERA0_BASE, TIMER_A,  60*1000);