xWRL1432 MMWAVE-L-SDK  05.03.00
MCSPI Loopback DMA

Introduction

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

This example sends a known data in the TX mode of length APP_MCSPI_MSGSIZE and then receives the same in RX mode. Internal pad level loopback mode is enabled to receive data. To enable internal pad level loopback mode, MISO pin is configured to both TX Enable as well as RX input pin in the SYSCFG.

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

Supported Combinations

Steps to Run the Example

See Also

MCSPI

Sample Output

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

[MCSPI] Loopback example DMA mode started ...
All tests have passed!!