Altera_Forum
Honored Contributor
16 years agoreset vector for NIOS II development kit
Hardware: Neek starter kit.
I am trying to write some simple code for the NIOS II processor and I ran into some problems after building my SOPC system up. I am not not sure what is causing the problems I am having, but I thought it might be the reset/exception vectors. Question: If I am going to be debugging code, not final development, what should I set Reset and Exception vectors to? I want to only use DDR memory, flash memory, and onchip as my final design will only contain these. I tried setting my reset vector to DDR_memory address offset 0x0 and my exception vector to OnchipRam offset 0x0. Should this work? Or, should I set my reset vector to Flash address 0x100000? The reason I am asking is because my design keeps saying verify failed if I try to debug with the reset vector set to flash. Any help would be greatly appreciated. Thanks, Andrew