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.

[参考译文] MSP430FR2676:如何在 Arduino 和 MSP430FR2676之间建立通信

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1236598/msp430fr2676-how-can-i-establish-communication-between-arduino-and-msp430fr2676

器件型号:MSP430FR2676
主题中讨论的其他器件: MSP-EXP430FR2311

大家好!

我正在尝试在 MSP430FR2676 (目标)和 Arduino Mega (主机 MCU)之间建立通信。 我已将 FR2676配置为使用 CapTIvate 设计中心 GUI 进行寄存器_I2C 通信、并且能够生成和刷写代码。

我知道、我将能够使用 I2C 协议在 Arduino 和 MSP430之间建立通信。 如果我要修改 https://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/CapTIvate_Design_Center/latest/exports/docs/users_guide/html/CapTIvate_Technology_Guide_html/markdown/ch_library.html#host-processor-communication 中 Arduino Mega 的 loop ()函数、我应该会从 FR2676 MCU 收到相同的响应?

请确认我的理解是否正确或我是否错过了任何内容。 如果需要进一步修改、请告诉我必须更新哪些内容。

期待您的回复。

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

    您好,Raja

    可以。 我认为、在与 MSP430FR2676 (目标)进行 I2C 通信时、Arduino Mega 可用作 MSP-EXP430FR2311 LauchPad。

    谢谢