Problems with code generation with c2000 F28379D
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi to everyone!
I want to do a small project with C2000 Delfino MCU F28379D LaunchPad™ development kit and I try to generate code with MATLAB2019a. I have installed CCS v11.0.0 (Code Composer Studio) and Control Suite 3.4.9 like the Add-on required (Embedded Coder Support Package for Texas Instruments C2000 Processors) but when I try to deploy to hardware I have this error.
(## Build procedure for model: 'test' aborted due to an error.
Error: Errors occurred - aborting)
It seems like I don't have installed CSS but if I try to configure it manually (2nd picture) and I give the path it seems to be ok. Do you have any ideas how to fix it?
Thank you!
댓글 수: 0
답변 (1개)
Aabha
2025년 8월 18일
The screenshots that you have shared show that you do not have TI C2000Ware, and TI Code Composer Studio installed on your system. Please install them as they are required third party tools which ensure that the build and deployment of the code is done as expected. Please run the following command in the MATLAB 'Command Window' to launch the 'TI Hardware Setup Wizard':
c2000setup
Please install all the required tools before proceeding with the code generation.
Please refer to the following documentation link for more information regarding the same:
I hope this helps.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!