How to implement soft reset on S32K3xx without using watchdog

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to implement soft reset on S32K3xx without using watchdog

652 次查看
zp001
Contributor III

Hello,

I'd like to know how to implement soft reset on S32K3xx without using watchdog.

The DS only list some reset sources, can you tell us how to use them?

Thanks!

0 项奖励
2 回复数

640 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @zp001,

As you mentioned, the S32K3 RM rev.5 lists all the available reset sources
Table 158. Destructive reset sources
Table 116. Functional reset sources

Refer to this thread, it shows how to trigger SW_FUNC reset using the RTD Power_Ip API.
https://community.nxp.com/t5/S32K/S32K344-How-to-manually-trigger-one-Function-Reset/m-p/1504882

 

Thank you,

BR, Daniel

 

0 项奖励

632 次查看
zp001
Contributor III

@danielmartynek ,

Thank you very much!

0 项奖励