Significance of IBCC_NEAR keyword in linker / prm files

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

Significance of IBCC_NEAR keyword in linker / prm files

跳至解决方案
976 次查看
sep2kor
Contributor III

Hello,

 

What is the significance of IBCC_NEAR / IBCC_FAR in linker/prm files?

 

Can i use the keyword - IBCC_NEAR in my linker / prm file and make the functions calls across flash pages addressed NEAR?

 

 Sandeep

标签 (1)
标记 (1)
0 项奖励
1 解答
463 次查看
NavidadRedivivu
Contributor III

Hello Sandeep,

 

This keyword serves as input for the MemoryBanker. This is a tool that automatically determines an optimized memory layout for your application. If you do not use MemoryBanker you should simply ignore the keyword since it has no effect whatsoever. As far as I remember there is a MemoryBanker chapter in the linker manual with more information. However, please note that this tool is intended more for users who are not familiar with the S12X memory architecture (its goal is to optimize the memory layout starting from the large memory model). If you are using the banked or small mem. model, this is probably less useful for you.

在原帖中查看解决方案

0 项奖励
1 回复
464 次查看
NavidadRedivivu
Contributor III

Hello Sandeep,

 

This keyword serves as input for the MemoryBanker. This is a tool that automatically determines an optimized memory layout for your application. If you do not use MemoryBanker you should simply ignore the keyword since it has no effect whatsoever. As far as I remember there is a MemoryBanker chapter in the linker manual with more information. However, please note that this tool is intended more for users who are not familiar with the S12X memory architecture (its goal is to optimize the memory layout starting from the large memory model). If you are using the banked or small mem. model, this is probably less useful for you.

0 项奖励