RCM for i.MX Family

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

RCM for i.MX Family

586 Views
paul_roberts
Contributor III

The K22 has a “Reset Control Module”.  This module contains two (2) status registers as explained in Chapter 13 of the

K22 Sub-Family Reference manual (K22P64M50SF4RM .pdf) (see page 253) that tell us how the MCU was last booted, whether it was due to watchdog, POR, reset pin, or none of the above,

 

We use this in our bootloader to determine if the bootloader should try to jump to the application, or if it should stay in the bootloader.

 

We found this an easy alternative to using a common area of RAM between bootloader and application.  My question:

 

Does anything similar to the the K22's RCM exist in the i.MX Family?  (I could not find anything. )

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

480 Views
igorpadykov
NXP Employee
NXP Employee

Hi Paul

reason for reset is registered in i.MX SRC_SRSR register,

description can be found in SRC chapter of Reference Manual.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos