I am trying to perform a PIL simulation using NXP S32K344-T172 EVB and Simulink R2022b MBD. I am using NXP Reference Example "s32k3xx_pil_target_s32ct.mdl" and "s32k3xx_pil_harness_s32ct.mdk" for the testing the board. Model is generating the elf file as well as bin file successfully. Also SIL is also performed. But while flashing the algorithm to hardware, I am facing the below attached error.
The timeout of 10 seconds for receiving data from the rtiostream interface has been exceeded. There might be multiple reasons for this
communications failure.
You should:
(a) Check that the target hardware configuration is correct, for example, check that the byte ordering is correct.
(b) Confirm that the target application is running on the target hardware.
(c) Consider the possibility of application run-time failures (e.g. divide by zero exceptions, incorrect custom code integration, etc.).
Note (c): To identify possible reasons for the run-time failure, consider using SIL, which supports signal handlers and debugging.
If you cannot find a solution, consider using the method setTimeoutRecvSecs of rtw.connectivity.RtIOStreamHostCommunicator to increase the
timeout value.