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/MSP430F5528: [TDC1000-TDC7200EVM][MSP430][CCS V7] sprintf giving compilation error.

Part Number: MSP430F5528

Tool/software: Code Composer Studio

I am trying to compile firmware code given with TDC1000-TDC7200 EVM GUI. sprintf is giving compilation error in line.
    sprintf((char *)outString, "Start_to_Stop[%d]: %4.6f    ", i+1, start2stop[i]);

error:

Multiple markers at this line
    - #2632 Modifiers are not allowed in printf_support=minimal mode
    - #2631 Conversion f not allowed in printf_support=minimal mode
    - <a href="processors.wiki.ti.com/.../1532">
     a> (ULP 5.3) Detected sprintf() operation(s). Recommend moving them to RAM during run time or not using as these
     are processing/power intensive

How to use sprintf for such operation.

I am using windows 10, ccs v7