Hi,
I am looking for the timing of when a connection event will happened. Radio Notification seems the right method for me since it provide an interrupt right before an known time before the Connection event.
I am using NRF52832, SD 132 V5, SDK 14.1
While i am following this post (this is quite old back to 2015.) : https://devzone.nordicsemi.com/tutorials/b/software-development-kit/posts/radio-notification
The problems shows up. SWI1_EGU1_IRQHandler is multi-defined in my code and nrf_drv_swi.c
In the post, the interrupt is directly written with " void SWI1_IRQHandler(bool radio_evt)" instead of some handles.
I didnt define SWI_DISABLE1 in my code
I assume that the code is change since the post. Could you give me some advice to fix it?
Thank you for your time
Kind regards,