I'm working with the LM3S6965 in Code Composer v4 and the sample code enet_lwip.
I would really like to be able to view printf-style trace debug messages in CCS using SWD (UART is used for the application).
The only way I have been able to figure our how to do this is via SYS/BIOS, but this seems like a lot of extra bulk and I'd like to avoid it if I can. Plus I'm concerned it may not be compatible with the http code in enet_lwip.
Is there a way to use the debug interface to get printf-style trace logging in CCS v4 without resorting to SYS/BIOS?
Thanks,
+ Chris