This example demonstrates basic read write to the OSPI PSRAM configured in polled mode of operation. APIs from RAM driver are used to read and write to the PSRAM. The underlying OSPI reads and writes are taken care by the PSRAM APIs.
The example writes known data to a particular offset in the PSRAM 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 |
| Boards | am261x-lp |
| Example folder | examples/drivers/ospi/ospi_psram_io |