STM32H743 HSI frequency waaaayyy off
At first, let me say that these are my first steps with the STM32H743 so it's really possible I'm doing something really wrong. I've been having issues with the USART which would show that the PC only receives some characters and others have invalid values. So upon sending Hello World, the PC would receive something along the line ".e...W..l." with the characters in between being "wrong".
I then checked on my scope and came to the conclusion that the USART frequency was off by approx 7%. I traced it back and made the STM32 put out the MCO signal of the HSI RC (64MHz) divided by 8. What I get is a whopping ~7.5MHz which is approx the 7% difference I am seeing.
According to the datasheet, the HSI frequency should be off at maximum by about 0.4% (63.7 - 64.3MHz max).
Why am I seeing those 7.5MHz which I do not expect at all and which are .. frankly .. useless.
