Button interrupt in Bootloader

Hi,

I am trying to edit my bootloader (buttonless USB DFU).

I want to add a button to exit the bootloader and return to the app.

The problem is that the gpiote interrupt is not firing.

The gpiote_event_handler I inserted in the function nrf_drv_gpiote_in_init(p_btn->pin_no, &config, gpiote_event_handler) is never hit.

Am I missing some setting?

I am using SDK 17.0.0

Thanks

Parents Reply Children
No Data
Related