请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:CC1350 工具/软件:Code Composer Studio
我需要在 cc1350上快速实施 I2C 从设备。
不过、I2C 驱动程序似乎仅针对主设备情况编写。
是否有任何用于 I2C 从设备快速实现的示例/驱动程序。
感谢你的帮助
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.
您好、Boris、
您是否启用了从器件模块的时钟?
HWREGBITW (I2C0_BASE + I2C_O_MCR、I2C_MCR_SFE_BITN)= 1;
参考:
此致、
R.M.