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

Use SWI with a Softdevice

Hi all!

I have small problem. When I build my project, it returns thise error: Symbol SWI2_IRQHandler multiply defined (by nrf_sdh.o and nrf_drv_swi.o). I want to use SWI0. I copied the exemple from documentation, where you can read that using SWI library and a SoftDevice is a good idea.

How is this error solved?

Related