Seeking help.
After sending an SPI command to FS4500 to enter LPOFF, the main control chip is powered off, and S32 can see that the simulation stops at this time. After waking up FS4500 through the pin, only power supply is observed, but the code still does not run. What needs to be done to make the code continue to execute?
看看下面的描述:
When a wake-up event is detected, the device starts the main state machine again by detecting the VPRE configuration (buck or buck-boost), the wake-up source is reported to the dedicated SPI register, and the fail-safe state machine is also restarted.
所以他会再次进入INIT 阶段等待软件程序的配置。