Hi Nordic staff!
I'm working on a project with nRF52833 SoC. I want to read the state of an input pulled-up pin GPIO_1 (P0.26). The GPIO_1 pin is NOT connected to any external component.
I'm looking for the delay needed to wait before I can reliably read the state of the input pin. Could you please tell me the specification for this delay? I couldn't find this information on the nRF52833 SoC product specification. Thank you!
nrf_gpio_cfg_input(GPIO_1,NRF_GPIO_PIN_PULLUP); nrf_delay_ms(GPIO_TEST_SETTLE_MS); gpio_state = nrf_gpio_pin_read(GPIO_1);