The latest development version of this page may be more current than this released 0.4.0 version.

I2S Write

Functional Overview

Once this application is launched, it performs the following operations:

  1. Initialize the I2S controller driver

  2. Allocate a buffer of a fixed length

  3. Send data via I2S

  4. Wait for the transmission to complete

Environmental Requirements

  1. The demo uses an EVB board

  2. The default GPIO used is configured in the device table

Compilation and Flashing

Example location: examples/peripheral/i2s

For compilation, flashing, and other operations, please refer to: Quick Start