Does there exist a white paper describing some typical PPI use cases with coding examples? The only one I've found is the peripheral/gpiote example and it is severely lacking any explanatory comments. Looking at the relevant functions in the info-center is not much help since they also have terse 7 or 8 word descriptions. Looking at the PPI section of the chip spec is also nearly useless, since it does not mention any of the nrf_drv_ppi functions.
My use-case is pretty simple and almost the same as the gpiote example. I want to configure a GPIO to output a continuous 1MHz signal to be used as a clock by an external device. This configuration should use as little power as possible and allow my application to stop and start the 1MHz signal as required. And finally, the signal should continue uninterrupted when I call sd_app_evt_wait to manage power.