cmsis_dspi_int_b2b_transfer_master
Overview
The dspi_int_b2b_transfer example shows how to use DSPI CMSIS driver in interrupt way:
In this example , we need two boards, one board used as DSPI master and another board used as DSPI slave. The file ‘dspi_int_b2b_transfer_master.c’ includes the DSPI master code. This example uses the transactional API in DSPI driver.
DSPI master send/received data to/from DSPI slave in interrupt .