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..."?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 19 Nov. 2014
Bearbeitet: MathWorks Support Team
am 15 Jan. 2015
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?
Akzeptierte Antwort
MathWorks Support Team
am 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.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deployment, Integration, and Supported Hardware finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!