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/CC2640: String format with float

Part Number: CC2640

Tool/software: Code Composer Studio

HI

I tried to float conversion to string as in the line bellow but it is not working

System_sprintf(SendBuff,"%7.2f,%d\r",6.2,volt);

any suggestion?