This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GPIOTE_IRQHandler multiply defined

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

Related