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.

[参考译文] MSP430F5326:MSP430F5326不发送 I2C 第9个周期

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/649043/msp430f5326-i2c-9th-cycle-cycle-not-send-by-the-msp430f5326

器件型号:MSP430F5326

您好!

我使用的是 MSP430F5326、我想做的是数据表的图36.3:

发送7位 ADR +写入、预期第9个时钟周期读取 ACK 或 NACK、具有去处理延迟、并根据 ACK/NACK 发送下一个字节。

不幸的是,如果我没有设置停止位(UCB1CTL1 |= UCTXSTP;)也没有发送下一个字节( UCB1TXBUF =* src++;),MSP 永远不会发送第9个时钟周期。

您对此问题有什么看法吗?

此致

好的

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    I2C 单元正在等待您加载 TXBUF。 直至其拉伸时钟。 SLAU208P 图38-12使用术语"失速"。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    最后、我执行了软件 I2C、现在作为从器件目标请求...