Forum Discussion
Altera_Forum
Honored Contributor
17 years agoA problem about flash programmer
Dear all: Now I'm using cycloneIII starter kit,I met a problem of generating the .pof file. In my niosII system, the base address of the flash is 0x0, the offset address of the res...
Altera_Forum
Honored Contributor
17 years agoYes, I think that as long as you use one of the standard work flows, the toolchain that compiles your software figure out automatically the part of the flash memory to use.
The 0x200000 start address is hard coded in the Cyclone III FPGA and can't be changed. I suggest reading the configuration chapter of the cyclone iii datasheet (http://www.altera.com/literature/hb/cyc3/cyc3_ciii51016.pdf). The address is mentioned on page 9-33. I think it was hardcoded that way to be compatible with most applications, especially for those that are used to put the CPU reset vector at offset 0 (even if there is just a jump to the actual application, or a small bootloader code). EDIT: I should read the datasheet too ;) It seems that in fact you can change the Cyclone III start address with a special JTAG instruction.