ospipsv
Xilinx SDK Drivers API Documentation
Examples

You can refer to the below stated example applications for more details on how to use ospi driver.

xospipsv_flash_polled_example.c

Contains an example on how to use the XOspiPsv driver directly. This example performs the read and write and erase using ospi driver in polled mode.

For details, see xospipsv_flash_polled_example.c.

xospipsv_flash_intr_example.c

Contains an example on how to use the XOspiPsv driver directly. This example performs the read and write and erase test using ospi driver in interrupt mode.

For details, see xospipsv_flash_intr_example.c.