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.

Unexpected interrupt generated while debugging

Other Parts Discussed in Thread: TM4C123GH6PM, TM4C123GH6PGE

Hi,

I am srinivas,

i am using tiva c series tm4c123gh6pge. when i am debugging control will transfers to default interrupt handler. please find the solution quickly.  i am placing the code below. please find it.(but its works when im using tm4c123gh6pm libraries)

ROM_TimerConfigure(TIMER0_BASE, TIMER_CFG_A_PERIODIC);

ROM_TimerLoadSet(TIMER0_BASE, TIMER_A, ROM_SysCtlClockGet());

ROM_IntEnable(INT_TIMER0A); /////////////////////////////////////////////// never comes out here. code stops here. 

ROM_TimerIntEnable(TIMER0_BASE, TIMER_TIMA_TIMEOUT);

ROM_TimerEnable(TIMER0_BASE, TIMER_A);

another problem: