Regarding TMS32028379D Build Deploy Error
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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....
0 comentarios
Respuestas (1)
Sreeram
el 12 de Dic. de 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!
0 comentarios
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!