Hi, when I compile my project the linker gives me the following error:
._build\nrf51422_xxac_s130.axf: Error: L6200E: Symbol GPIOTE_IRQHandler multiply defined (by app_gpiote_fast_detect.o and nrf_drv_gpiote.o).
Please note it compiles in standard mode.
From reading other threads I thought this was solved in SDK 11 I'm using Keil and I have all my packs up to date.
Thansk