changing memory

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

changing memory

2,243 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

2,103 次查看
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 项奖励
回复

2,101 次查看
martinlockner
Contributor III

Jennie,

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

Regards,

Marty Lockner

0 项奖励
回复