I have made following compiler setting :-
1. project properties > build> c2000 compiler > optimisation > optimisation level = 4
2. project properties > build> c2000 compiler > Advanced options > Advanced optimisations > optimise for speed = 5
These options have decreased both code execution time and the final output file size.
However I want to know what is the downside of these setting? Do they increase power consumption or are there any other risks involved?
CCS version 6.0.1 C2000 compiler.