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.

Compiler/TMS320C6657: What's wrong with sprintf?

Part Number: TMS320C6657

Tool/software: TI C/C++ Compiler

No does work.  Tried all levels of "level of printf/scanf support required" and the function generates gibberish.

Example:

char cbuff[32];

sprintf(cbuff, "THIS IS A TEST");

contents of cbuff: garbage