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.

[参考译文] MSP430F6459:MSP430F6459 (关于 I2C 通信)

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/608935/msp430f6459-msp430f6459-regarding-i2c-communication

器件型号:MSP430F6459

您好!

在我们的项目中、我们将使用上述器件型号... 在此过程中、我们需要两条 I2C 总线...

有两个 MSP430与两条 I2C 总线相连

由于有两 条 I2C 总线、MSP430_1运行为两个主器件

由于 有两条 I2C 总线、MSP430_2充当两个从器件

我能否同时通过两条总线发送消息、或者这种机制是否起作用?

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

    MSP430F6459有3个 USCI_B 外设、每个外设都支持 I2C。 就同步通信而言、MSP430一次只能填充一个发送缓冲区、如果在两条单独的总线上同时接收到字节、那么中断优先级将在下一个中断之前处理一个 I2C。 因此、可能会涉及一些时钟展宽、但 MSP430绝对可以用作双主器件或从器件 I2C。

    此致、
    Ryan