Hello NXP Support,
I’m working with the following example from your knowledge base:
RTD Example: FS26 WKUP with PGOOD and EXTWAKE using a S32K3X8EVB
My goal is to put both the FS26 and the S32K3X8 controller into standby mode. While the controller successfully transitions to standby, the FS26 remains in the same state and does not follow.
Additionally, the function call:
eReturnValue |= Sbc_fs26_InitDevice();
returns not_ok, and the initialization process fails. Upon debugging, I found that Sbc_fs26_GetDeviceState() is returning 0x14 as the FS_STATE value.
According to the FS26 datasheet, I couldn't find any documentation clearly explaining the meaning of this value, particularly bit 4 (i.e., 0x14 = 0b10100). Could you please clarify what bit 4 represents in the FS_STATE register? It's not mentioned in the register description section of the datasheet.
I also came across this related post that seems to touch on a similar issue, but there is no clear resolution provided:
FS26 FS_STATES & SPI Communication
Could you please assist with the following:
Why is the FS26 not transitioning to standby mode alongside the S32K3X8?
What does the FS_STATE value 0x14 indicate, specifically the significance of bit 4?
What are the possible reasons for Sbc_fs26_InitDevice() returning not_ok?
Any guidance or clarification would be greatly appreciated, especially regarding the undocumented FS_STATE bits.
