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.

System_printf supported format specifications

Hi,

I have an application that needs to print out some float values. I have tried using System_printf but it seems not working. If I specify %f all I get is an f printed out. It happens the same for %F. I have been searching inside the target configuration file, in the System and SysMin sections, but I have found nothing.

By the way, printf (imported from stdio.h) does print out float values.

Thank you very much.