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++
12589 Discussions

warning: Unable to reach (null) (at 0x00091c78) from the global pointer (at 0x0007e4d0) because the offset (79784) is out of the allowed range, -32678 to 32767.

晓孙0002
Beginner
962 Views

20191112111909.png20191112112012.png

which I always get when developing applications with NIOS II ().

The initial use of DDR3 as the starting point for the program was changed to RAM due to project requirements

 

0 Kudos
1 Reply
Ahmed_H_Intel1
Employee
743 Views

Hi,

Always Intel recommends to set the exception vector to On-chip ram to get a better performance of the interrupts actions.

I see you are using the on-chip as a reset but DDR as exception. I recommend you to follow the following document:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/edh_ed_handbook.pdf#page=%20218

Regards,

 

0 Kudos
Reply