How to configure into LVD_LVW_IRQHandler

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

How to configure into LVD_LVW_IRQHandler

1,156 Views
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 Kudos
3 Replies

905 Views
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 Kudos

904 Views
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 Kudos

904 Views
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 Kudos