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's frustrating because if you read the GPIOTE documentation and try the simple example given there that uses APP_GPIOTE_INIT()
it does not compile. I am not sure if all these additional Nordic layers of software - like BSP, nrf_drv_gpiote etc. are really useful - it just makes it harder to understand the API, and makes maintenance difficult for Nordic.
It's frustrating because if you read the GPIOTE documentation and try the simple example given there that uses APP_GPIOTE_INIT()
it does not compile. I am not sure if all these additional Nordic layers of software - like BSP, nrf_drv_gpiote etc. are really useful - it just makes it harder to understand the API, and makes maintenance difficult for Nordic.