RAM Segment Error Messgage.

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

RAM Segment Error Messgage.

跳至解决方案
1,459 次查看
rayhall
Contributor V

I am getting this error message..

 

Link Error : L1102: Out of allocation space in segment RAM at address 0x2466

 

The help tells me to...

 

Set the end address of the specified segment to an higher value.

 

How and where do I do this.

 

Ray.


标签 (1)
0 项奖励
回复
1 解答
1,231 次查看
kef
Specialist I

Your ecu struct needs almost 10k of RAM. This won't fit nonpaged RAM, which is only 8k. You may extent your nonbanked RAM up to 12k like suggested here

https://community.freescale.com/message/334635#334635

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,231 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Link Error : L1102 means “The specified segment is not big enough to contain all objects from the sections placed in it”. please check the prm file, if you can allocate more RAM memory to the RAM object. if you can't solve the problem, please upload the project here. we will check.

0 项奖励
回复
1,230 次查看
rayhall
Contributor V

Jun,

I have supplied the project in zip file.

Ray.

0 项奖励
回复
1,232 次查看
kef
Specialist I

Your ecu struct needs almost 10k of RAM. This won't fit nonpaged RAM, which is only 8k. You may extent your nonbanked RAM up to 12k like suggested here

https://community.freescale.com/message/334635#334635

0 项奖励
回复
1,230 次查看
rayhall
Contributor V

Edward,

Thank you. That worked..

Ray.

0 项奖励
回复