Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDebug problem - code loading at incorrect address
I'm debugging a standalone application on our target hardware using the NIOS2 9.1 SP1 eclipse debugger. The code is being loaded at an incorrect address (a frame buffer in our sopc build), and fails...
Altera_Forum
Honored Contributor
16 years agoI searched the sopcinfo file for the address and found several instances of base_address set to 14000000 - all of them for pipeline bridge components.
The map file contains: --- Quote Start --- *(.text .stub .text.* .gnu.linkonce.t.*) .text 0x14000000 0x48 C:/TWS_bsp//obj/HAL/src/crt0.o 0x14000000 _start .text 0x14000048 0x15c obj/source/battery.o 0x14000048 getBatteryLevel .text 0x140001a4 0x3c obj/source/conditions.o etc... --- Quote End ---