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.
Hello,
I am trying to create a project in CCS 5.5.0. After creating a CCS project I am trying to set processor option in C2000 Compiler->processor options. I do not see "specify TMU support" option.
Is there anything I am missing?
Thank you,
Prakash
Dear Prakash,
I am trying to create a project in CCS 5.5.0. After creating a CCS project I am trying to set processor option in C2000 Compiler->processor options. I do not see "specify TMU support" option.
Is there anything I am missing?
Yes, you've to download additional files to enable this controller in CCS v5.5
It would be better if you download CCs v6 as it isthe latest and has more features.
Regards,
Gautam
TMU support is enabled in code gen tool 6.2.3 onward, i would recommend using 6.2.7 which is the latest.
You can check the code gen tool by right clicking the project name and selecting properties, and viewing the configuration under general tab in the Properties window
If the correct code gen version is selected, the tmu will appear under Processor Options Tab
Thank you,
I downloaded TI v6.2.7 compiler and now I can select TMU support.
Prakash