IRQ handler in assembly

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

IRQ handler in assembly

1,681 次查看
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?

标签 (1)
标记 (4)
0 项奖励
回复
1 回复

1,580 次查看
raresvasile
NXP Employee
NXP Employee

Hi,

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

Best regards,

Rares