Regarding TMS32028379D Build Deploy Error

3 views (last 30 days)
YOGESH
YOGESH on 4 Dec 2024
Answered: Sreeram on 12 Dec 2024
As I am build MATLAB simulation to TMS320FF28379D.. THere is a error:
The following error occurred during deployment to your hardware board: Debug Server Scripting (DSS) error: The system cannot find the file specified......
Kinldy provide solution for this....

Answers (1)

Sreeram
Sreeram on 12 Dec 2024
Hi Yogesh,
This issue is most likely due to MATLAB not being able to find a TI product such as TI C2000WARE. Consider following these steps to resolve this:
1. Ensure that the required products and applications are installed: Embedded Coder, C2000 Microcontroller Blockset, C2000Ware, ControlSuite, and Code Composer Studio.
2. Ensure the C2000 Support Package is correctly set up by clicking the "setup" icon in the Add-Ons Manager. This will take you through a series of steps to configure and locate installed TI products.
Run the following command in MATLAB to see the short instructions on setting up the support package:
web(fullfile(docroot,'supportpkg/texasinstrumentsc2000/ug/install-support-for-c2000-processors.html'))
Or access the following link for the latest documentation:
3. Ensure the board is set up correctly in the Hardware Implementation tab of the model's Configuration Parameters. Verify that Code Composer Studio is correctly set up and configured for Embedded Coder.
I hope this helps!

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!