How to convert generated ERT files to Code Composer Studio Project?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
I have created a model in Simulink and programmed my TI C2000 F28379D microcontroller. The code generation report is as follows,
Now I want to create a new CCS project in Code Composer Studio and import these files in order to program the microcontroller direcly from CCS. I tried importing the generated ert files (using File > Import > Existing Code as a Makefile project) and I had an error with the make file and I fixed it by changing the Build Command to gmake. But then I have encountered with some other errors hence this method seems like a dead end.
Is there a proper way of doing this? Your help is greatly appreciated.
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!