User Activity

I am using STM32CubeIDE 1.7.0 with a NUCLEO-L432KC (STM32L432K). I wanted to add support for stdio via the VCP UART and successfully implemented __io_putchar(). However, I struggle(d) to get __io_getchar() to work by using HAL_UART_Receive() (because...
Kudos from