Other Parts Discussed in Thread: CC1352P
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: CC1352P
尊敬的 Sirs:
我需要实现 TI 同步串行接口协议。
您可以帮助修改相关 SDK 示例吗?
谢谢
Jacky~ć
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.
您好 Jacky、
这是 CC1352P: i2ctmp 的示例
此致、
Arthur
您好 Jacky、
在这种情况下、示例如下: spiconcontroller.c
但是、默认情况下配置为使用 SPO=0 和 SPH=1。 要更改该值、请在此处编辑该行:
spiParams.frameFormat = SPI_POL0_PHA1;
替换为以下内容
spiParams.frameFormat = SPI_POL0_PHA0;
此致、
Arthur