Hello All,
I am using S32K116 micro controller with startup.s provided by quick start guide. On this I have a following question.
When I am in a interrupt service routine, say if there is a another interrupt occuring, I do not see that interrupt in pending interrupt list of NVIC. Also wanted to know if core interrupts are disabled when current interrupt is being served?
From .s file , I do not see any nesting of Interrupts handling.
attaching startup.s file.