Hi all: I found this issue happen on NRF52 with SDK v11.0. Because I measured the current increased ~1mA after enable GPIOTE->IN, is there any solution can solve it?? Thanks...
Hi all: I found this issue happen on NRF52 with SDK v11.0. Because I measured the current increased ~1mA after enable GPIOTE->IN, is there any solution can solve it?? Thanks...
If I enabled the GPIOTE->IN the current is ~3.1mA(2.8V) by const nrf_drv_gpiote_in_config_t in_config1 = GPIOTE_CONFIG_IN_SENSE_HITOLO(true). And the current decreased to ~2.6mA after set the config by GPIOTE_CONFIG_IN_SENSE_HITOLO(false). If I have not enable GPIOTE->IN the current is ~1.9mA..
BTW,
Thanks..
If I enabled the GPIOTE->IN the current is ~3.1mA(2.8V) by const nrf_drv_gpiote_in_config_t in_config1 = GPIOTE_CONFIG_IN_SENSE_HITOLO(true). And the current decreased to ~2.6mA after set the config by GPIOTE_CONFIG_IN_SENSE_HITOLO(false). If I have not enable GPIOTE->IN the current is ~1.9mA..
BTW,
Thanks..