What must be done BEFORE sending 0xAA + 0x55
1. A valid wake‑up source must be enabled
If no wake‑up source is configured in M_WIO_CONFIG, FS26 refuses to enter Standby and returns to INIT_FS.
Allowed sources: WAKE1, WAKE2, GPIO1, GPIO2, LDT, or SPI wake‑up.
2. Command timing must be < 10 ms
Your timing looks correct, but FS26 requires strictly:
If the second command is late → FS26 jumps back to INIT_FS (not Standby).
3. Device must already be in INIT_FS or NORMAL mode
Standby request is ignored in:
4. Your SPI frame must include the correct FS26 CRC
The image shows only the data bytes, but FS26 requires:
[ M/FS | Address | R/W | Data_MSB | Data_LSB | CRC ]
Most likely reason in your capture: A wake‑up source is NOT enabled.
This is the most common reason:
Without a valid wake source, the FS26 will not enter Standby, even though 0xAA and 0x55 are correct. Please enable the wake up source in the M_WIO_CFG register.
With Best Regards,
Jozef