UART/USART - enable HDSEL and SWAP at the same time?
Hi All,
Could anyone tell me what happens on an STM32H750 (or other STM32) UART if you enable both the HDSEL bit (half-duplex mode using only the TX pin) and the SWAP bit (switch TX and RX pins) at the same time? Will this get me a half-duplex UART using on the RX pin, or is the hardware not flexible enough to do that?
The specific goal here is to get two bidirectional UARTs on pins 92 and 93 on an LQFP100 STM32H750. If this works, then I can make pin 92 LPUART1 TX/RX by enabling HDSEL, and I can make pin 93 USART1 TX/RX by enabling both HDSEL and SWAP.
Thank you
