[JN5169] The callback of Timer3 not run?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

[JN5169] The callback of Timer3 not run?

跳至解决方案
1,497 次查看
alan5_lin
Contributor III

Dear Sirs,

My Timer3 callback was not run. Is there any problem below?

vAHI_Timer3RegisterCallback(vHwTimer3IntCallback);
vAHI_TimerEnable(E_AHI_TIMER_3, 4, TRUE, TRUE, FALSE);
vAHI_TimerConfigureOutputs(E_AHI_TIMER_3, FALSE, TRUE);
 vAHI_TimerClockSelect(E_AHI_TIMER_3, FALSE, TRUE);
vAHI_TimerStartSingleShot(E_AHI_TIMER_3, 6250, 62500);

PUBLIC void vHwTimer3IntCallback(uint32 u32DeviceId, uint32 u32ItemBitmap)
{
  u8AHI_TimerFired(E_AHI_TIMER_3);
  DBG_vPrintf(TRUE, "Timer3Cb(id=0x%08x, bit=0x%08x)\n", u32DeviceId, u32ItemBitmap);
}

0 项奖励
回复
1 解答
1,460 次查看
alan5_lin
Contributor III

edit the ISR file irq_JN516x.S

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,461 次查看
alan5_lin
Contributor III

edit the ISR file irq_JN516x.S

0 项奖励
回复