AM273x MCU+ SDK  08.02.00
MIBSPI Loopback DMA

Introduction

This example demonstrates the MibSPI RX and TX operation configured in blocking and DMA mode of operation.

This example sends a known data in the TX mode of length APP_MIBSPI_MSGSIZE and then receives the same in RX mode. Digital loopback mode and DMA is enabled to transmit and receive data.

When transfer is completed, TX and RX buffer data are compared. If data is matched, test result is passed otherwise failed.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 freertos
r5fss0-0 nortos
c66ss0 nortos
Toolchain ti-arm-clang, ti-c6000
Board am273x-evm
Example folder examples/drivers/mibspi/mibspi_loopback_dma

Steps to Run the Example

See Also

MIBSPI

Sample Output

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

[MIBSPI] Digital Loopback EDMA example started ...
All tests have passed!!