This example demonstrates the MibSPI RX and TX operation configured in blocking, interrupt 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 is enabled to receive data.
When transfer is completed, TX and RX buffer data are compared. If data is matched, test result is passed otherwise failed.
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 |
Shown below is a sample output when the application is run,