Using the embedded coder generated code in the existing code composer studio project.
1 view (last 30 days)
Show older comments
We have an existing code composer studio project in which all the peripherlas including ADCs, EPWMs, CLA and communication interfaces have been configured using SysConfig tool. We want to generated control code from Simulink model and integrate it in our project. We have done this exercise for the non CLA code. In that case we need to copy only three files model_name.c, model_name.h and rtwtypes.h. This approach worked well as we update input of the model, call the step function and read the outputs.
We are now testing code generation for a Delfino DSP with CLA support. While doing the code generation for the CLA, the output has a lot of generated files including peripheral header files and configuration files. Kindly guide which generated files must be copied to our existing project for successfully executing the CLA code. Also let us know if we can supress the generation of the device specific header files and configuration files etc.
0 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!