MPC5675K sample code, Why the Ram mode crash

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

MPC5675K sample code, Why the Ram mode crash

782 Views
hexiaobo
Contributor I

I use the CW 10.6 to create the sample test for MPC5675K, And use the develop board mpc5675kevb473 to test.

I creat some fllow project :  

MPC5675K DPM RAM;   

MPC5675K DPM FLASH;

The "MPC5675K DPM FLASH" can work。

The "MPC5675K DPM RAM" can't not work。When it crash,I stop the program, and open the memory 0x40000000, find that the memory can't read and write,the datas near the __startup is all 0xFFFFFFFF,so I am sure in the Ram mode,the code of the program is not trans to the mcu correctly。。

Also I find the reason,but I don't know why, some one can give some advise。

thanks very much。

Labels (1)
0 Kudos
1 Reply

577 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

See following example I have prepared in the past. Bot targets (RAM and internal FLASH) are working fine:

Example MPC5675K PinToggleStationery DPM CW210

0 Kudos