S32K144 Assumption for safety

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

S32K144 Assumption for safety

734 Views
liting_zhao
Contributor I

Hi

About the assumption of S32K144, I'm confused about how to implement it.

Assumption: [SM_084] The application software must check the status registers of the RCM for error flags.

In my understanding, I shall read the reset source when power on, but if it is right, what can I do when get the reset source? reset again? or just warning to driver?

Can you give me more information about this? Thanks!

Labels (1)
Tags (1)
0 Kudos
1 Reply

685 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hi liting.zhao@hirain.com,

The RM refers to AN4503: Power Management for Kinetis and ColdFire+ MCUs

pastedImage_5.png

The RCM_SRS register simply indicates the source of the most recent reset.

This allows handling each reset differently.

For example, RCM_SRS[WDOG] is can be used for identifying WDOG reset during WDOG testing:

Example S32K116 WDOG Fast Test    

For more information about Safety, please visit

SafeAssure NDA group 

You need to have an NDA first.
SafeAssure NDA group - access request to get safety documents and to receive expert support  

Request access to NXP’s SafeAssure NDA group to get safety documents (Safety Manuals, SEooC Standardized FMEDAs, Analysis Reports, Assessment/Confirmation Measure Reports, and PPAPs) and to receive expert support for your functional safety applications.

BR, Daniel

0 Kudos