Good evening,
I'm trying to understand how to use the SDK 12 to connect peripherals using PPI such that when an address match occurs (say on pipe 1's address+prefix), a timer is reset.
I'm struggling to understand how to set this up. I'm not using a softdevice, but am using the Gazell library with nrf51822 and SDK 12.2.
Ideally, I'd like to then use another PPI channel to capture that timer's value when a SPI transaction occurs, but one step at a time.
Could you help me find code which shows how to set something like this up?