How to access the QSPI flash in PS mode?
hi,
We have a MT25QU01G device connected to A10 FPGA via the Dedicated Active Serial Interface pins.
ususally we used the flash as AS config flash for the FPGA configuration and it works well.
In another scenario, we make the FPGA work on PS mode and the HPS will configure it. At this time, the flash MT25QU01G for FPGA AS configuration is no use and we want to use it as a general memory to store some user data in it.
in the platform designer, we use a Generic serial flash interface(GSFI) IP to access the flash. The flash can be accesssed without issue when the FPGA is configured with AS mode.
but when we config the FPGA with PS mode, the HPS can't access the flash successfully via the GSFI IP.
so my questions:
How Can I access the flash connected to Dedicated Active Serial Interface when FPGA configured in PS mode? or it is impossible? please give me your proposal, thank you!