Tool/software: Code Composer Studio
Hi,
I'm having issues with for loops, the code compiles just fine, but it seems that the program ignores the for statement. If I change "for" to "while", the code run as expected. What may be causing this behavior? I'm missing some setting to enable for loops?