Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHelp Progaming Spansion mem chip
I am trying to use quartus to program a Spansion chip (s25fl064k0smfi011) That is used with Cyclone 3 (EP3C55). Using the Progammer from Quartus 2, I use the Active Serial Programming Mode for the E...
Altera_Forum
Honored Contributor
14 years agothis is a bit tricky. you are using 3rd party SPI flash as a configuration memory instead of EPCS, the altera support won't help you with this :)
anyway, erase successful only means quartus II has successfully sent erase command to the flash, it is not certain whether the erase command really erases the chip until you do a blank check. same goes to program, you got to verify the contents and since it fails, the .pof's contents are not programmed into the flash. try to identify where it fails. maybe you might want to compare the datasheet for EPCS vs. spansion flash, check especially the SPI command timing diagram and command's opcode.