About Reset Resons on S32K312

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

About Reset Resons on S32K312

Jump to solution
404 Views
jetty_1012
Contributor II

Hello,

I'm using S32K312. When I pulled down PTA5 (RESET_b), the program reset and I checked the reset reason through Power_Ip_GetResetReason.

jetty_1012_0-1692686775200.jpeg

I found I got different reset reasons in different times and I want to make sure if I got the right results here.

When it was in standby mode, I pulled down PTA5, the reset reason I got was 28 (MCU_WAKEUP_REASON).

And when it was running, I pulled down PTA5, the reset reason I got was 15 (MCU_F_EXR_RESET).

So why was it 15? What does MCU_F_EXR_RESET mean?

PS: I checked Power_Ip_ResetType table, it seems that the contents and comments are not matched.

jetty_1012_1-1692688548884.jpeg

Thanks.

0 Kudos
1 Solution
397 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @jetty_1012,

When the Power_Ip_GetResetReason() returns 15, it means the MC_RGM_FES[F_EXR] = 1 and MC_RGM_DES[F_POR] = 0.

danielmartynek_0-1692697876844.png

 

Let me report the documentation issue.

Thank you for pointing it out,

 

Regards,

Dnaiel

View solution in original post

0 Kudos
1 Reply
398 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @jetty_1012,

When the Power_Ip_GetResetReason() returns 15, it means the MC_RGM_FES[F_EXR] = 1 and MC_RGM_DES[F_POR] = 0.

danielmartynek_0-1692697876844.png

 

Let me report the documentation issue.

Thank you for pointing it out,

 

Regards,

Dnaiel

0 Kudos