How to set code to program into FLASH memory_MPC5748G

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

How to set code to program into FLASH memory_MPC5748G

1,208 Views
dbabu_ele
Contributor I

Hi All,

Currently i'm using the sample code from NXP community for MPC5748G.

Can anyone please let me know how i can check the code is flashed into FLASH or SRAM memory?

How to change the code to program into FLASH memory?

I have attached the sample code which i'm using.

Thank you,

Babu Dudekula

Tags (2)
0 Kudos
Reply
1 Reply

1,115 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

The code is loaded into Flash, you can see it from the Lauterbach cmm file or from linker file.

As you can see from map file:

pastedImage_1.png

your VLEtext section is in flash and there is also your code.

pastedImage_2.png

regards,

Peter

0 Kudos
Reply