RAM Segment Error Messgage.

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

RAM Segment Error Messgage.

ソリューションへジャンプ
935件の閲覧回数
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 解決策
707件の閲覧回数
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 返答(返信)
707件の閲覧回数
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 件の賞賛
返信
706件の閲覧回数
rayhall
Contributor V

Jun,

I have supplied the project in zip file.

Ray.

0 件の賞賛
返信
708件の閲覧回数
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 件の賞賛
返信
706件の閲覧回数
rayhall
Contributor V

Edward,

Thank you. That worked..

Ray.

0 件の賞賛
返信