Other Parts Discussed in Thread: MSP430F5529
Tool/software: TI C/C++ Compiler
For debugging purposes I would like to have printf available. However, printf didn't do anything when I added it into some example code pulled from resource explorer in CCS.
I've been unable to find details about how printf is implemented and where it prints by default. I tried to find it in the compiler source code but grepping around for printf returns too many results to parse efficiently. Any insight would be appreciated.