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.

[参考译文] MSP430F6733:BSL-scripter、CAN#39;t Get Right ACK、How to open the JTAG

Guru**** 657500 points
Other Parts Discussed in Thread: MSP-GANG, MSP430F6733
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/673436/msp430f6733-bsl-scripter-can-t-get-right-ack-how-to-open-the-jtag

器件型号:MSP430F6733
主题中讨论的其他器件:MSP-GANGMSP430G2452

团队、

我尝试使用 BSL 脚本程序来打开 MSP430F6733的锁定 JTAG、[我可以使用 MSP-GANG 通过 BSL 功能执行擦除]。 我在 SLAA535A 之后使用了 msp430G2 LP[msp430G2452]并下载了合适的代码以用作 BSL 接口 。 我确保连接正常、可以看到绿色和红色 LED 亮起。  

我的连接如下所示、 它适用于 MSP-GANG。 所以我认为这不是问题。

我还在后面添加了 J3、J5跳转到 G2452 LP。   

G2452   <-------- > MSP430F6733[TS430PZ100B插座板]

P1.0      ------------   TCK

P1.4      ------------   RST           

P1.5     ------------   测试

接地    ---    GND

VCC    ----------    VCC 感测

BSL-TX  ---    BOOSTST 引脚1   

BSL-RX  ---    BOOSTST 引脚3

我还 使用 UART 工具从 PC 发送了一个0x80进行测试、我可以看到返回字节"0x51"。  接下来、我使用了 BSL 脚本程序和以下脚本、

//------ 我的脚本------------------------------ //

日志
模式6xx COM177
批量擦除

//------------------------------------ //

但我始终得到以下日志:

模式6xx COM177
[ERROR_MESSAGE]协议设置为默认值:UART

批量擦除
[ACK_ERROR_MESSAGE]未知的 ACK 值!

如果有问题、请提出建议。  

此外、我们没有用于 MSP430F6733的开源 JTAG 脚本、您能提供一个吗? 谢谢。

 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    尊敬的 Yue:
    批量擦除始终返回未知 ACK。

    我们确实在示例文件夹的 MSPBSDL_Scripter 下载中打开了 JTAG 的示例代码。