Uart configuration STM32G0
Hi, There is possible to set up USART2 on PA2 and PA15? In documentation in both pins is possible to use USART2 (PA2 as TX and PA15 as RX).I try do it, but I don't get interrupt when data is send to RX pin. On Uart1 (PA9, PA10) it's work correct. Fo...