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.

AM2432: AM2432 CCS compiler's equivalent command for pragma

Part Number: AM2432

Hello, 

I try to use pragma to declare a function's optimization level to be off, but it seems the compiler doesn't support pragma from the warning.  Is there an equivalent term that I could use to declare a function's optimization level similar to pragma? 

#pragma FUNCTION_OPTIONS(function_irq, "--opt_level=off");

Thanks,

Hong