Interrupt vector numbers for S32K146

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

Interrupt vector numbers for S32K146

1,131 Views
qiu
Contributor I

Hello

How can i find the Interrupt vector numbers for S32K146?I can't find it in the s32k user manual or s32k datasheet.Looking forward to your answers.Thanks!

Best Regards !

0 Kudos
Reply
1 Reply

1,115 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@qiu

you can take a look at the file :S32K146.h  in your installed SDK.

/* ----------------------------------------------------------------------------
   -- Interrupt vector numbers for S32K146
   ---------------------------------------------------------------------------- */

/*!
 * @addtogroup Interrupt_vector_numbers_S32K146 Interrupt vector numbers for S32K146
 * @{
 */

/** Interrupt Number Definitions */
#define NUMBER_OF_INT_VECTORS 151u               /**< Number of interrupts in the Vector table */

 

0 Kudos
Reply