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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,365 次查看
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 项奖励
回复
1 回复

1,087 次查看
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 项奖励
回复