How to program QSPI on custom board
I have a custom board with a Cyclone V (5VSEMA5U3117N) and a QSPI flash memory attached (256 Mbit) to the HPS. I've checked all of the wiring and it looks fine, but when I try to access this memory via quartus_hps. I see the FPGA and QPSI controller, but it always returns 0xffffffff for the chip ID (which indicates, to me, that it can't see the device).
I have BSEL set to 110 (QSPI, 1.8V) and CSEL set to 00. OSC1 is set to 50 MHz.
Is there anything else that needs to be configured (or changed) to allow quartus_hps to be able to program the QPSI?
Thanks,
Dave
Well, after much trying, and getting absolutely no support from Intel, we replaced our ISSI QSPI parts with Micron parts and everything works, now. This was a complete waste of time and Intel not being able to answer simple questions (like what parts are supported) is ridiculous. But we're moving on...