While investigating my stack corruption issue, I noticed that the RADIO_IRQHandler is always called twice in quick succession:
But the NRF_RADIO->INTENSET register only has the DISABLED interrupt listed as activated., but only within the first call of the RADIO_IRQHandler the DISABLED event was detected. What else could trigger this behaviour?