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

Radio Notification and PPI

Hi,

If I configure the radio notification to ACTIVE and then set a DISTANCE of 800us, is there any way that I can configure PPI to toggle a pin for example?

I know that I can just do the toggle in the SWI1_IRQHandler, but I want to know if there is any EVENT that I can use with PPI to avoid typical latency associated with software interrupts?

In other words, if I want to do something within a distance of the radio active, after configuring the radio notification, what should I put as NRF_PPI->CH[0].EEP =?

Using nRF52, SDK 11, S132.

Thanks!

Related