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.

[参考译文] MSP430F5335:通过 SPI 接收数据

Guru**** 2379580 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/832091/msp430f5335-receiving-data-via-spi

器件型号:MSP430F5335

对于 SPI、为了接收数据、您继续发送0xFF 以获取周期时钟。  这是使时钟循环的唯一方法?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    是的。  作为 SPI 主器件、您必须为从器件提供时钟信号、以便在 MISO 引脚上显示其数据、这意味着您必须在 MOSI 引脚上向从器件发送一些值、例如0xFF。  这就是 SPI 事务的工作方式。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    感谢您的验证...