Banked and Non Banked RAM

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

Banked and Non Banked RAM

跳至解决方案
1,271 次查看
rahulkrishna
Contributor IV

Hi,

 

Just wanted to know if i keep exceeding my RAM will the linker be able to place the data automatically in the banked memory or i need to verify if i crossed the  limit of non banked memory. Can the linker automatically do it by some settings. Otherwise i am afraid at some point i may not verify my non banked memory ram and just overwrite it. Please help.

标签 (1)
1 解答
879 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello rahul

The linker will not automatically place the data into another segment where it locates.

When the data is too large and exceeds the scope of the segment, the linker will prompt error like: Out of allocation space in segment…

Best Regards

Fiona Kuang

Technical Information & Commercial Support

在原帖中查看解决方案

2 回复数
880 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello rahul

The linker will not automatically place the data into another segment where it locates.

When the data is too large and exceeds the scope of the segment, the linker will prompt error like: Out of allocation space in segment…

Best Regards

Fiona Kuang

Technical Information & Commercial Support

879 次查看
rahulkrishna
Contributor IV

Ok so as long as i do not get linker error i can keep allocating the memory into non banked location.

0 项奖励
回复