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.

[参考译文] MSP430F5438A:针对应用 UART 的 BSL 引脚?

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1230323/msp430f5438a-bsl-pins-for-application-uart

器件型号:MSP430F5438A

您好!

我现在详细看一下 MSP430F5438A 数据表、它看起来即使器件在 端口 1.1和1.2上支持 BSL、但这实际上并不与硬件 USCI 外设关联? 是这样吗? 因此、如果客户想要使用共享 BSL/UART 接口、他们必须在这些引脚上实施软件 UART? 否则、与哪个 UART 外设相关联?

Munan

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

    尊敬的 Munan:

    看来情况确实如此。  在某些 F5xx 器件上、出现了这个问题、答案通常是必须配置"端口映射"、但在 F5438A 上似乎不可用。   

    您可以 从"定制您的 MSP430 BSL"应用手册中查看这里的 MSP430F543xA BSL 源代码。 查看该代码、好像 BSL 已经实现了一个软件 UART。   

    因此、我想您有两种选择、将同一个 UART 端口用于现场更新。   

    1. 在应用程序代码中实现软件 UART。   

    2.定制 BSL 以使用 UART 模块。   

    谢谢。

    JD.