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.