scanf trouble with cubemx
Posted on November 21, 2016 at 11:25Hello, trying to make scanf work on stm32f4-discovery with cubemx software and GCC. I created the syscalls.c function _read using the HAL_UART_Receive_IT() function. This works fine when used with the (unistd) rea...