When associating a pin with the UART, is it possible to still configure the pin to be open drain and with a pullup, or does the peripheral associating override those settings
When associating a pin with the UART, is it possible to still configure the pin to be open drain and with a pullup, or does the peripheral associating override those settings
Yes; configure the pin after initialising the UART. Some peripherals override the pin config, but not the UART.
Yes; configure the pin after initialising the UART. Some peripherals override the pin config, but not the UART.
Great. Thanks for your quick response