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.

[参考译文] MSP430F5342:MSP430F5342的 CCS BSL 源代码

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/746676/msp430f5342-ccs-bsl-source-code-for-the-msp430f5342

器件型号:MSP430F5342
主题中讨论的其他器件: MSPBSL

您好!

我正在尝试为 MSP430F5342开发定制 BSL。 我从下载了 MSPBSL_CustomBSL430 1_01_00_01软件包

http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPBSL_CustomBSL430/latest/index_FDS.html

CCS_BSL_Source 文件夹不包含 MSP534X 系列器件的代码。 在哪里可以找到适用于 MSP430F5342的 CCS 源代码? 我可以使用其他系列的源代码之一、还是需要不同的代码?  

谢谢、

svl123

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

    为 MSP430F543xA 提供的 BSL 源代码将是最接近您所选器件的源代码。 您还可以使用 MSP430F552x 非 SB BSL 源。 您还可以查看 MSP430F522x_I2C 源代码、例如如何集成 I2C、只需记住、该器件具有 DVIO 域、您所选器件不会处理该问题。

    总之、由于大多数器件共享通用内核时钟和电源结构、因此所有 MSP430F5xx 系列源代码均可使用。 BSL 所使用的确切引脚/模块始终需要一些移植。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    好的、我将尝试使用 MSP430F543xA 代码。 谢谢你。