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.

dma_channel_chain

Overview

The DMA channel chain transfer example is a simple demonstration program about how to use channel chain feaute with the SDK software. In this example three channel is used,

          ------->channel1------->channel0
          |
channel0-->
          |
          ------->channel2

Channel0 is configured with two descriptor, first descriptor is linked to the second, then trigger the channel0 by software, after channel0 first descriptor finish, it will trigger channel1 and channel2 start transfer, after channel1 descriptor exhaust it will trigger channel0, then channel0 second descritpor will be carried out, after second descriptor exhaust, example finish.

Supported Boards