Altera_Forum
Honored Contributor
15 years agoNo EPCS Layout Data
Hi all,
I'm a newcomer to FPGA design - I have only been working with Altera's tools for a month or two. Excuse any 'noobness'. I'm working on a custom board that is designed around the Cyclone III (EP3C25F324) FPGA. The board also has a serial flash memory device (EPCS16S18N), which is the 16 MBit serial flash configuration device. I was attempting to write a few small applications to test our ability to update flash memory, as well well as configure on power up it. Here is what I have:- A .sof containing a NIOS II processor and an EPCS controller. It has a few other peripherals like a RS232 serial port.
- A small application that prints hello world over the RS 232 port.
- I first used Qaurtus Programmer to update the FPGA with the .sof (since it contains the necessary components to access flash memory).
- I then started the NIOS II Flash Programmer GUI
- I selected the bsp settings file which populated most of the interface
- I was able to successfully select the hardware connection (USB-Blaster)
- I added both the .sof and .elf images and attempted to program the flash memory