changing memory

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

changing memory

1,111 Views
martinlockner
Contributor III


I need to change the memory model from small to banked on a HCS08 project. I have been using processor expert for the project and was able to make the change on the cpu and changed the model in the linker

but I am still getting incompatible model messages for some of the previously loaded libraries etc. Is there a step by step procedure or checklist for the change.

Labels (1)
0 Kudos
Reply
2 Replies

971 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

To change processor expert project from small model to bank, we need to modify three places:

  1. in CPU properties, set memory model to Banked:

untitled1.JPG.jpg

2. in compiler setting, set Memory model to banked:

untitled2.JPG.jpg

3. in project management window. change included memory from ansiis.lib to ansibim.lib:

untitled3.JPG.jpg

After above three steps, the pe project will change from small memory model to banked.

Hope this helps!

0 Kudos
Reply

971 Views
martinlockner
Contributor III

Jennie,

Thanks for the reply, I was able to get it changed over.

Regards,

Marty Lockner

0 Kudos
Reply