What is the difference between FLASH PNE and RAM PNE debugg configurations ?

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

What is the difference between FLASH PNE and RAM PNE debugg configurations ?

1,347件の閲覧回数
kyf
Contributor V

Hello NXP team,

 

Can someone tell me what is the difference between FLASH PNE and RAM PNE debugg configurations ?

 

 

 

Kind regards,

kyf.

0 件の賞賛
返信
1 返信

1,336件の閲覧回数
VaneB
NXP TechSupport
NXP TechSupport

Hi @kyf 

The main difference between debug RAM and debug Flash is the location where the program is loaded. The linker file determines the location. You will see the main difference if you check the linker file for flash and the linker file for RAM.

If you choose Debug flash, instructions will be loaded to the flash, and data will be loaded to RAM. If you select RAM Debug, all program will be loaded to the RAM.

 

B.R.

VaneB

0 件の賞賛
返信