Part Number: MSP432E401Y
Tool/software: Code Composer Studio
Hi.
I have some routines in my code that I want to avoid any optimization being applied to them, though i want to keep the rest of the project optimized.
is there a way to tell the CCS not to optimize a certain routine / code (something like a pragma that tell the compiler to stop optimizing and then at the end of the required section to continue optimizing?