This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM2634-Q1:AM2634 — 来自内核 1-0 的 UART 日志 — 多核应用

Guru**** 2893300 points

Other Parts Discussed in Thread: SYSCONFIG

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1626477/am2634-q1-am2634---uart-logs-from-core-1-0---multicore-app

器件型号: AM2634-Q1
主题: SysConfig 中讨论的其他器件

您好、

对于多核工程、我需要在 UART 上查看调试日志。 我仅使用两个内核。 Core0-0 和 Core1-0。 我不需要锁步。

我把 empty_am263x-cc_system 工程作为参考。 删除了与 Core0-1 和 Core1-1 相关的代码文件夹。 修改了 system.xml 和 makefile 以便仅构建两个文件夹代码。  

我已在这两个文件夹的 syscfg 中启用共享存储器日志。 我只从 Core0-0 获取日志、而不是从 Core1-0 获取日志。 附加.core0-0-example.syscfg.txtcore1-0-example.syscfg.txt 的 syscfg 文件 

我在 Core0-0 的空 main 中调用此函数:  image.png

&以下是 Core1-0 的空 main 中的内容:

image.png

我还需要做什么?