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

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

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

Jump to solution
1,009 Views
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 ?

Labels (1)
0 Kudos
1 Solution
949 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

You can find the handlers in the startup_S32K116.S file

pastedImage_1.png

Regards,

Daniel

View solution in original post

2 Replies
950 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

You can find the handlers in the startup_S32K116.S file

pastedImage_1.png

Regards,

Daniel

949 Views
ananan
Contributor III

thank you very much,I get it!

0 Kudos