Tool/software: Code Composer Studio
Hai,
I am using MSP430F5438A controller. My application build on CCS 7. Based on the optimization level code behaving differently.
Source Code build with the optimization level 4 - It's not working fine. Some part of the function worked differently than expected. In my case problem happened in communication part.
When the source code build with the optimization level 3 - It's working fine.
I don't know how to identify this kind of issue.
It would be helpful if you give the solution to this.