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 Children
Related