Skip to main content
Associate III
October 29, 2024
Solved

Question about the SPI communication clock

  • October 29, 2024
  • 1 reply
  • 996 views

Question about the SPI communication clock

Is it possible to output the SPI clock all the time, not just when reading and writing data?

Best answer by Andrew Neil

No.

This is fundamental to the way SPI works - the Master only generates clocks during a transfer.

https://en.wikipedia.org/wiki/Serial_Peripheral_Interface

 

Why do you feel a need to do this?

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
October 29, 2024

No.

This is fundamental to the way SPI works - the Master only generates clocks during a transfer.

https://en.wikipedia.org/wiki/Serial_Peripheral_Interface

 

Why do you feel a need to do this?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Super User
October 29, 2024
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.