请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MCU-PLUS-SDK AM263X 工具与软件:
为了配置锁步模式、我只需要调用 SOC_rcmR5ConfigLockStep (uint32_t cpuid);API 还是其它所有应该完成的操作?
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.
工具与软件:
为了配置锁步模式、我只需要调用 SOC_rcmR5ConfigLockStep (uint32_t cpuid);API 还是其它所有应该完成的操作?
尊敬的 Anandakrishnan R:
复位后(如果器件支持 ASIL-D)、器件默认处于 LS 模式。 您可以通过调用 SDK API 将器件更改为 DC (双核/解耦)模式。 设计不支持或不建议反向。
此致、
Aakash
尊敬的 Anandakrishnan R:
SDL 组件提供执行您所需测试的 CCM 模块。 示例可用@ mcu_plus_sdk_am263x_09_02_00_56\examples\sdl\ccm\sdl_ccm_example
谢谢。此致、
Vishwanath Reddy。