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.

TMS320F28027: converting int to string- sprintf and Itoa not working

Part Number: TMS320F28027


Hi, I am trying to convert an int to string.

char *msg;
Itoa(5, msg);

also when using sprintf the code compiles but execution blocks at that line. Should sprintf work on the platform?