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.
Parameter | Value |
---|---|
CPU + OS | r5fss0-0 nortos |
Toolchain | ti-arm-clang |
Board | am64x-evm, am64x-sk |
Example folder | examples/drivers/ospi/ospi_flash_interrupt |