Forum Discussion
Altera_Forum
Honored Contributor
14 years agoAltera Cyclone IV Programming .elf file to flash?
I am working on a DE2-115 dev board and have finished my design. Now i need to program Flash memories so that my code will be non-viotile. I have successfully converted the .sof file to .po...
Altera_Forum
Honored Contributor
14 years agoYes.
I converted the .sof file to be programmed on the EPCS flash. This looks to be good. I converted the .elf file to be programmed on CFI FLash. This also seems good, and verification comes back with a successful result. I have pointed Reset vector to CFI flash and Exception vector to op-chip memory. I am thinking the problem may have something to do with the code running much quicker in RAM than it does in Flash? I thought I read that the boot process automatically takes the Code from Flash and puts it into RAM before its starts to execute the program? Is this true, Do i need to do anything to make this happen?