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_dspi_interrupt

Overview

The dspi_interrupt_b2b_transfer example shows how to use DSPI CMSIS driver in interrupt way:

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

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