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.

[参考译文] MSP430FR5994:引导加载程序(BSL)[ACK_ERROR_MESSAGE]未知的 ACK 值!

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1356706/msp430fr5994-bootstrap-loader-bsl-ack_error_message-unknown-ack-value

器件型号:MSP430FR5994

我正在尝试使用 MSP430BSL。 这是我的脚本:


模式 FRxx UART 115200 COM13
详细
批量擦除
Rx_密码
RX_DATA_BLOCK Trailblazer.txt
TX_BSL_版本

------------------

但当我尝试在命令行上运行时(如下所示)、我一直得到[ACK_ERROR_MESSAGE]Unknown ACK 值。  

------------------

C:\Users\WNG\Documents\WNG SW Development\Flasgh from RS422 UART\Bootloader>BSL_Scripter.exe script.txt
-------------------------------------------------------
BSL Scripter 3.2.1
用于 BSL 编程的 PC 软件
2024-May-01 15:47:49
-------------------------------------------------------
输入文件脚本为:C:/Users/wng/Documents/WNG SW Development/Flasgh、来自 RS422 UART/Bootloader/script.txt
模式 FRxx UART 115200 COM13
详细
详细模式现已启用!
批量擦除
[80][01][00][15][64][A3]
<00>
[ACK_ERROR_MESSAGE]未知的 ACK 值!
Rx_密码
[80][21][00][11][ff][ff][ff][ff][ff][ff] [ff][ff][ff][ff][ff] [f][ff]
[ff][ff][ff][ff][ff] [ff][ff][ff][ff][ff] [ff][ff][ff][ff][ff] [FF]
[f][ff][ff][ff][9e][e6]
<00>
[ACK_ERROR_MESSAGE]未知的 ACK 值!
RX_DATA_BLOCK Trailblazer.txt
从 RS422 UART\Bootloader\Trailblazer.txt 读取 txt 文件: C:\Users\WNG\Documents\WNG SW Development\Flasgh
[80][04][01][10][00][31][00][4][14][B1][B1][00][04][00][00][b0][13][74]
[70][81][4c][00][00][81][4D][02][00][40][18][92][52][c0][8f][92]
[01][f2][f0][7f][00][83][13][D2][C3][84][13][5F][42][83][13][45]
[19][0f][10][1f][f3][1f][93][b0][20][1c][43][40][40][00][b0]
[13][54][84][f2][d0][20][3b][00][00][00][00][00][3c][00][3c][00][3c][00][3c]
[43][f2][f0][df][00][3b][00][5F][42][29][00][1f][f3][1f][93][09]
[20][3f][40][ef][00][5F][f2][A4][13][7f][d0][00][C2][4F][A4]
[13][08][3c][3f][40][ef][00][5F][f2][A4][13][7f][d0][10][00][C2]
[4F][A4][13][5F][42][29][00][3f][40][00][3f][90][40][00][09]
[20][3f][40][df][00][5F][f2][A4][13][7f][d0][20][00][C2][4F][A4]
[13][08][3c][3f][40][df][00][5F][f2][A4][13][7f][d0][20][00][C2]
[4F][A4][13][40][18][92][76][11][直流][8f][1e][28][05][20][40]
[18 ][92 ][92 ][74 ][11 ][da][8 f][18 ][28 ][1c][42 ][4e][13 ][1d][42 ][50]
[13][1e][42][1c][11][1f][42][1e][11][b0][13][18][89][0c][93][3c]
[34][1c][43][3D][40][00][b0][13][54][84][5F][42][84][13][5F]
[C3][5F][D3][C2][4F][84][13][3c][40][18][92][76][11][直流]
[8F][06][28][2a][20][40][18][8a][26]
<00>
[ACK_ERROR_MESSAGE]未知的 ACK 值!
写入256字节所用的时间:0.09371秒
写入数据的速度:2.668(kb/s)
TX_BSL_版本
[80][01][00][19][e8][62]
<00>
[ACK_ERROR_MESSAGE]未知的 ACK 值!

------------------

如何解决这些 ACK 错误消息?