Shared memory section T2080

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

Shared memory section T2080

625件の閲覧回数
stevenstarnes
Contributor III

Hello,

   I am trying to create a region of shared memory in my linker config files so that the cores in the T2080 can share variables with one another. I was wondering how this would be accomplished? I have found an example for a different architecture but it doesn't apply to this architecture I am using. Any help would be appreciated. Thanks!

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

533件の閲覧回数
Pavel
NXP Employee
NXP Employee

Look at the Table 6 and Section 2.3.1 of Targeting_PA_Processors.pdf file.

SMP - Select this option to generate a single project for the selected cores. The cores share the same interrupt vector, text, data sections and heap memory. Each core has its own, dedicated stack. A single initialization file should be executed for each core.

The SMP option is available for selection only while creating projects for some e500mc, e5500 and e6500 core targets.


Have a great day,
Pavel Chubakov

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

0 件の賞賛
返信