AM263x MCU+ SDK  08.02.01
EDMA Interrupt Transfer

Introduction

This example demonstrates the data transfer using EDMA in interrupt mode

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 freertos
r5fss0-1 nortos
r5fss1-0 nortos
r5fss1-1 nortos
Toolchain ti-arm-clang
Boards am263x-cc, am263x-lp
Example folder examples/drivers/edma/edma_interrupt_transfer/

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)
  • Launch a CCS debug session, follow the steps for running multi core applications in Prerequisites and run the executables, see CCS Launch, Load and Run
  • This is a multi-core example. Hence the executables should be loaded and run for all the above mentioned cores

Sample Output

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

[EDMA] Interrupt Transfer Test Started...
[EDMA] Interrupt Transfer Test Completed!!
All tests have passed!!