Hi,
I want to implement the following process:
Start from Debug mode
1. Initialize the FS26 and set it to Normal mode
2. Use the SPI command to return FS26 to the INIT state again
3. Initialize the FS26 again and make it enter Normal mode again
When I tried to implement the above process, the first step was no problem, FS26 entered Normal mode (FS0B was released); Step 2 is no problem, FS26 successfully returned to the INIT state (by reading FS_STATES), however, when FS26 was initialized again, Only complete Sbc_fs26_CheckInitFsDebugAndOTPError () and Sbc_fs26_CheckLBistABist1 (), these two steps are passed, but not continue after the initialization procedure, but waited for about 400 ms, the program to run, The program did not restart again, but it did not enter Normal mode either
So I want to determine the following questions:
1. After executing the SPI instruction of Go_INIT, will the power supply of FS26 be disconnected? MCU is restarted, and then the program runs again
2. If FS26 restarts the MCU after Go_INIT, why didn't I catch the RESET pin change? Does FS26 directly control the MCU power supply?
3. Is there a way to circumvent MCU restart, or is this something FS26 is bound to do after Go_INIT
yin
Thanks