STM32L552 HSI16 out of specs
Hello,
I've spent 3 days understanding why my USART could not communicate correctly.
The answer : the HSI16 of STM32L552 is out of specs.
Steps to reproduce :
- start a project running on HSI16
- Output HSI16 on MCO
- Measure frequency
I've measure the frequency on 1 STM32L552RC => 14.79MHz
I suspected a bad sample .. so I tried on a STM32L552RE => 14.74MHz
This is out of specs, and has significant impacts on timers, baud rates, etc ...
I've done the same measurements, but with MSI @ 16MHz => 16.04MHz measured.
I was surprised HSI16 problem is not mentioned in errata sheets.
Kind regards,
Vincent.
