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

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

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

1,221 次查看
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?

标签 (1)
0 项奖励
回复
1 回复

906 次查看
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 项奖励
回复