Skip to main content
Visitor II
June 5, 2006
Question

SSC clock.

  • June 5, 2006
  • 2 replies
  • 682 views
Posted on June 05, 2006 at 13:25

SSC clock.

    This topic has been closed for replies.

    2 replies

    neil2399Author
    Visitor II
    June 5, 2006
    Posted on June 05, 2006 at 13:03

    Hi guys.

    I'm interfacing a ST10F269 with a serial flash memory via SPI, and want to know if there is a way I can keep the clock going without transmitting anything. The reason I want to do this, is because to receive data from the flash memory, I need the clock running (duh), but I don't really want to keep on interrupting into a transmit function the whole time.

    I hope I've explained myself clearly.

    Thanks

    Neil

    Visitor II
    June 5, 2006
    Posted on June 05, 2006 at 13:25

    Hello Vannezil,

    It is not possible to keep clock running without transmitting (receive only).

    In fact, transmission and reception of serial data is synchronized and takes place at the same time, so the same number of transmitted bit is also received. Furthermore, the clock is generated only when transmission is triggered.

    Regards,

    Najoua.