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.

Assembler editor

Is there any solution for syntax highlighting in ARM assembler files in CCS v5.3? (I mean coloring arm assembler commands for example, like ARM DS-5 do) 

  • There is a limited amount of syntax coloring available in CCS for assembly source files. If you go to Window->Preferences->C/C++->Editor->Syntax Coloring, you can see what is available under Assembly. Unfortunately it does not look like you can modify the syntax color of the instructions.

    Another option is to look for Eclipse editor plugins that have what you are looking for. You can search for plug-ins in the Eclipse Marketplace . Make sure to look for ones that support the same version of Eclipse that your version of CCS is based off of for best compatibility (CCS 5.3 is based off Eclipse 3.8).