Altera_Forum
Honored Contributor
15 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 verification as that memory is overwritten. Where does the debugger get the address for the executable to be loaded?
Thanks in advance! Here's the debugger output: Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Processor is already paused Initializing CPU cache (if present) OK Downloading 00000020 ( 0%) Downloading 14000000 ( 0%) Downloading 14010000 (48%) Downloading 14020000 (96%) Downloaded 134KB in 2.3s (58.2KB/s) Verifying 00000020 ( 0%) Verifying 14000000 ( 0%) Verify failed between address 0x14000000 and 0x1400FFFF Leaving target processor paused