This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPIO interrupt with Proximitty example

Dear Nordic Team,

Thanks for supporting.

currently i am try to interface MMA8453 accelerator with ble proximitty example .Already i have interfaced peripheral example code its working good. But in ble proximitty example code not work because i want to enable GPIOTE interrupt in ble proximitty example. When i was initialized GPIO interrupt (err_code = nrf_drv_gpiote_init();) i am getting error for NRF_ERROR_INVALID_STATE. I dont know what i am doing wrong . please check this image error.png

I am using PCA10028 hardware and SDK is SDK11.0

Related