MM9Z1J638 switch to MM9Z1I638

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

MM9Z1J638 switch to MM9Z1I638

Jump to solution
1,644 Views
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 Kudos
1 Solution
1,629 Views
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

View solution in original post

5 Replies
1,625 Views
Boris_Bloxsberg
Contributor III

Good idea, Thanks man!

0 Kudos
1,630 Views
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,568 Views
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 Kudos
1,533 Views
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,528 Views
Boris_Bloxsberg
Contributor III

thx man

0 Kudos