2019-07-09 2: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 5:05 AM
The C library function itoa() should perform the task.
2019-07-09 2:38 AM
Using sprintf()?
JW
2019-07-09 2:41 AM
It doen’t work
2019-07-09 3: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 5:05 AM
The C library function itoa() should perform the task.