AM64x MCU+ SDK  11.00.00
OSPI Flash INTERRUPT

Introduction

This example demonstrates basic read write to the OSPI flash configured in interrupt mode of operation. Both Write and Read functionality is performed in INDAC mode.

The example writes known data to a particular offset in the flash and then reads it back. The read back data is then compared with the written known data. This is done twice at different offsets.

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_interrupt

Steps to Run the Example

See Also

OSPI

Sample Output

All tests have passed!!