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.
| 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/ |
Shown below is a sample output when the application is run,