MM9Z1J638 switch to MM9Z1I638

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MM9Z1J638 switch to MM9Z1I638

ソリューションへジャンプ
2,046件の閲覧回数
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 解決策
2,031件の閲覧回数
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 返答(返信)
2,027件の閲覧回数
Boris_Bloxsberg
Contributor III

Good idea, Thanks man!

0 件の賞賛
返信
2,032件の閲覧回数
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,970件の閲覧回数
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,935件の閲覧回数
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,930件の閲覧回数
Boris_Bloxsberg
Contributor III

thx man

0 件の賞賛
返信