Forum Discussion
Cannot program QSPI memory through ASMI Parallel II IP
- 3 years ago
Hi,
We have a FIX!
We replaced the ASMI II IP with Intel FPGA Generic QUAD SPI Controller II Core, which also supports our specific Flash device, and succeeded to write to the Flash memory.
Thanks
Avi
Hi,
If you want to be able to access the quad SPI flash that is used to configure the image for the FPGA after the configuration is complete, you can instantiate the alt serial flash module that will allow you to access the FPGA pins connected to the SPI device. I use this block to allow my SPI flash config memory to be accessible via the JTAG chain, but it has capabilities beyond just this function.
You may refer the user guide below
You want to look at the 'Share ASMI interface in your design' option description.
Regards,
Wincent_Intel
- avib3 years ago
Occasional Contributor
Hi Wincent,
First, thank you for your reply!
If we are able to read QSPI memory data content, to erase the Flash, and to RD/WR to/from its status register using the ASMI II registers, isn't it means that the ASMI II IP has granted control on the SPI pins?
Thank you
Avi