Tool/software: Code Composer Studio
I know printf uses a breakpoint to do it's job. However it's halting the debugger too! In my case it gets stuck to line 114 in trgmsg.c. Breakpoint is not visible in the breakpoint list btw.
Is this a common problem?
I have done due diligence with the wiki page.. Stack and heap is boosted, CIO is enabled, stdio.h included, et cetera. Printf *works* just fine, except for that breakpoint.