IRQ handler in assembly

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IRQ handler in assembly

929件の閲覧回数
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 返信

828件の閲覧回数
raresvasile
NXP Employee
NXP Employee

Hi,

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

Best regards,

Rares