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

How to enable radio interrupts using SDK?

mainc.txt

we can use INTENSET to enable certain events on the radio as in line 460 in mainc file attached. But how to enable this on the radio as a whole. I basically need a couple of events like ready, address, payload, end, etc.

Radio interrupt RADIO_IRQHandler is defined just above the main function which needs to be called in the main for the interrupt functionality.

Related