BUG: Incorrect handling of halfduplex UART with TX/RX pin swap enabled (v. 5.0.1)
It seems that STM32CubeMX does not properly handle tx/rx swap when UART is set to half duplex mode.
Steps to reproduce
-start a project with a MCU with pin swappable uart, like STM32F030x
-enable UART in half duplex mode
-enable pinswapping
The incorrect behavior can be seen on CubeMX GUI as the wrong CPU pin is highlighted as well as in generated code where the GPIO config in xxxx_hal_msp.c is done for the TX pin instead of RX.
