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!

Parents Reply
  • Thanks endnode. I looked at PA/LNA feature, but as far as I understand it only activates a pin within a fix distance ~ 5usec. First problem is that how can we have larger distances? Is it programmable in this mode? It doesn't seem this way to me. Second problem is that pin toggle was just an example, actually I need to do some other tasks. Are you suggesting to configure the pin that is being toggled by the PA/LNA feature to again trigger the desired task in an PPI setting?

Children
No Data
Related