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.