Nrf Connect - uart for nrf52840 voltage level

Hello!

 Tyring to configure the uart rx/tx pins pull-up, pull-down or open-drain using the ncs 2.0.2 . So far I couldn't do it. For example "bias-pull-down" seems to have no effect and for open drain I was using "gpio_pin_configure()" after "uart_init()". Scope being: using the 3.3V uart levels nrf52840 to communicate with another chip at 1.8V level (just a last try before moving to a level shifter which needs to be added to the board, hence the mini-struggle to see if any way to avoid it).

Thank you!

Related