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

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

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

535 次查看
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 回复

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