Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAbout Address & Size of EPCS flash
Dear experts, I am using Cyclone III with EPCS64 (64Mbits). In SOPCbuilder, I chose "Assign base addresses" and have my epcs_flash_controller configured at base=0x00201800 end=0x00201FFF. ...
Altera_Forum
Honored Contributor
15 years agoSkw,
if you use the simple standard method for loading the fpga configuration and the software from the serial flash you do not have to write yout own bootloader. This is all done automatically. What you have to do is set the cpu reset vector (suppose you are using the nios) to the epcs_flash_controller. And you have convert your software elf file to a flash file which directly start after the fpga configuration in the flash (sof2flash). Regards, HJS