2024-12-04 11:50 PM
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?
Solved! Go to Solution.
2024-12-06 02:15 AM
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
For the STM32H743 revV, fSCK max is as shown in the below figure
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-06 02:15 AM
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
For the STM32H743 revV, fSCK max is as shown in the below figure
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-12-08 03:09 PM
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.