TCM share 256KB space issue

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

TCM share 256KB space issue

869件の閲覧回数
双朋赵
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 ?

ラベル(1)
0 件の賞賛
返信
1 返信

753件の閲覧回数
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 件の賞賛
返信