Hi experts,
I currently encounter an issue that FS26 can't be waken up via CSB occasionally. I use S32K342 and FS26. Only CSB is configured as the wake up source. So far, there were 5 cases among 1000 sample cars. After the issue occurred, it could only be recovered after re-connected to the power supply. Till now, I can't reproduce the issue. When the 3rd case reported, it was suspected that the M_WIO_CFG was lost abnormally. A robust mechanism was added to check the M_WIO_CFG before instruct FS26 to standby. Unfortunately it seems that it was not the root cause. There are 2 questions.
1. Are there any other case that M_WIO_CFG might be reset? The only case I can reproduce is that the supply power voltage is dropped to 2v, FS26 is reset and is wake up by default.
2. Are there any other cause that CSB can't wake up FS26?
Thanks.
DFS下:
WK1DFS_DIS_OTP = 0 & WAKE1 pin low to high transition
只有WK1DFS_DIS_OTP = 0的情况下WAKE1 L to H 才能唤醒,但是DFS确实没电了power rail.
假如是在standby下你的MCU还能读取SBC的寄存器吗?如果是可以读出来的话在CSB无法唤醒的时候你能读出来CSB enable bit的值验证吗?