This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LP-MSP430FR2476: printf causes a breakpoint / suspend

Part Number: LP-MSP430FR2476
Other Parts Discussed in Thread: MSP430FR2476

Tool/software: Code Composer Studio

This is essentially a repeat of this earlier topic from a few years ago - but I didn't see a permanent solution:
https://e2e.ti.com/support/tools/ccs/f/81/t/563445

Basically, printf works on the MSP430FR2476, but every time you get to one, the debugger hits a mystery breakpoint at line 114 in trgmsg.c:

for (i = 0; i < length; i++) PACKCHAR(*data++, p, i+8);

It's not clear to me how to work around this?

Thanks!