Forum Discussion
FPGA3
New Contributor
4 years agoCyclone V FPGA SPI Flash programming
We are trying to support the SPI flash programming from our FPGA design ported over from Xilinx device. We couldn't find any demo design.
Meanwhile we tried the JIC programming as well for the N23Q...
FPGA3
New Contributor
4 years agoHi Yuan:
There are 2 particular issues we are needing help with:
1. SPI Programming failure with JIC file. The device seems to be supported in the guide we looked up online.
- •Not able to program the SPI flash with JIC file
- •Error (209025): Can't recognize silicon ID for device 1. A device's silicon ID is different from its JTAG ID. Verify that all cables are securely connected, select a different device, or check the power on the target system. Make sure the device pins are connected and configured correctly.
- •Device is in AS mode - MX25L12833FMI-10Gi
- •Device configurations tried to generate JIC files are EPCS128, EPCQ128 & EPCQ128A
2. Adding SPI Programming support in the FPGA design
- Since this is a ported design Current design has SPI programmer RTls available what ways we can use that and assign to the IO since the IO’s are hardened we can’t assign them.
- Which Ips to use?
- Also i couldn't find any demo design for this. Any further info/discussion on this will be very helpful.