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.

[参考译文] LP-MSPM0C1104:如何在从器件上的 TXFIFO 中获取值存储?

Guru**** 2481465 points
Other Parts Discussed in Thread: MSPM0C1104

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1459814/lp-mspm0c1104-how-could-i-get-the-value-store-in-txfifo-on-slave

器件型号:LP-MSPM0C1104
主题中讨论的其他器件:MSPM0C1104

工具与软件:

我有两个 MSPM0C1104 EVA 板与 I2C 连接、我使用 DL_I2C_fillTargetTXFIFO 函数在无主机的情况下存储值。

我使用 DL_I2C_transmitTargetDataCheck 函数进行传输。

我在从器件上使用 DL_I2C_isTargetTXFIFOEMpty 函数、并且在 TXFIFO 中不为空。

如何在 TXFIFO 中获取值存储?

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

    我没有得到您的观点? 一个板是主板、另一个是从板?

    是否从主器件向从器件发送消息? 如果是这样、您需要在 RXFIFO 而不是 TXFIFO 中获取消息。

    并且无法从 TXFIFO 获取该值。