Hi Everyone,
I am developing a project using the tm4c123gh6pm (I am currently using the launchpad) and I am using two GPIO interrupts with different priorities. The project is extremely timing sensitive and I require the interrupts to be serviced as quickly as possible. Both the GPIO interrupts can be expected to be triggered simultaneously quite frequently, leading to preemption of the interrupt. I was reading about the tail-chaining and late-arriving features of the NVIC, and the datasheet mentions that the NVIC supports these features, under the heading Exception Handlers in Chapter 2. I wanted to know whether these features are already enabled, or whether the user should separately enable them if required. If the user must enable them, how should it be done?
Thank you for helping me. Please excuse me if this question has already been asked before in the forums and kindly direct me towards the answer.
Regards
Harsha