Porting C++ application to STM32, problem with cin special character input from UART
Hi,I'm porting a C++ application to a STM32, using CubeIDE. The application uses cin/cout, for which I implemented the __io_getchar() and __io_putchar() functions used by _read()/_write() from syscalls.c, redirecting the input/output to UART. This wo...