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

cancel
Showing results for 
Search instead for 
Did you mean: 

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

148 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
1 Reply

137 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