This is the documentation for the latest (main) development branch of mcuxpresso sdk. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.

cmsis_spi_dma

Overview

The spi_dma_b2b_transfer example shows how to use SPI CMSIS driver in dma way:

In this example , one board used as SPI master and another board used as SPI slave.

  1. SPI master send/received data to/from SPI slave in dma . (SPI Slave using dma to receive/send the data)