Hi, a noob post from a noob developer. I am trying to understand how STM32Cube ide works. I guess by default UART2 has set as UART_TX - PA2, UART_RX - PA3. I have reconfigured PA1 and PA2 as GPIO_OutPut and set UART_TX - PA14 and UART_RX - PA15. Ther...