Hello,
I am using a TE0711 board.
For my application, I would like to use a section of the S25FL256 memory to store a few bytes.
Is there any example code available for reading and writing to a defined area of the memory?
Thanks a lot.
GD
Are you talking about bare metal or linux access?
M Kirberg, thanks for your reply.
In bare metal
Look here for Xilinx examples of how to use QSPIPS driver:
https://xilinx.github.io/embeddedsw.github.io/qspips/doc/html/api/example.html
M Kirberg, thanks, I will take a look !