How to configure into LVD_LVW_IRQHandler

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to configure into LVD_LVW_IRQHandler

1,216件の閲覧回数
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 返答(返信)

965件の閲覧回数
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 件の賞賛

964件の閲覧回数
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 件の賞賛

964件の閲覧回数
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 件の賞賛