SDK: 15.3.0
Example: ble_app_multirole_lesc
Device: EYSHJNZWZ (nRF52832)
I want "nRESET" to be set without pull-up.
How can I use "nRESET" without pull-up?
SDK: 15.3.0
Example: ble_app_multirole_lesc
Device: EYSHJNZWZ (nRF52832)
I want "nRESET" to be set without pull-up.
How can I use "nRESET" without pull-up?
I added the following code as a test.
However, it does not become a setting without pull-up.
nrf_gpio_pin_dir_set(21, NRF_GPIO_PIN_DIR_INPUT ); nrf_gpio_cfg_input(21, NRF_GPIO_PIN_NOPULL );
I added the following code as a test.
However, it does not become a setting without pull-up.
nrf_gpio_pin_dir_set(21, NRF_GPIO_PIN_DIR_INPUT ); nrf_gpio_cfg_input(21, NRF_GPIO_PIN_NOPULL );