The linker automatically chooses an appropriate Formatter for printf-And scanf-related function based on information from the compiler.
If that information is missing or insufficient, for example if printf is used through a function pointer, if the object file is old, etc,
Then the automatic choice is the full formatter.
In this case you might want to choose a formatter manually.
To override the default Formatter for all the printf-And scanf-related functions, functions t for wprintf and wscanf variants,
You simply set the appropriate library options. This section describes the different options available.
When you set up your application project, you typically need to consider what printf and scanf formatting capabilities your application requires
If the provided formatters do not meet your requirements, you can customize the full formatters.
However, that means you must rebuild the Runtime Library.
The default behavior of the printf and scanf formatters are defined by configuration symbols in the file dlib_defaults.h.
These configuration symbols determine what capabilities the function printf shoshould have:
When you build a library, these comprehensions determine what capabilities the function scanf shoshould have:
IAR ewarm printf/scanf formatter