Standard C I/O
Hi.
I'm a newcomer into the STM32 world. I'm using Atollic Studio 9.3.0 and a STM32F0 Discovery board.
I'm trying to retarget C I/O functions and I've read that one must write a _write() function ( pun NOT intended ) and that the standard library is nanolib, that uses tiny_printf().
My question is : How can I configure ( if possible ) the toolchain in order to use the standard C I/O functions, having to rewrite only fputc() and fgetc(), as I do in other toolchains I've used until now?
Thanks in advance.