MCASP Loopback

Introduction

This example demonstrates the McASP in loopback mode operation.

  • Mcasp is configured in TDM mode

  • Transfers data on single channel

Supported Combinations

Parameter

Value

CPU + OS

a53ss0-0 nortos

CPU + OS

a53ss0-0 freertos

CPU + OS

c75ss0-0 freertos

Toolchain

arm.gnu.aarch64-none

Toolchain

ti-c7000

Board

am62dx-evm

Example folder

examples/drivers/mcasp/mcasp_loopback

Steps to Run the Example

  • When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see Using SDK with CCS Projects).

  • When using makefiles to build, note the required combination and build using make command (see Using SDK with Makefiles)

See Also

MCASP

Sample Output

Shown below is a sample output when the application is run,

[MCASP] Loopback example started. Testing 2560 bytes ...
All bytes match!!
All tests have passed!!
[MCASP] Loopback example started. Testing 100 bytes ...
All 100 bytes match!!