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

[Solved]Does a RADIO shorts still set events for states that are bypassed?

For the radio peripheral, if I use a shorts (shortcut) from END to DISABLED states, is EVENT_END still set? Because I enable an interrupt on EVENT_END, but not on EVENT_DISABLED. And the interrupt never seems triggered.

My mental model is that both EVENT_END and EVENT_DISABLED would be set. I don't deeply understand how the shortcut works, whether it uses the PPI? My mental model is that shortcuts are internal to the radio peripheral.

(I am writing a broadcast, datagram, wireless protocol stack, open sourced at GitHub nrf5rawProtocol.)

Related