POWER_IP_ERROR_ISR_NOTIFICATION

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

POWER_IP_ERROR_ISR_NOTIFICATION

Jump to solution
99 Views
jhuang1
Contributor I

Hi, I am using S32DS on RTD 2.0.3, and I didn't find where to enable POWER_IP_ERROR_ISR_NOTIFICATION macro in the mex file, but  I need to enable POWER_IP_ERROR_ISR_NOTIFICATION to perform a soft reset when PMC detect a power error.

0 Kudos
1 Solution
79 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @jhuang1,

The McuIsrErrorNotification inside the power module declares the callout:

Julin_AragnM_0-1718035950954.png

 

Julin_AragnM_1-1718035952758.png

 

At IP layer, you need to defined error callback by yourself. you can look into this community post: Solved: S32K312 Power Error Notification - NXP Community

Best regards,
Julián.

View solution in original post

0 Kudos
1 Reply
80 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @jhuang1,

The McuIsrErrorNotification inside the power module declares the callout:

Julin_AragnM_0-1718035950954.png

 

Julin_AragnM_1-1718035952758.png

 

At IP layer, you need to defined error callback by yourself. you can look into this community post: Solved: S32K312 Power Error Notification - NXP Community

Best regards,
Julián.

0 Kudos