Hi !
I have a troubles with using SBC FS26 + S32K3xx.
I want to make wake up for Sbc by using WAKE1 source (I had add bit in WIO_CFG).
After power on I have achieved (from Debug mode - WDG is disabled) Normal mode with released FS1B and FS0B with using this command sequence:
1. Close INIT FS state with 1 good WDG refresh
2. Made WD_ERR_LIMIT good WDG refreshes (6 by default)
3. EXIT Debug mode
4. Release FS0B and FS1B.
After this I've read FS_STATES register and fail state system of Sbc is in Noramal mode (01011).
So, I want to go to Sbc Standby mode and download to Sbc commands (to LQ_REQ register) 0xAA and 0x55. Sbc goes to undefined condition (full power off) and doesn't wake up from WAKE1.
Also I have tryed to use M_REG_CTRL1 and M_REG_CTRL2 for disable for example LDO1 or LDO2, but result is the same - device doesn't wake up from WAKE1....
Maybe I can't understand something in wake up configuration?