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.

Code Composer 5.3.0 - using MSP-EXP430FR5739 - simple printf not working

Other Parts Discussed in Thread: MSP-EXP430FR5739, MSP430WARE

I am trying to debug using simple printf.  I have printf set to minimal.  I increased the stack and heap size very substantially...... 4096 and 3072 respectively.

Stepping through the assembly created for printf seems to crash at a line with CALLA &_lock.  I have tried with CIO enabled and disabled.

I also tried with putchar.....it does the same thing. 

The way I understand Code Composer Studio debugging.....printf should go straight to the 'Console'.

Thanks for any help!!!!