Paged vs Non-Paged

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

Paged vs Non-Paged

407 次查看
harshitha_chiga
Contributor II

Hi all,

-> Our project has a linker file that has links all the .o files.

-> In the linker file,

+seg .text -b 0x7f4100 -o 0x4100 -m 0x4000 -n .NON_PAGED_LOC1 -r3 # Page 5 unbanked 

we are using this memory location to store all the .o files. But at some point it is showing .NON_PAGED_LOC1 overload.

-> So i have added the extra files(let's say file1.0 and file2.0) in the paged memory location as shown below. 

+seg .ftext -b 0x788000 -o 0x8000 -w 0x4000 -m 0x14000 -n .PAGED_LOC1 -r3  

Doubts:

-> Can we do it like this or we have to keep only those extra files in the other NON_Paged_LOC?

-> If we keep those files in different NON_PAGED_LOC does it create any problem in future? +

-> How does it matter for paged and non-paged?

Regards and Thanks,

Harshitha

0 项奖励
1 回复

339 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Harshitha,

To answer your question, we need to know what's your chip part number?

What's the project memory model?

Can you please also upload your demo project, thus I can check the issue directly.

Best Regards

Jun Zhang

0 项奖励