Forum Discussion
Altera_Forum
Honored Contributor
20 years agoGeorge,
Are you sure you programmed the application code into the EPCS? Your reset vector is pointed to the epcs_controller, right? You ensure that all of the rest of the linker sections point to volatile memory, as well. Additionally, you can't run code from the EPCS flash and you probably wouldn't want to anyway. (very slow) The epcs_controller has a small onchip memory which is filled with the epcs-flavored bootloader when the system is generated and compiled. The only caveat I would add to this is that this particular flow will not work for Stratix II and EPCS devices. Regards, - slacker