Implementation of Periodic SPI Operations with nrfx

Good evening,

I would like to execute an SPI operation every 20ms using an interruption. I saw that it was recommended utilizing nrfx timer and PPI to achieve this, ensuring that the SPI writing process does not encounter timeouts. But I have difficulties implementing this solution, and don't manage to find a lot of documentation about it, and online samples seem to be a bit outdated.

Would you be able to help me implementing this, either with a small sample or some guidelines? Thank you very much and have a good day.

Related