Hi Sir,
I' m testing with S32R294 EVB board (v1.1).
When I tried to initialize SPT, I got `RSDK_SPT_RET_ERR_HW_RST` error state.
This is because pSptRegs->CS_STATUS3.B.PROC_STATE is 0, so that CheckSptRst() in SptConfigHw() return RSDK_SPT_RET_ERR_HW_RST.
But when I try RSDK_offline_example, I found `pSptRegs->CS_STATUS3.B.PROC_STATE` is "1" in SptConfigHw() and can success pass initial process.
Is there anything I should enable before SPT is launched?
Can you suggest me how to solve this issue?
Thank you,
Gary