AM273x MCU+ SDK  08.05.00
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
c66ss0 nortos
Toolchain ti-arm-clang
Boards am273x-evm
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 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!!