ecspi_interrupt_b2b_transfer_master

Overview

The ecspi_interrupt_b2b_transfer example shows how to use ECSPI driver in interrupt way:

In this example , we need two boards, one board used as ECSPI master and another board used as ECSPI slave. The file ‘ecspi_interrupt_b2b_transfer_master.c’ includes the ECSPI master code. This example uses the transactional API in ECSPI driver.

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

Supported Boards