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/MSP430FG4618: code composer studio

Part Number: MSP430FG4618


Tool/software: Code Composer Studio

Hello,

I'm using the CCS 8.1 version where I am using sprint function as below to convert float values

sprintf(msg_buff_ch, "%5.1f%%, ", percent_clear_f);

but after compile I got below error 

#2631 Conversion f not allowed in printf_support=minimal mode

Kindly provide me suggestion to solve this issue.