Other Parts Discussed in Thread: MSP430F5529, UNIFLASH, MSP-FET
我有一个 MSP430F5529LP。 我想通过 UART BSL 更新固件。
我尝试这些方法、但仍然失败。
我的 MSP430F5529硬件连接到下面的 PC 路径:
MSP430F5xxx <->FT232 <--- USB <---- >PC
RX -- TX
TX -- RX
TST/SBWTCK -- RTS
GND -- GND
RST/SBWTDIO -- DTR
使用 python msp430-tools 时。 我尝试任何命令、但始终没有响应。 例如 python -m msp430.bsl5.UART -p COM17 -e.
我还尝试 python -m msp430.bsl5.UART -p COM17 --inver-test。 但我的测试引脚没有反相。
2.我也使用 BSL_Scripter.exe、但仍然失败。 它始终不响应 ACK。
3.我尝试使用软件条目 BSL、然后使用 BSL_Scripter.exe 或 python msp430-tools 仍然失败。
在 main.c 中 我写入
_disable_interrupt ();//禁用中断
((void (*)() 0x1000)();//跳转至 BSL
谁也不能告诉我应该怎么做?
谢谢。





