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.
我阅读了一些有关 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 进行编程、以便在该过程中监控信号?
非常感谢!
你(们)好、Andy
它使用的是 P1.6和 P1.7
您可以参阅此文档