Hi
How to set up optimizer of CCS for fastest execution of code or disable optimizations?
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.
Hi
How to set up optimizer of CCS for fastest execution of code or disable optimizations?
Hello Roman,
Assuming you are using CCS 5.x, you will need to open the project. Then select Build options then optimizations. The window that opens has optimizations for code and speed to select which level is needed for your application.
Step by Step:
From menu bar select Project
From Project menu, select Show Build Settings...
From the pop up window, expand "Build" settings
From expanded "Build" settings, expand "ARM Compiler"
Under expanded "ARM Compiler" select optimizations and set your choice of optimization levels. There is a description of the optimization levels if you hover over the input field.
Note that higher levels of optimization will increase the difficulty for debugging the code.
Hello Roman,
I assume since there was no additional activity on this thread that your question was answered and I will close this thread. If you have a new or related question I encourage you to open a new thread so that we may address it.