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 UART 刷写 MSP430FR2433芯片中的固件。 请提供在 MSP 芯片中实现 BSL-UART 闪存的源代码
您好 Rejath、
默认情况下、BSL 源代码在 MSP430器件中进行编程。 用户只需通过 UART 或 I2C 访问 BSL 入口。 请浏览以下指南和 BSL 主页。
http://www.ti.com/lit/ug/slau550v/slau550v.pdf
http://www.ti.com/tool/MSPBSL?keyMatch=MSP430%20bsl&tisearch=Search-EN-Everything
即使我通过发送测试信号并通过主机处理器 GPIO 复位来访问 MSP BSL 入口、我也将如何通过 UART 刷写存储在主机处理器存储器中的固件。 是否有任何示例代码可用于从主机处理器实现 MSP 方向中的闪存固件。
你(们)好
感谢您提供链接。
我从获得了所需的代码