How to convert generated ERT files to Code Composer Studio Project?
Show older comments
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.
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!