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..."?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 19 Nov 2014
Modifié(e) : MathWorks Support Team
le 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?
Réponse acceptée
MathWorks Support Team
le 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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!