Hi,,
I wan to send a string data to ethernet, I am facing issue with sprintf function when casting float values as below.
float rffth =12.523;
char thbuffer[10];
sprintf(thbuffer,"%0.2f",rffth);
sprintf crashes application. I have crosschecked include library requirements also. in integer or string it works.
I am using CCS v9.1 and TI RTOS v:- 2.16.1.14
Please help
Regards
Khodidas Domadiya
Embedded Engineer





