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
大家好、我正在使用 LaunchPad CC26x2R1、我不熟悉 SPI。 我开发了自己的 ADC 采集板、它在 SPI 上工作、现在我想在 Launchpad 和采集板之间建立通信。 能不能有人告诉我如何在他们之间建立通信。 是否有任何供参考的示例代码?
Shivendra、您好!
请参阅 SPI.h TI 驱动程序运行时 API 以及 spimaster TI 驱动程序示例代码。
此致、
Ryan
您能告诉我们电路板上哪个引脚是 SSI0吗?
在默认的 spimaster 示例中、SCLK 为 DIO10、MISO 为 DIO8、MOSI 为 DIO9、SS 为 DIO20。 这可以在 SysConfig 文件中看到。 引脚设置基于 LaunchPad BoosterPack 兼容性、但可以根据您的需求重新配置、您可以在 SysConfig 中显示板/器件视图以查看其他可用的 Dios。
此致、
Ryan