2019-07-09 02:35 AM
Hi everyone,
I want to convert an integer to string on CubeIDE, how can I do it ?
thanks
Solved! Go to Solution.
2019-07-09 05:05 AM
The C library function itoa() should perform the task.
2019-07-09 02:38 AM
Using sprintf()?
JW
2019-07-09 02:41 AM
It doen’t work
2019-07-09 03:49 AM
Advice how to progress faster and not pollute forums - learn C programming first and then come and ask non-trivial and ST product specific questions!
2019-07-09 05:05 AM
The C library function itoa() should perform the task.