Posted on September 23, 2011 at 15:03 Hi Dominik, could you check the following points : 1) In IAR project general options->Library Options : you should have printf formatter : full and Scanf formatter : full. 2) Is it possible to remove the test '...
Posted on September 23, 2011 at 10:46Hi all, I use the following scanf retarget and It works fine with IAR : int fgetc(FILE *f) { u16 uiTemp; /* Loop until the end of reception */ while(!(DISPLAY_USARTx->SR & USART_SR_RXNE)); /* Read a ch...