hi ,How to configure into LVD_LVW_IRQHandler,i confugured like that
but it didn't into LVD_LVW_IRQHandler,please help me ,thanks!
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
Hi,
All the attachments are correct.
I suppose you use the latest S32K14x Series Reference Manual (Rev4)
LVD LVW interrupt is specified as bellow.
Regards,
Daniel