RAM Segment Error Messgage.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RAM Segment Error Messgage.

Jump to solution
693 Views
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.


Labels (1)
0 Kudos
1 Solution
465 Views
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

View solution in original post

0 Kudos
4 Replies
465 Views
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 Kudos
464 Views
rayhall
Contributor V

Jun,

I have supplied the project in zip file.

Ray.

0 Kudos
466 Views
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 Kudos
464 Views
rayhall
Contributor V

Edward,

Thank you. That worked..

Ray.

0 Kudos