Run code from mpc5674Fflash, what need to be done?

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

Run code from mpc5674Fflash, what need to be done?

537 Views
yanminhuang
Contributor I

The mpc5674F has 4MB flash, so it can run from flash for a large  program  that is larger than 256K Ram. what do I need to do to make the program run smoothly.  linker file  need change ? do I need to ovelay the code memory map?

thanks.

Labels (1)
0 Kudos
1 Reply

442 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

what IDE do you use? IDEs allow you to create project which already contains pre-defined startup files, linker files for RAM/flash target. For example, CodeWarrior IDE allows you to change the target anytime. Overlay is not necessary, of course.

Here you can find example with basic initialization:

Example XPC567XFKIT PinToggleStationery CW210

Regards,

Lukas

0 Kudos