Binary Loading : TCM and OCRAM

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

Binary Loading : TCM and OCRAM

ソリューションへジャンプ
1,510件の閲覧回数
carlovalgocela
Contributor III

Hello

In Vybrid Architecture manual, a TCM backdoor is intended to load the code and data into TCM by Cortex-A5 (primary core) prior to running Cortex-M4 (secondary core).

It actual it is loaded in the OCRAM-SysRAM0.  Can anybody explain why it is loaded in SysRAM0 and not in the TCM?

Thanks

ラベル(3)
タグ(3)
0 件の賞賛
返信
1 解決策
1,127件の閲覧回数
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,128件の閲覧回数
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 件の賞賛
返信
1,130件の閲覧回数
jiri-b36968
NXP Employee
NXP Employee

Hello Carlo,

missing some information like which code or data, what project...

Anyway, generally the placement of the code and data depends on Linker command file (IAR) - see supp.iar.com or scatter file  (DS5) - see Loading this site

Depending on your IDE you can select location of your code and date and build the project with this setting. Then your code will be placed where you want.

/Jiri