Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12745 Discussions

"Creating Multiprocessor Nios II Systems Tutorial"

Altera_Forum
Honored Contributor II
979 Views

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?
0 Kudos
0 Replies
Reply