Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

"Creating Multiprocessor Nios II Systems Tutorial"

Hi all,

in the "Creating Multiprocessor Nios II Systems Tutorial" Altera document I have:

<div class='quotetop'>QUOTE </div>

--- Quote Start ---

Note that the lower six bits of the exception address are always set to 0x20. Offset 0x0 is where Nios II must run its reset code, so the exception address must be placed elsewhere. The offset of 0x20 is chosen because it corresponds to one instruction cache line. The 0x20 bytes of reset code initializes the instruction cache, and then branches around the exception section to the system startup code.[/b]

--- Quote End ---

If my system boots from flash,so I have my reset address in flash, and my program and data memory are in SRAM, do I have to set ox20 offset for the exception address in SRAM?
No RepliesBe the first to reply