AM263Px MCU+ SDK  11.00.00
EDMA Error Interrupt

Introduction

This example demonstrates the error handling functionality of EDMA. A Count, B Count and C count are set to 0 to emulate a NULL transfer. After starting the transfer, EDMA detects a NULL transfer and signals TPCC error. Application error callback gets invoked which signals an error.

Supported Combinations

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

Steps to Run the Example

Sample Output

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

[EDMA] Interrupt Error Interrupt Test Started...
[EDMA] TPCC Error detected due to NULL transfer on below EDMA channels -
[EDMA] Channel: 0
[EDMA] Error Transfer Test Completed. Null tranfer error detected !!
All tests have passed!!