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.

CCS Compiler Support for sprintf

Other Parts Discussed in Thread: TMS320F28015

The C compiler manual for CCS states that only a skeleton version of sprintf is available and it is only used for a Time function.  I tried converting float to string using sprint and it seemed to compile, except that it tried to load .sysmen, located in M0SARAM, but could allocate enough space.  I am using the TMS320F28015, so it does not have a huge amount of RAM.  Questions:

Is sprintf supported in latest version of CCS compiler for float to string operation?

If so, is the loading of .sysmem for code or buffer space?  If it is trying to load code in .sysmem, can I re-direct it to load into FLASH?

Lee