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