工具/软件:
代表客户发帖
除非在 ti_k3.cfg 文件中添加了代码片段、如 本 e2e 帖子中所示、否则在使用 openOCD 时通过 JTAG 进行复位不起作用。 您能解释一下该代码的作用吗
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.
工具/软件:
代表客户发帖
除非在 ti_k3.cfg 文件中添加了代码片段、如 本 e2e 帖子中所示、否则在使用 openOCD 时通过 JTAG 进行复位不起作用。 您能解释一下该代码的作用吗
对于 AM24 或 AM6x 系列器件、没有官方支持。 因此、下面提供的指导是尽力而为的。 如果您要开始新的开发、我们鼓励/建议您 按照 AM6x 或 AM2x 上其他相关帖子中的建议使用标准 CCS IDE 和 XDS 工具。
可能有助于您特定查询的其他背景
> 除非电源 AP 启用对 M3 的访问、否则通过 openOCD 重置不会工作。 这是 M3、CCS 和 Lauterbach 的 DDAP 访问功能相同、但在后台执行。 https://e2e.ti.com/support/processors-group/processors/f/processors-forum/926972/am6526-need-detail-document-regarding-power-ap
上游 openocd https://github.com/openocd-org/openocd/blob/master/tcl/target/ti_k3.cfg#L388 中仍有此代码 、可在 gdb 连接事件 https://github.com/openocd-org/openocd/blob/master/tcl/target/ti_k3.cfg#L397 时自动调用 。之所以这样做、是因为在 HS-DMSC 和 HS-SE(现场安全和启用安全功能)型号上、我们禁用对 FS 内核的访问。
我们 不能完全确定“通过 JTAG“复位“的含义。 您是否在寻找 https://github.com/openocd-org/openocd/blob/master/tcl/target/ti_k3.cfg#L539 之类的内容
希望这有所帮助。
此致
Mukul