2025-08-04 6:24 PM
I just upgraded STM32CubeIDE from 1.17 to 1.19 which in turn upgraded MX from 6.13 to 6.15
Prior to updating, in MX Clock Configuration I could clock the SPI system on the STM32H533 at the same rate as the CPU clock (250 MHz with no error). Now, to avoid the configuration error, I have to reduce it to 125 MHz.
My code ran fine at 250 MHz in the previous version. IS THIS A FIX OR A BUG?
Thanks!
2025-08-04 6:27 PM
Max allowed SPIx clock is 125 MHz.
Bug fix.