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.

code composer doest highlight

hi,

my ccs doesnt hight words or variables ... It showed me an error that the C file is large and requires some scaling but i clicked no to it..

Now it doesnt hightlight the variables looks like a normal word doc...

  • Hello

    Aneesh Nair100769 said:
    It showed me an error that the C file is large and requires some scaling but i clicked no to it..

    CCS was warning you that the file is very large and without scaling, CCS behavior can be impacted (depending on your system resources). Since you chose not to scale, the behavior you are seeing is not completely unexpected.

    Thanks

    ki

  • Hi ,

    In CCS, you can change the line number limitation before warning scaling issue. The default should be 5,000. I changed it to 10,000. I don't see any performance issue when processing a file with 5,500 lines in my MacBook Pro.

    It is really not good to have a C source file as large as 5,000 lines. But it really happened in the past years. Inexperienced engineers usually put everything in one C file stead of splitting them into several modules.