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.

[参考译文] AM263P4:在 HS-SE 模式下调试测试代码

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1600935/am263p4-debugging-test-codes-in-hs-se-mode

器件型号: AM263P4

您好、

如果我将 AM263Px LP 转换为 HS-SE 模式、

但我需要通过调试器在 CCS 中调试测试代码(应用程序映像,而不是 SBL)。

  1. 这里可以使用哪种引导模式?
  2. 我是否需要更改 devconfig.mak 文件中的任何选项?(使用 TIFS 进行调试为否,调试选项)

谢谢

Geetha K

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

    3.如果要将测试代码闪存到卡中、SBL 是否会使用融合的密钥验证这些代码? 甚至用于调试?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [quote userid=“649502" url="“ url="~“~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1600935/am263p4-debugging-test-codes-in-hs-se-mode/6168927 如果要将测试代码刷写到卡中、SBL 是否会使用融合的密钥验证这些代码? 甚至用于调试?

    是的、这是正确的、默认情况下会强制执行安全性

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [报价 userid=“649502" url="“ url="~“~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1600935/am263p4-debugging-test-codes-in-hs-se-mode
    • 这里可以使用哪种引导模式?
    • 我是否需要更改 devconfig.mak 文件中的任何选项?(使用 TIFS 进行调试为否,调试选项)
    [/报价]

    我建议将 SBL NULL 与 OSPI 引导模式结合使用。

    请参阅以下内容:software-dl.ti.com/.../ADDITIONAL_DETAILS_PAGE.html

    注意 — 您将需要使用 DBG_public_enable 标志重新构建 sbl_null.hs.tiimage、  有关标志的详细信息、请参阅 tifs SDK 文档。