Hi,
I'm using the nrf52 and in my application I need to sample a sensor after applying an IR pulse; the pulse length influences the sampling thus cannot be disturbed by the radio.
I know there is the "radio notification" feature that informs the application when the radio will be active, but this is done through an interrupt and from my tests the interrupt will eventually disturb the IR pulse.
My question is, there is another method to know when the radio is active without using the interrupts (e.g. polling some register, workarounds, ...)?
Thank you.