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

Error code 8 on callingf nrf_drv_gpiote_init()

I am getting an Error code on 8 on calling nrf_drv_gpiote_init() in my main():

err_code = nrf_drv_gpiote_init();
APP_ERROR_CHECK(err_code);

Any idea what I am doing wrong?

Thanks

Parents Reply Children
Related