link application to ram

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

link application to ram

2,310件の閲覧回数
rans
Senior Contributor I

Hello,

Is it that the "link application to ram" idea is that we can easily start debug application which usually runs in flash ?

Isn't it possible to debug application in flash ?

Thank you,

ranran

3 返答(返信)

1,997件の閲覧回数
converse
Senior Contributor V

Yes, you can debug in flash. This is how most people develop their applications. The link-to-ram is a specialist setting that you do not need to use.

1,997件の閲覧回数
rans
Senior Contributor I

Thanks,

Just for my general knowledge, what was the idea behind "link to ram" ? Is it for flash that can be debugged ?

Thanks,

ranran

0 件の賞賛
返信

1,997件の閲覧回数
BlackNight
NXP Employee
NXP Employee

It is for running your application in RAM instead of FLASH. That was necessary in 'old' days if you only were able to program the FLASH a few time until it weared out. Another benefit is that on some targets running the application in RAM is faster, but in that case you probably want to have the code in FLASH and then copy it to RAM at runtime.

I hope this helps,

Erich

0 件の賞賛
返信