Hi,
I am working on a Bluetooth Mesh project in which I am trying to add support for NFC, but I get the following error "error: multiple definition of `SWI2_EGU2_IRQHandler'", which occurs in <MESH_SDK_2.2>/common/src/mesh_softdevice_init.c:62.
I am building on top of the example for the light_switch example with the "Generic OnOff Server" (without the Mesh Proxy; in Mesh SDK 2.2). The project is also using pulse-width-modulation (PWM) based on the "pwm_library" example. Now I am trying to add support for NFC based on the "nfc/record_text" example, but I am unable to compile (because of the error above).
My understanding is that the "nfc/record_text" example is simpler, because it does not involve the SoftDevice. So, I had to make several adjustments (app_config.h/sdk_config.h and CMakeLists.txt) to my project to deal with that fact, without success so far.
I understand that many different things could be going wrong here, so I am not asking to anyone to do my work for me. Hehe I will continue troubleshooting my issue, but, in the meantime, I was wondering if anyone had experienced this error (error: multiple definition of `SWI2_EGU2_IRQHandler' ) in a similar context, and, if so, how that error could be fixed.
Thank you for your time and support. A+
Frank