[JN5169] The callback of Timer3 not run?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[JN5169] The callback of Timer3 not run?

Jump to solution
628 Views
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 Kudos
1 Solution
591 Views
alan5_lin
Contributor III

edit the ISR file irq_JN516x.S

View solution in original post

0 Kudos
1 Reply
592 Views
alan5_lin
Contributor III

edit the ISR file irq_JN516x.S

0 Kudos