Running STM32H725 SPI at higher frequencies
I'm working on my first STM32 project and have an stm32h725rg configured as a SPI master. Ideally, I'm aiming for a clock frequency of 60 MHz but had to slow it down to 12 MHz (the lowest that my sensor can be configured for) after an initial round of testing showed that the signal wasn't reaching the full power rails. Now at 12 MHz, I can see the clock signal but it is still sinusoidal in shape (the purple line). I've also tried using GPIO pins to emulate the clock and writing directly to their registers (BSSR), but I still saw a similar shape.

From what I read in the datasheet, 125 MHz is the max. SPI clock frequency which I am no where near. As such, I'm wondering if there are other considerations in the datasheet that I missed that are affecting the quality and max. achievable clock frequency. For reference, the system clock is running at 480 MHz with power operating conditions VOS0. It is being externally powered directly to Vcore and VDD respectively with the SMPS being bypassed.
