I want to operate Timer with interrupt in TDA2x EVM board.
I wrote code like this:
PRCM configure ->
Timer interrupt init(cross bar connection, registering ISR and enable interrupt) ->
Timer configuration ->
Timer start
If the code is executed, the system assertion occur.
[Cortex_M4_IPU1_C0] ti.sysbios.family.arm.m3.Hwi: line 1277: ti.sysbios.family.arm.m3.Hwi: line 1277: E_noIsr: id = 54, pc = 84be11fa
Exception occurred in background thread at PC = 0x84be11fa.
Core 0: Exception occurred in ThreadType_Task.
How could I fix the error?