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.
工具/软件:Code Composer Studio
尊敬的 TI -团队、
我已经设法通过 I2C 与一个 LTC2945芯片通信。 我使用的是 TM4C129E 控制器和 TI 库(i2c.h)。 目前我使用的是具有 FIFO 的 API。
由于我们在系统上运行 RTOS、我想减少 cpuload。
I2CMasterControl (Cfg.ui32Base、I2C_MASTER_CMD_FIFO_BURST_SEND_FINISH); while (!(I2CMasterBusy (Cfg.ui32Base))); while (I2CMasterBusy (Cfg.ui32Base));
如上所示、同时功能处于阻断状态。
我想实现中断或 uDMA、因此我找到了以下文档:
http://www.ti.com/lit/an/spma073/spma073.pdf
在本文档中、提到了以下代码解像器、但从不会反向:
ektm4c129_i2c_main_udma_fifo
ektm4c129_i2c_master_hs
是否有办法亲自了解这些示例?
提前感谢。
此致
Lukas