In SDK8.1 and SDK9.0 we have new driver nrf_drv_gpiote which has GPIOTE interrfupt handler in conflict with app_gpiote library. How to fix this
In SDK8.1 and SDK9.0 we have new driver nrf_drv_gpiote which has GPIOTE interrfupt handler in conflict with app_gpiote library. How to fix this
It is fixed in SDK11
just briefly looked the files. It is using 3 files to drive gpiote now (instead of 2). gpiote, drv_gpiote and app_gpiote. I believe this is now a "proper" solution. :-)
does anyone have answer for this