How to implement soft reset on S32K3xx without using watchdog

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

How to implement soft reset on S32K3xx without using watchdog

613 Views
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 Kudos
2 Replies

601 Views
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 Kudos

593 Views
zp001
Contributor III

@danielmartynek ,

Thank you very much!

0 Kudos