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.

[参考译文] RM57L843:双核实现

Guru**** 2457760 points
Other Parts Discussed in Thread: HALCOGEN

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/648534/rm57l843-dual-core-implementation

器件型号:RM57L843
主题中讨论的其他器件:HALCOGEN

您好!

参考数据表“基于 ARMRegisteredCortexRegistered-R 内核的 RM57L843 HerculesTm微控制器(修订版 C)”,

在6.5.2双核实现部分中进行了说明

该器件具有"两个"Cortex-R5F 内核、其中比较了 CCM-R5F 单元中两个 CPU 的输出信号。

我的问题是、我是否需要驱动程序中的第二个内核?

如果是、如何由 HalCogen 完成。

谢谢。

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

    无法直接访问第二个 CPU。 它充当检查器。 您写入 CPU1寄存器的数据也会写入 CPU2寄存器,例如,R0和 R1寄存器。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢。

    这意味着只关注 CPU1的程序。

    CPU1将自动将数据更新到 CPU2。