Regarding TMS32028379D Build Deploy Error
3 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Sreeram
2024-12-12
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!