Binary Loading : TCM and OCRAM

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

Binary Loading : TCM and OCRAM

跳至解决方案
1,265 次查看
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 解答
882 次查看
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 回复数
883 次查看
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 项奖励
885 次查看
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