changing memory

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

changing memory

2,238件の閲覧回数
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,098件の閲覧回数
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,096件の閲覧回数
martinlockner
Contributor III

Jennie,

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

Regards,

Marty Lockner

0 件の賞賛
返信