Hi all,
I want to use gpiote module of nrf52832 in in_out mode.
This means I want to config a gpio pin as output in open-drain mode like other MCUs while this pin can also sense the bus if it goes high or low.
Can nrf52832 support this.
Hi all,
I want to use gpiote module of nrf52832 in in_out mode.
This means I want to config a gpio pin as output in open-drain mode like other MCUs while this pin can also sense the bus if it goes high or low.
Can nrf52832 support this.
GPIO_PIN_CNF_DRIVE_S0S1 I would think it should be GPIO_PIN_CNF_DRIVE_S0D1 unless this possibility does not exist.