Sprintf() gives compile error and says that the program is not fit in available memory. I need to convert float to string.

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.
Sprintf() gives compile error and says that the program is not fit in available memory. I need to convert float to string.

Hi,
You will have to update the linker command file and assign the section (which does not fit ) to a memory region which can accomodate it.
Best Regards
Siddharth