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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

427 Views
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 Kudos
Reply
1 Reply

416 Views
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 Kudos
Reply