LPCXpresso 54114 example code to write the script to specifically to RAM memory?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso 54114 example code to write the script to specifically to RAM memory?

850 Views
himanshudoshi
Contributor III

Hello everyone,

Could anyone provide me the sample code or the way to boot the codes/scripts directly into the RAM, rather than Flash Memory?

Demo code will be a great help.

Thanks in advance.

Regards,

Himanshu

0 Kudos
1 Reply

572 Views
thefallguy
Contributor IV

The simplest way to do this is to user the Memory Configuration editor (as described in the LPCXpresso IDE User Manual) and delete all of the Flash memories, thus leaving just the RAM. The IDE will automatically create appropriate linker script and you will be able to download and debug your application in RAM.

Hope that helps.

0 Kudos