Forum Discussion
Altera_Forum
Honored Contributor
13 years agoProblem in programming Flash memory of CYIII starter kit.
I wrote a simple logic for cyclone-iii starter kit. I created the NIOS system with on chip RAM and few I/Os. (Here I didn’t include the CFI Flash) SOF download through Quartus II Programmer work...
Altera_Forum
Honored Contributor
13 years agoI didn't think the CFI flash was directly byte/word addressable - which means you can't directly execute code form it.
Certainly the jtag debugger can't download code to it - it won't have the code for the special flash write/erase sequences. When you load code from flash the reset vector points to an internal memory block that contains instructions to copy your code+data from the flash into 'normal' memory, either internal or external DRAM.