FS26 deinit

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

FS26 deinit

820 Views
YBoughallad
Contributor II

Hello,
I wanted to ask if there is a proper/safe way to deinit the FS26.
my use case is :
i get the FS into normal mode in the Bootloader software. But if I jump to the application, I cannot reinitialize it again as it is already in Normal mode. I want to set the FS26 back to init FS state and maybe disable the watchdog until it get initialized again in the Application.
is this possible? if not, is there a recommended procedure for this case?

 

BR

YBoughallad

0 Kudos
4 Replies

811 Views
ErikaC
NXP TechSupport
NXP TechSupport

Yes, that is possible with an SPI command called GOTO_INIT in FS_SAFE_IOS_1 register

ErikaC_0-1675705975963.png

Regards.

 

780 Views
YBoughallad
Contributor II

thank you for your response.

is this the only thing I need to do? how about the watchdog, will it be disabled until I initialize again the SBC?
YBoughallad

0 Kudos

587 Views
cuongnguyenvan
NXP Employee
NXP Employee

Hello,

A little bit support,

In the BOOT, 

INit with disabled watchdog duration.

Jump to APP

Goto InitFS again by write GOTO_INIT bit

Initialize FS26 again within 256 ms after you switched back InitFS state.

0 Kudos

774 Views
ErikaC
NXP TechSupport
NXP TechSupport
0 Kudos