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.

[参考译文] MSP430FR2355:无法通过 UART 与 BSL 通信

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1021261/msp430fr2355-fail-to-communicate-with-bsl-via-uart

器件型号:MSP430FR2355
主题中讨论的其他器件:MSP-EXP430FR2355

我阅读了一些有关 BSL 的文档、我尝试通过以下代码或控制 RST 和 TEST 引脚进入 BSL、我认为它可以工作、因为固件停止运行。 但我无法通过 UART 与 BSL 通信。

_disable_interrupt ();//禁用中断
((void (*)() 0x1000)();//跳转至 BSL

我有两个问题:

BSL 是否使用 UART0 (P1.6、P1.7)或 UART1 (P4.2、P4.3)?

是否有任何工具可通过 BSL 而不是 Spy-Bi-Wire 使用 eZ-FET 调试探针对 MSP-EXP430FR2355 Launch Pad 进行编程、以便在该过程中监控信号?

非常感谢!