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.

[参考译文] CCS/CC2564MODNEM:固件从 MSP432移植到 MSP430

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/691676/ccs-cc2564modnem-firmware-porting-from-msp432-to-msp430

器件型号:CC2564MODNEM
主题中讨论的其他器件:MSP430G2744

工具/软件:Code Composer Studio

您好!

我们在连接到 MSP432 EVM 的电路板上开始开发。 出于成本原因、我们需要移植到 MSP430。 固件移植工作有多相似? 是否会有任何更改?

我们从 MSP432P401开始、希望迁移到 MSP430G2744。

谢谢、

摩西

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您需要将应用移植到 MSP430 Blutopia SDK。 因此、这些 API 将保持不变、但您需要使用 MSP430工具为所选器件重新编译和构建。 此外、请确保 MSP430器件上有足够的 RAM 和闪存来支持您的应用。

    www.ti.com/.../cc256xmspbtblesw

    谢谢