Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi Sean,
--- Quote Start --- Ok. I have a schematic that has USB Blaster pins, to EPCS4N EEPROM and to FPGA design board. But now, my manager wants to use Non-volatile memory to get cheaper (I guess). Does Altera have that non-volatile memory to replace EEPROM. --- Quote End --- The EPCS4 is SPI Flash (not EEPROM). The "Altera" part is a rebranded SPI Flash with ID that matches parts from Micron (Numonyx). Search the group for SPI flash and you'll get examples of part numbers. If you want the ultimate in cheap, you could just force your end-user to configure the FPGA via JTAG each time they use it. Though even in that case I would recommend including the PCB footprint for the EPCS flash regardless of whether you load it or not. You can also just interface the FPGA to a USB-to-FIFO chip from FTDI and bit-bang the device to configure it. FTDI's Morphic-II module has details on what you can do. Cheers, Dave