I have used UARTprintf, connected a USB CDC, and opened the corresponding serial port in CCS Terminal. In that scenario, I understand exactly how the data gets from the firmware to the screen. The source for UARTprintf is provided.
I also recently noticed that printf output will appear in the CCS Console. I cannot find the source for printf, and I want to understand how the data is getting across the connection to the computer. Can anyone shed light on this?
On a related note, I'd like to disconnect this Console output and ensure that my own printf is used. After searching this forum, the recommended settings are not visible in my project, so I don't know where else to look.