NVIC structure

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

NVIC structure

460 次查看
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 项奖励
回复
1 回复

430 次查看
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 项奖励
回复