AM64x MCU+ SDK  09.02.01
OSPI Flash XIP

Introduction

This example demonstrates basic read write to the OSPI flash configured in polled mode of operation along with an XIP component. APIs from flash driver are used to read and write to the flash. The underlying OSPI reads and writes are taken care by the flash APIs.

The example writes known data to a particular offset in the flash and then reads it back. Before and after this, a CRC calculation using an LUT which is in flash.

When both the comparisons match, test result is passed otherwise failed.

Supported Combinations

Parameter Value
CPU + OS r5fss0-0 nortos
Toolchain ti-arm-clang
Board am64x-evm, am64x-sk
Example folder examples/drivers/ospi/ospi_flash_xip

Steps to Run the Example

See Also

OSPI

Sample Output

CRC Value: 37090
Flash read-write test passed!!
CRC Value: 37090
All tests have passed!!