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.

[参考译文] CCS/PROCESSOR-SDK-AM65X:ARM Cortex-A53的 Sitara AM65x 裸元示例存在问题

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/789936/ccs-processor-sdk-am65x-issue-with-sitara-am65x-bare-meta-example-for-arm-cortex-a53

器件型号:PROCESSOR-SDK-AM65X

工具/软件:Code Composer Studio

我在这里遵循了示例: software-dl.ti.com/.../index_examples_demos.html

DMSC_Cortex_M3_0和 CortexA53_0_0已连接。 但是一旦载入"hello_world.out"、CortexA53_0_0就开始运行(运行(安全))。 它不是从应该为0x70001000的 ENTER 点开始。 请参见下图:

当我点击脉冲时、PC 卡在0x0200处。 请参见下图:

出了什么问题? 我尝试将链接器起始地址设置为0x70001000、但它没有帮助。

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

    您能否确认将 AM65x EVM 硬件设置为无引导模式。 所有 SW2和 SW3引脚都设置为 off、并且您可以看到 GEL 文件在连接到 M3和 A53时执行、如下所述:
    software-dl.ti.com/.../index_how_to_guides.html

    您能否为我确认您的 A53项目正在使用 Processor SDK RTOS 中的64位 GCC 编译器、而不是 CCSv8随附的32位版本。

    此致、
    Rahul
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    使用空白工作区重复该过程后、它开始工作。 但我不知道我做了什么不同。