Out of allocation space in segment RAM at address 0x3FCC?

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

Out of allocation space in segment RAM at address 0x3FCC?

841 Views
ruiwang
Contributor I

I use MC9S12XEP100, there is error message:

 

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

Link Error: Link failed

 

Can give me a help?

Labels (1)
0 Kudos
Reply
1 Reply

526 Views
BlackNight
NXP Employee
NXP Employee

It means that your application is using more RAM space (variables, heap, stack) than you have available on your MC9S12XEP100 device.

Try to reduce the amount of RAM used.

I hope this helps,

Erich

0 Kudos
Reply