Tool/software: Code Composer Studio
Hi,
I am connecting a FSR sensor from ADC to my self-develop board, which using MSP430FR5969 processor.
Recently, I want to use printf function in a while loop to print the value in my console so that I can test my sensor.
However, the printf function always halt in trgmsg.c file line 122, which requires me to keep pushing resume button.
I am wondering if this a common problem for CCS? When I used the same method in a built-in "hello world" project it works perfectly.
Is there any solution to this problem?
BTW, I am using CCS V8.2.0
This is my first time posting question. If there is anything i need to provide, please let me know.
Thank you in advance.