NVIC structure

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

NVIC structure

448 Views
paolonese
Contributor I

Hi, in S32DS.3.5 IDE, I can't find the structure for S32_NVIC.

How should I setup the interrupt source?

Thanks in advance. 

 

0 Kudos
Reply
1 Reply

418 Views
VaneB
NXP TechSupport
NXP TechSupport

Hi @paolonese 

If you are working with bare metal, you can find the interrupt vector numbers in, for example, S32K344_COMMON.h, the S32_NVIC register masks in S32K344_NVIC.h, and the functions that manage interrupts and exceptions through the NVIC in nvic.h/nvic.c.

 

BR, VaneB

0 Kudos
Reply