这是产生周期中断代码:
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);
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.