Dear Sir/Madam,
I tried to use GPIOTE and nrf_dev_gpiote at same prject on a MDK 5 project which is based on nRF5 SDK 10 and SoftDevice S110, but got this error:
.\_build\nrf51422_xxac_s110.axf: Error: L6200E: Symbol GPIOTE_IRQHandler multiply defined (by app_gpiote_fast_detect.o and nrf_drv_gpiote.o).
By searching the forum, I read someone mentioned that SDK 11 has fixed this issue. But when I checked SDK11, it seems doesn't support S110 inside.
My question is: Is it possible to mix SDK11's nrf_gpiote code with SDK 10's GPIOTE together to solve this issue or is there any other solution?
Thanks,
Jun