Hi,
I tried building a simple Blinky application for Cortex-M3 device (LPC1833) that runs only in RAM; which I was successful in doing so, but it only runs when started from IDE.
If I load the generated .bin with JLink Commander to RAM address (0x10000000).
loadbin test.bin,0x10000000
SetPC 0x10000000
go
it doesn’t work.
As far as I know this is the way to load and start the application manually from RAM, but I must be missing something.
Any help will be greatly appreciated.