Skip to main content
Explorer
December 5, 2024
Solved

About SCLK frequency for SPI communication

  • December 5, 2024
  • 1 reply
  • 918 views

About SCLK frequency for SPI communication

We are trying to set 40MHz for SCLK.
What is the maximum SCLK frequency we can set?
Is there an upper limit depending on the microcontroller?

    This topic has been closed for replies.
    Best answer by KDJEM.1

    Hello @pass3master,

     

    Do you mean SPI clock frequency by "SCLK"?

    The fSCK clock frequency depends on some conditions like as mode, VDD, and STM32H7 revision. 

    For example, for the STM32H743 revY, fSCK max is as shown in the below figure

    KDJEM1_0-1733479747202.png

    For the STM32H743 revV, fSCK max is as shown in the below figure

    KDJEM1_1-1733479811600.png

    For more information about the conditions and the maximum SPI clock frequency, I recommend you to look to the datasheet SPI interface characteristics section.

    Please let me know if my reply answers your request or not?

    Thank you for your contribution to the community.

    Kaouthar

     

    1 reply

    KDJEM.1Answer
    Technical Moderator
    December 6, 2024

    Hello @pass3master,

     

    Do you mean SPI clock frequency by "SCLK"?

    The fSCK clock frequency depends on some conditions like as mode, VDD, and STM32H7 revision. 

    For example, for the STM32H743 revY, fSCK max is as shown in the below figure

    KDJEM1_0-1733479747202.png

    For the STM32H743 revV, fSCK max is as shown in the below figure

    KDJEM1_1-1733479811600.png

    For more information about the conditions and the maximum SPI clock frequency, I recommend you to look to the datasheet SPI interface characteristics section.

    Please let me know if my reply answers your request or not?

    Thank you for your contribution to the community.

    Kaouthar

     

    Explorer
    December 8, 2024

    Thanks for the answer. Sorry for the lack of explanation, SCLK stands for SPI clk. Now that I know where to look on the datasheet, I will close it.