How to get the interrupt function name about the LPIT0 in the S32K116?

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

How to get the interrupt function name about the LPIT0 in the S32K116?

跳至解决方案
2,256 次查看
ananan
Contributor III

How to get the interrupt  function name about the LPIT0 in the S32K116?  for example  the can interrupt name is "CAN0_ORed_0_31_MB_IRQHandler",the LPTMR0 interrupt name is "LPTMR0_IRQHandler",what does it accord to which the names is geted ?

标签 (1)
0 项奖励
回复
1 解答
2,196 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

You can find the handlers in the startup_S32K116.S file

pastedImage_1.png

Regards,

Daniel

在原帖中查看解决方案

2 回复数
2,197 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

You can find the handlers in the startup_S32K116.S file

pastedImage_1.png

Regards,

Daniel

2,196 次查看
ananan
Contributor III

thank you very much,I get it!

0 项奖励
回复