LPC & OpenOCD: Debug from RAM

Hello,

I would like to know how to debug an application running from RAM in LPC2103.

How I load the .hex file to RAM?

How I start the application?

And I am also not sure what I need to chance in the code of an application running from FLASH, to make it possible to run from RAM.

Thanks.

You need to change the linker script (to load everything into RAM) and the code (to use RAM interrupt vectors).

4/3!!