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,024件の閲覧回数
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 返信

746件の閲覧回数
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 件の賞賛
返信