Other Parts Discussed in Thread: EK-TM4C123GXL
I have set pin interrupt.
1. When enter in ISR, I have cleared the interrupt clear flag (not interrupt enable/disable fllag.)
However I have kept my ISR small. But I want to know what will happen if same interrupt come while control is in ISR.
2. While I am in higher priority interrupt & low priority int comes, then I think control will enter in low ISR after executing first ISR
3. Also what if more higher priority interrupt comes, will control jumps to that ISR first, or it will execute current ISR first & then go to higher ISR