Tool/software: Code Composer Studio
Good evening sir,
Sir, I am trying to get MATALB 2018B and CCSv5.5 with TMS320C6713 to integrate together
Could you suggest me how to integrate the above mentioned combination
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Good evening sir,
Sir, I am trying to get MATALB 2018B and CCSv5.5 with TMS320C6713 to integrate together
Could you suggest me how to integrate the above mentioned combination
Turpati,
According to the MathWorks MATLAB 2018B is compatible with CCSv3 through CCSv8.
The bottom of this page has some links that can be used. In general I would suggest contacting the MathWorks.
http://software-dl.ti.com/ccs/esd/documents/ccs_matlab.html#links-and-resources
Regards,
John
I will add some additional notes.
In the past, MathWorks had specific support for C6000 series devices, but this was based on old technology (CCS3.3) and the support was sunset in R2016a. We don't currently offer specific integration support for C67xx.
To program a C67xx from MathWorks, you would use MATLAB and Simulink to design and simulate your algorithm, and then MathWorks code generation to generate ANSI ISO C code. You then import that C code into an existing CCS project and use CCS for deployment.
HTH,
-Bran