Overview of PPI Sequencer with SPI
mainThe PPI Sequencer with SPI sample demonstrates how to use the ppi_seq_i2c_spi driver to perform periodic SPI transfers triggered by the Programmable Peripheral Interconnect (PPI).
Key behaviors:
- Triggering: SPI transfers are triggered automatically via PPI.
- CPU Wakeup: The CPU is woken up only after every 16 transfers have been completed, minimizing power consumption.
- Configurable Periods: The sample can run sequences of SPI transfers with various periods ranging from 1 ms to 100 ms.