MCU at 1V8 - a need for UART level shifters?
I saw on NUCLEO-U5A5 schematics - there is a level shifter for signal T_VCP_TX:
a bit obvious: if MCU jumper is set to run on 1V8 VDD - an external UART receiver (e.g. CP2102N) would not get anymore correct UART_TX signals (yes, it does not anymore with 1V8 logic on TX).
Wouldn't it be enough to use an Open Drain signal on MCU (for UART_TX) and an external pull-up to 3V3?
The UART_RX should be OK, even MCU on 1V8 MCU VDD, but assuming RX is 5V tolerant.
Here what I mean - and it works!

Just configure the UART_TX as GPIO_MODE_AF_OD and it should work also without a need for a level shifter (with external pull-up).
