2021-12-21 10:41 AM
Seems like baud rate calculated using last changed APB frequency
2021-12-23 01:42 AM
Hello,
Thank you for reporting this issue.
In fact, on the STM32F373 they are 3 SPIs (SPI1, SPI2 and SPI3) the SPI1 is located on the APB2 (Fmax = 72Mhz) and SPI2 and SPI3 are both on the APB1 (Fmax = 36Mhz). By changing the APB1 or APB2 frequency, STM32CubeMX calculates the Baud Rate for the SPI without taking on count if the selected SPI is on APB1 or APB2.
I will report this issue and it will be solved on the next update.
BR.