Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Anybody has any idea if Cyclone V checks for the QSPI size when booting? --- Quote End --- The FPGA does not check the size, but it does do an ID check. I forget which OPCODE it uses, but its one of read ID (0x9F) or read electronic signature (silicon ID) 0xAB (you could use an oscilloscope to see which one the Cyclone V is using at power-on. I recall that the device first issues a write-disable). Either way, in the Advanced Settings of the configuration file conversion tool, you can disable the ID check. So long as the READ (or FAST_READ) opcode matches the standard parts, it should work fine. Cheers, Dave