Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hi Expert,
My customer are use F28388D CM core to run Ethercat application, they find that when Optimization level off, everything run well,
but when set Optimization level 0 or 1, then there will have issue. they find some of the important function was removed,
For the above function, when Optimization level off, then see the memory map that can see as below:
but when they set Optimization level 0, then the function was not be found in memory map, what is the problem? My understanding is that the Optimization on will never remove the function have been called and used.