Device: tm4c123gh6pm (TM4C123G launchpad)
IDE: Code Composer Version: 6.1.1.00022
I am able to see output on the debug console window with the puts statement ( ex - puts("Hello, world!"); ).
However, I do not see output with the printf statement ( ex - printf("Hello world Again!"); ).
I have the following settings
Project->Properties->CCS Build->ARM Compilier->Advanced Options->Library Function Assumptions Level of printf/scanf support required: full
Project->Properties->Debug *checked* Enable CIO function use.
Any idea on what I could be missing?