How to configure into LVD_LVW_IRQHandler

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

How to configure into LVD_LVW_IRQHandler

1,831 次查看
shenlanzeng
Contributor I

hi ,How to configure into LVD_LVW_IRQHandler,i confugured like that 

pastedImage_1.png

pastedImage_2.png

but it didn't into LVD_LVW_IRQHandler,please help me ,thanks!

0 项奖励
回复
3 回复数

1,580 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Low voltage detect interrupt: NVIC non-IPR register number is 0.

S32_NVIC->ICPR[0] = (1 << (20 % 32));
S32_NVIC->ISER[0] = (1 << (20 % 32));
S32_NVIC->IP[20] = 0x90;

Regards,

Daniel

0 项奖励
回复

1,579 次查看
shenlanzeng
Contributor I

thanks so much,do you have this document ,my side is different ,my document like that ,but it is no correspondence,it like that ,can you send to me,thanks!

0 项奖励
回复

1,579 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

All the attachments are correct. 

I suppose you use the latest S32K14x Series Reference Manual (Rev4)

LVD LVW interrupt is specified as bellow.

LVD_LVW.png

Regards,

Daniel

0 项奖励
回复