This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RADIO_IRQHandler multiply defined

Maybe question similar to this one devzone.nordicsemi.com/.../

Can I use the interrupt generated by RADIO_IRQHandler(void) while implementing another protocol? At the moment I am using esb only (no softdevices), but probably I will implement BLE or ANT in future. I got the error

 Error: L6200E: Symbol RADIO_IRQHandler multiply defined (by nrf_link_core.o and main.o).

Does it means that the interrupt is used by the ESB library and I cannot access it? Would it be the same using softdevices?

Parents Reply
  • I tried the attached file and it works just fine, but there is a problem when central connect to the device it stop functioning while the BLE is in connect state, after the connection is closed it resume its operation and i can see that TIMER0 interrupt is working in the timeslot could you please give me some suggestion?

Children
No Data
Related