Why does the TI C2000 hardware support package give a "Cannot create valid debug session for Board/CPU" when trying to load to my board?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
MathWorks Support Team
am 9 Dez. 2016
Beantwortet: MathWorks Support Team
am 19 Dez. 2016
I am using the Embedded Coder Support Package for Texas Instruments C2000 Processors and am trying to load my code to the board with the "Build, load, and run" build action. The code generates and builds successfully, but when it tries to load to the board I get the following error.
SEVERE: C28xx: Error initializing emulator:
SEVERE: Could not start server: DebugServer.1: C28xx: Error initializing emulator:
*** Cannot create a valid debug session for Board/CPU=*/*.
Make sure this matches only one board and one CPU.
Exiting...
I already made sure that my CCXML file is correct and I am able to successfully connect to the board with Code Composer Studio. How can I fix this?
Akzeptierte Antwort
MathWorks Support Team
am 9 Dez. 2016
This error can occur when the load process is unable to establish a connection because a connection already exists to the board. This can happen if you connect to the board with Code Composer Studio and then try to build, load, and run the code from Simulink. Disconnecting Code Composer Studio from the board may resolve the issue.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!