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.

[参考译文] AM625:AM625:M-Core 调试

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1599907/am625-am625-m-core-debugging

器件型号: AM625

1. 问题现象 :通过 CCS 连接到 XDS110 时报告错误  

BLAZAR_Cortex_M4F_0:连接到目标时出错:(错误–1274 @ 0x0)连接序列期间遇到错误。  具体原因未知、但可能是尝试访问由于断电、时钟或身份验证(即安全正在阻止)而无法访问的内核或逻辑的结果。  如果被安全阻止、并且如果支持、则在执行身份验证过程后可以允许访问。 (仿真包 20.3.0.3656)  

 

2. 问题描述 :  

  1. (1) 使用开发板附带的 SD 卡映像时、我可以正常连接到 MCU。
     
    (2) 当我使用自己编译的项目时、连接失败、使用我自己的 tiboot3.bin、 tispl.bin、 u-boot.img、 dtb Image 和 rootfs。 我的项目仅使用 M 内核的两个 CAN 通道。
 
我想知道此错误的可能原因以及如何在确保 M 内核调试不受影响的同时解决该错误。