Tool/software: Code Composer Studio
I am still new to CCS v7.
I am migrating from Keil μVision. I was testing a code I wrote on Keil. The code is supposed to make TM4C on-board LED blink every 0.5 sec. But when I run this code using CCS, the TM4C blink every 1 sec.
My optimization setting is --opt_levl: off, Speed: 5
I don't know if there is anything to do with the setting.