UART RX/TX inversion using UART_ADVFEATURE_SWAP_ENABLE doesn't work without UART_ADVFEATURE_TXINV_ENABLE
Hello!I'm working with a STM32 F777IIT6 (F7xx) MCU, and need to invert one of the UART RX/TX pins. Per the driver's instructions (stm32f7xx_hal_uart.h), I added statements to initialize the UART_HandleTypeDef structure's AdvancedInit with the UART_AD...