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 ビュー (過去 30 日間)
古いコメントを表示
MathWorks Support Team
2016 年 12 月 9 日
回答済み: MathWorks Support Team
2016 年 12 月 19 日
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?
採用された回答
MathWorks Support Team
2016 年 12 月 9 日
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 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!