Hey,
I'm looking for a pragma or something like that so I could disable the optimizer for certain functions. I believe I found a function where the optimizer re-ordered the logic within it. The function held a sequence of commands to send for our co-processor and it looked like they were queued up in the wrong order.
I worked around it for now but wondering if there is an easy processor macro I could use.
My environment is CCS 6, TI-RTOS, for the CC3200 with O4 set for optimization level, TI 5.2.6 compiler, and the CC3200 1.1 SDK.
Thanks.