SPI Master and PPI with two different SPI slaves: toggling CS pin

Hi,

I am working with the nRF52832 DK. I want to program a couple of ICs with SPI every 2 ms. I have successfully configured the nRF as SPI master and I start the SPI transfers with a TIMER via PPI. However, I don't know how to properly toggle the CS pin of each IC. I guess I can use another TIMER with CC events and toggle each CS with the CPU but I don't know there is some other 'best' option.

Thanks in advanced.

Related