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
Hi,
I want to use TMS320F2808 that integrate with TYPHOON HIL 400.
Im using MATLAB 2016b and CCS V6 in order to download the program into f2808.
The problem is, i cannot import the project file that i build in Matlab.
The folder of CCS has been created by Matlab, but it seems like the CCS cannot find the file.
I have done all the setting in configuration parameter in Matlab.
But when i try to import the project, it shows nothing.
Hoping to find the solution. Thank you.
Hello,
Azuwien aida Bohari said:The problem is, i cannot import the project file that i build in Matlab.
The folder of CCS has been created by Matlab, but it seems like the CCS cannot find the file.
What is the format of this project generated by Matlab? What is inside the generated "CCS" folder?
Azuwien aida Bohari said:But when i try to import the project, it shows nothing.
How did you import the project?
Any screenshots would be very helpful
Thanks
ki
Hello,
Automatic generation of a CCS project started with MathWorks Release R2017a, so you wont see it in R2016b. You will need to upgrade to R2017a to get this feature. If you cant upgrade, you will need to create your own CCS project and manually import the C code.
Link: http://processors.wiki.ti.com/index.php/MatLab_and_CCS
Cheers,
-Brian
Hi,
There are 2 main ways that this works.
1) Get and use MathWorks C2000 Support Package. You build a model, and MathWorks tools generate C2000 code and downloads it to the C2000 MCU. We make background calls using CCS for you. For more info: https://e2e.ti.com/support/microcontrollers/c2000/f/171/p/484814/1845782
We have some examples which can be used with F2808. See if you can make this run, then at least you know that everything is installed correctly. https://www.mathworks.com/help/supportpkg/texasinstrumentsc2000/examples/adc-pwm-synchronization-via-adc-interrupt.html
2) Use MathWorks tools to generate C Code from your model. Import the control algorithms into an existing CCS project, and use CCS to download and start the code.
We have customers using both workflows.
---
If you need immediate technical assistance, please contact MathWorks Tech Support.
Thanks,
-Brian
Hi,
I chatted with my team; they advised that you should contact MathWorks Technical Support as they will need a copy of your model if you wish to investigate further.
Cheers,
-Brian
hi,