Part Number: TMS320F28P650DH
Tool/software:
HI Team,
My customer want to use the whole program optimizations to speed program execute, but CCS complier will report error, how can we avoid this error with -O = 4? Thanks!

Best Regards,
Zane
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.
Part Number: TMS320F28P650DH
Tool/software:
HI Team,
My customer want to use the whole program optimizations to speed program execute, but CCS complier will report error, how can we avoid this error with -O = 4? Thanks!

Best Regards,
Zane
Hi Zane,
This compiler error is specific to the customer's code, you can often resolve this error by reordering some of the calculations around where the error is being thrown, in order to better optimize the CPU instructions. You can read more information on this in the document http://ti.com/lit/spraan9
Regards,
Peter