Freescale Cup: Why do I get the error message "Error occured while executing External Mode MEX-file 'ext_serial_win32_comm': Failed to connect to target. A time-out occurred while waiting for the first connect response packet..."?

2 views (last 30 days)
When I try to connect to the FRDM-KL25Z board from a simple controller model provided as part of the "Simple Car Controller" example in the Freescale Cup Companion App after setting it up for external mode, I get the following error:
Error occurred while executing External Mode MEX-file 'ext_serial_win32_comm':
Failed to connect to the target. A time-out occurred while waiting for the first connect response packet. Possible reasons for the time-out:
a) The target is not switched on.
b) The target is not connected to your host machine.
c) The application for the model is not running on the target. You might have clicked the Stop button.
Component: Simulink | Category: Model error
Why do I get this error?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 19 Nov 2014
This error message can be caused by a variety of factors. In this case, the default duration for the model is 10 seconds, which is not enough time to connect to the model after it begins running on the target. In order to fix this, simply change the duration of the model to "Inf", rebuild the model and then try to connect again.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!