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.

1个Tm4c1294 能否读取到 另一个 tm4c1294 内部内存的数据,如何实现?

Other Parts Discussed in Thread: EK-TM4C1294XL

现在有个需求, 2个 1294 芯片各自接10路 i2C 数据, 现在想通过一个 1294 芯片的网络发送出去, 那么如何获取另一个1294 的10 路 I2C 数据呢,2个芯片数据需要同步? 

  • 2 个芯片的数据需要同步
  • 您可以在tivaware内找到相关的例程

    对于I2C, 您可以设置 I2C 为主从模式:

    [Install Path]\TivaWare_C_Series-2.2.0.295\examples\peripherals\i2c for Slave Mode

    [Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl-boostxl-senshub\humidity_sht21_simple for Master mode

    对于 Ethernet, 取决于所需的协议,但通常此协议可以很好地用作基础:

    [Install Path]\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl\enet_io

    还提供了lwIP和uIP示例。
  • 您好,

       我是说2个 1294 芯片之间如何同步数据? 通过 EPI ,QSSI, UART?

  • 很抱歉,我不了解此要求的详细信息。我目前还不清楚“同步”对这个应用程序意味着什么。能否请您详细说明一下?