IRQ handler in assembly

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

IRQ handler in assembly

928 Views
smruthi_ramesh
Contributor II

I have to write a custom IRQ handler for an FTM PWM overflow interrupt on the S32K148. How do I go about doing the same? Where can I find the vector table in assembly that calls the handlers defined in startup_S32k148.s?

Labels (1)
0 Kudos
1 Reply

827 Views
raresvasile
NXP Employee
NXP Employee

Hi,

You can overwrite the handler using INT_SYS_InstallHandler(...).

Best regards,

Rares