AM243x MCU+ SDK  09.02.00
MCSPI Loopback Turbo Mode

Introduction

This example demonstrates the McSPI RX and TX operation configured in Turbo mode.

Turbo mode improves the throughput of the MCSPI interface when a single channel is enabled by allowing transfers until the shift register and the MCSPI_RX_0/1/2/3 register are full. Turbo mode is time saving when a transfer exceeds two words. When several channels are enabled, the TURBO bit has no effect.

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, D0 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

Parameter Value
CPU + OS r5fss0-0 freertos
r5fss0-0 nortos
m4fss0_0_nortos
Toolchain ti-arm-clang
Boards am243x-evm, am243x-lp
Example folder examples/drivers/mcspi/mcspi_loopback_turbo_mode

Steps to Run the Example

See Also

MCSPI

Sample Output

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

[MCSPI] Loopback example started ...
----------------------------------------------------------
McSPI Clock 50000000 Hz
----------------------------------------------------------
Data Width Data Length Transfer Time (micro sec)
8 128 39.00
----------------------------------------------------------
All tests have passed!!