Hi, I'm updating my code which used to have a direct handler GPIOTE_IRQHandler(void), however I can't seem to get this working.
The Kiel Run Time Management has a requirement for nrf_drv_gpiote + nrf_gpiote (because for the following dependancies: ble_advertising -> app_trace -> retarget -> app_uart -> nrf_drv_gpiote -> nrf_gpiote) and I get nrf_drv_gpiote multiply defined!
I have add the app_gpiote but I don't know how to setup the vector. Does anyone have any examples of setting up GPIOTE in ths way? Thanks