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!