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.

i3c_dma_b2b_transfer_master

Overview

The example shows how to use i3c driver as master to do board to board transfer using dma method.

In this example, one i3c instance as master and another i3c instance on the other board as slave. Master first sends a piece of data to slave in I2C mode, and receive a piece of data from slave and check if the data received from slave is correct. Then master will enter dynamic address cycle to assign address to the connected slave, after success, will use I3C SDR mode to transfer data, then receive data from the connected I3C slave and check the data consistency.

Supported Boards