主题中讨论的其他器件: UNIFLASH
我在定制卡上嵌入了一个 CC3235ModAS。 它具有一个.05" JTAG 连接器。 Swru548c 表示我应该能够将嵌入式 CC3235与 Launchpad XDS110交叉连接。 执行此操作时、我会得到错误:
Error connecting to the target: (Error -1170 @ 0x0) Unable to access the DAP. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 9.6.0.00172)
E2E 中的其他来源表示、在3235上、这可能是由于 SOP 未设置为0x010 (UARTLOAD_Functional _4WJ)引起的。 我的嵌入式卡不允许我设置该值、但我可以将其设置为 bb000 (Functional _4WJ)、我已经尝试过该值、但没有解决问题。 必须将 SOP 设置为 UARTLOAD_FUNCTIONAL_4WJ、唯一的区别是 UARTLOAD 标签、不管怎样、该标签不应与 JTAG 一起使用、对吧? 我应该知道该错误的任何其他原因?
谢谢。