STM32H7a3ZI-q SPI bus speed is half of what is set #81520
Labels
area: SPI
SPI bus
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: low
Low impact/importance bug
Stale
Waiting for response
Waiting for author's response
when using SPI (Im using SPI4) on the stm32H7a3ZI-q, the actual SCK Frequency is half of what is set in the configuration.
Im testing this on current master, this is my configuration:
Expected behavior
I Expect the Bus to operate at the frequency that I have configured.
Impact
It seems like just configuring the Bus to 16MHZ when I actually need 8MHZ works as a workaround. But this was very confusing and costs some time to figure out as I didnt know why I had massive performance problems.
Logs and console output
SPI debug logging is too much for the uart to handle, but the messages that I do see on init are no problem.
The text was updated successfully, but these errors were encountered: