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.

[参考译文] Ex-FET lite MSP430源代码

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/782305/ex-fet-lite-msp430-source-code

主题中讨论的其他器件:MSP430F5529TM4C123

我想实现 eZ-FET Lite 提供的电路内 MSP430F5529编程功能、但移植到 TM4C123器件。  但是、我找不到该函数的源代码。

eZ-FET Lite 源代码是否可用?

我们在 TM4C123上是否有类似的解决方案?  

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

    MSP 调试堆栈(http://www.ti.com/tool/MSPDS) 是开源的、您可以在其中找到所有 TI FET 的源代码

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    BTW...
    如果您只想使主 SBW/JTAG 器件(已经有目标固件、通过某种方式接收)、那么您还可以检查复制器项目(slau320)。 将其移植到 ARM 并不是一件大事。 只需调整信号时序(和 F2xx 闪存时钟)。

    如果您希望在 ARM 平台上实现 eZ-FET Lite 等独立 FET、则会比较复杂。 例如、您应该使用 Tiva 替换 MSP430 TI USB 堆栈。