Resolved! NUCLEO-L476RG USART, nothing displayed by the console
I m trying to communicate through USART with my NUCLEO-L476RG but the STM console is displaying nothing. I have created a simple project:I m overriding the __io_putchar function:int __io_putchar(int ch) { if (ch == '\n') { uint8_t ch2 = '...