SparkFun Forums 

Where electronics enthusiasts find answers.

Everything ARM and LPC
By JeffV
#9943
Hi,

It seems I have encountered another problem while working my way through the ARM cross development tutorial...

I am at the point where OCDRemote starts up without errors. When I start up the debugger with my ram application, I get the following error:

target remote localhost:8888
(gdb) load
{section=".text",section-size="1244",total-size="2536"}
Memory access error while loading section .text.
(gdb)

(Note, the code will run in ram ok when loaded by the LPC2000 program using the "Upload to Ram" feature.)

Any thoughts?

It seems, I'm finding all the problems on this one...