Forum Discussion
JET60200
Contributor
5 years agohow can “EPCQ“” Flash store both FPGA Image and customer user parameters ?
dear,
our A10 GX board has an EPCQ1024L Flash, we can burn FPGA image into it and power up board to run it successfully.
Now we have some customer parameters which needs to be stored on-board fl...
NurAiman_M_Intel
Super Contributor
5 years agoHi,
To access read and write flash, you will need to use configuration IP.
Example:
Serial Flash controller ii IP
You need to write your own RTL code to read and write flash using this IP.
Thanks.
Regards,
Aiman
JET60200
Contributor
5 years agoThanks @NurAiman_M_Intel for reply,
if there's an example design which demostrate the usgae of "Serial Flash IP", which will be great helpful as well.