Hello all,
I am using Tiva C series ARM TM4C123GH6PM ARM microcontroller.In the code I am using a systic timer and want that the interrupt triggers every 1ms and the sub routine is called.
In sub routine I have already pushed a desired location for PC and I sucessfully am able to jump to the location I want.
The only issue is that the timer wont trigger the next time. I assumed it is because I have never completed the ISR and jumped directly somewhere else. So the IPSR is not changed the way its supposed to be. So can anyone suggest which things to consider while jumping from a ISR and how I can solve my issue.
Thankyou in advance,.