Hi all,
I'm working on GM SW based on GRAYVIP 22 with HSE FW s32n5_gp_fw_1.1.8_0.19.0_pb250801 This Software implements the boot manager and boot loader code. Loading the envelop1 bin, i am able to see the correct value in the memory area.

After this, the boot manager on CRS executed the
FBL_Port_BM_InitializeInterface() function that is used to establish an interface to SP processor.
Inside this function, there is a do-while loop that needs a specific response of SP to continue and itis never satisfied until the elapsed time is not reached, because the
FBL_BM_SPResponse is always 0xFF.

Do you have any hints?
I can share the reproducer