About Reset Resons on S32K312

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

About Reset Resons on S32K312

ソリューションへジャンプ
537件の閲覧回数
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 件の賞賛
1 解決策
530件の閲覧回数
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 件の賞賛
1 返信
531件の閲覧回数
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 件の賞賛