cmsis_spi_interrupt
Overview
The spi_interrupt_b2b_transfer example shows how to use SPI CMSIS driver in interrupt way:
In this example , one board used as SPI master and another board used as SPI slave.
SPI master send/received data to/from SPI slave in interrupt . (SPI Slave using interrupt to receive/send the data)