[S32K118] Use the same ISR for multiple interrupt sources

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[S32K118] Use the same ISR for multiple interrupt sources

841 Views
riglesias2021
Contributor III

Hi, I want to ask if its possible to use the same ISR for various interrupts sources, as I want to implement a "OS like" function that handles all the interrupts and jumps into the corresponding user ISR performing different privilege/stack adjustments.

 

I dont know if this is possible and if there is a way to know the specific interrupt source that caused the interrupt inside the same function.

 

Thanks!! All comments would be appreciated

0 Kudos
Reply
1 Reply

821 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

this sounds like deferred interrupt processing which is common practice. Interrupts are handled as usual but the handlers only record cause of interrupt and clear interrupt. Main function/task then can handle the events as required. Would this fit your needs?

Regards,

Lukas

0 Kudos
Reply