Skip to main content
UKshi.1
Visitor II
February 18, 2022
Question

I am using STM32 Matlab target. In the demo of PIL after completing all the processes and generating code. When I return to Simulink and click continue I got the following error.

  • February 18, 2022
  • 0 replies
  • 756 views

The timeout of 5 seconds for receiving data from the rtiostream interface has been exceeded. There might be multiple reasons for this 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 is running.

(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.

What is the solution for this error

Thank You in advance

If you cannot find a solution, consider using the method setTimeoutRecvSecs of rtw.connectivity.RtIOStreamHostCommunicator to increase the timeout value.

This topic has been closed for replies.