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.

[参考译文] MSP430F6779A:MSP430F6779A BSL 调用序列

Guru**** 2693225 points

Other Parts Discussed in Thread: UNIFLASH, MSP-FET

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1599526/msp430f6779a-msp430f6779a-bsl-invoking-sequence

部件号: MSP430F6779A
Thread 中讨论的其他器件: UNIFLASHMSP-FET

您好!

我们尝试根据数据表 slau319af.pdf 调用 BSL 以使用 UART 刷写 MSP430、我遵循以下顺序:

Image_20251218_112523_573.png

在使用 CRC 正确发送此 UART 信号并采用适当的命令序列之后、但从 MSP 我们没有接收任何内容、因此我们必须更改此时序来调用 BSL。

 

谢谢。此致

Vishal Tyagi

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

    您使用的编程器是什么? 如果是 MSP-FET、您可以尝试将其与 uniflash 一同使用、首先通过 UART 引导加载程序检查硬件连接。

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

    您好:周奕迅:

    我尝试 通过调用 BSL 函数 ((void (*)()) 0x1000)(); 现在它可以正确调用、用另一个 MCU 来调用 MSP430 的 BSL。