Tool/software: Code Composer Studio
Hi,
I am using CCS version 10.1.0.00010 with TivaC EK-TM4C1294XL LaunchPad under Windows 10 x64 professional.
I have noticed that when I step through my code in debug mode, the code execution path is not in the order written in source code. I guess there is some sort of optimization going on. However, it's pretty misleading, for example I noticed the code seems to execute GPIOPinRead before a previous GPIOPinTypeGPIOInput. This makes debugging pretty confusing. I would appreciate any clarification.
Thanks,
Sam