Hello,
I need to use Port 1 pin 8 as an interrupt pin:
This results in the error NRF_ERROR_INVALID_STATE, when nrf_drv_gpiote_in_init() is called. Everything works fine, if I use a port 0 pin. What can be the problem with using port 1?
I'm using the nRF52832, SDK 17.1.0, SoftDevice S132 7.2.0, and a custom board.