TCM share 256KB space issue

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

TCM share 256KB space issue

1,233 次查看
双朋赵
Contributor III

hello, everyone,

in i.MX8x/i.MX8 MEK, we found that the TCML is the CM4 code bus and the default size is 128K. the TCMU is the system bus and  the default size is also 128K.

 MIMX8QM6xxxFF_cm4_core1_ram.ld :
 m_interrupts       (RX)  : ORIGIN = 0x1FFE0000, LENGTH = 0x00000A00
 m_text                (RX)  : ORIGIN = 0x1FFE0A00, LENGTH = 0x0001F600
 m_data              (RW)  : ORIGIN = 0x20000000, LENGTH = 0x00020000

but the address range is continuous, can we rearrange the default size for data segment and code segment, for example, the data segment size is 128K + 32K, the code segment size is 128K - 32K and vice versa ? if possible, can you help us to prepare a demo and provide us the source code ?

0 项奖励
回复
1 回复

1,117 次查看
igorpadykov
NXP Employee
NXP Employee

Hi zhao

>can we rearrange the default size for data segment and code segment, for example,

>the data segment size is 128K + 32K, the code segment size is 128K - 32K and vice versa ?

yes

>if possible, can you help us to prepare a demo and provide us the source code ?

this can be done using extended support with Commercial Support and Engineering Services | NXP 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复