MM9Z1J638 switch to MM9Z1I638

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MM9Z1J638 switch to MM9Z1I638

跳至解决方案
1,881 次查看
Boris_Bloxsberg
Contributor III

Hi,

I want to change my firmware from the MM9Z1J638 - Chip to the MM9Z1I638 chip.

Does somebody know points I have to change in the code? Where can i change the memory size?

 

Regards

0 项奖励
回复
1 解答
1,866 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Boris_Bloxsberg,

The difference is in the Flash size.

You can simply create a new project in CW 11.1 for the MM9Z1I638 part, copy your code and compile it.

 

Regards,

Daniel

在原帖中查看解决方案

5 回复数
1,862 次查看
Boris_Bloxsberg
Contributor III

Good idea, Thanks man!

0 项奖励
回复
1,867 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Boris_Bloxsberg,

The difference is in the Flash size.

You can simply create a new project in CW 11.1 for the MM9Z1I638 part, copy your code and compile it.

 

Regards,

Daniel

1,805 次查看
Boris_Bloxsberg
Contributor III

Hi @danielmartynek ,

 

I`ve got an addtional question.

What I have to do if I want to change MM9Z1J638 Project to MM9Z1I638 Project?

Is it just a modification of the Linker file (*prm)? Or is there something more?

 

Regards

0 项奖励
回复
1,770 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello @Boris_Bloxsberg,

Yes, it is just the linker file.

ROM           = READ_ONLY   0xFE8000 TO 0xFFFDFF; // I

ROM           = READ_ONLY   0xFE0000 TO 0xFFFDFF; // J

 

Regards,

Daniel

1,765 次查看
Boris_Bloxsberg
Contributor III

thx man

0 项奖励
回复