How to convert generated ERT files to Code Composer Studio Project?

1 view (last 30 days)
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

Canberk Suat Gurel
Canberk Suat Gurel on 9 Mar 2018
I found a solution to this. CCS project generation feature is supported in 2017a and onward. (Note I was using 2016a.)

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!