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?
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.
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?
Thanks alot
system_sprintf as they said exactly same sprintf but I discovered that some format parameters are not supported so I will use sprintf