commit | ba7ef854d871d506a09ceeb130dba6e547eaf66a | [log] [tgz] |
---|---|---|
author | Giancarlo Stasi <giancarlo.stasi.co@gmail.com> | Wed Sep 30 21:57:27 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 02 11:46:22 2020 +0200 |
tree | 79772a56a7248da531e50ccc8b880cedbce176f2 | |
parent | 776e0db03dbf86045316e19fc477dddc79c0a194 [diff] |
drivers: stm32: fix MSI PLL mode enabling 1. clock: move the call for MSI hardware auto calibration enabling before the control of MSI enable to ensure its execution in all cases. 2. counter: add call for MSI hardware auto calibration enabling after the LSE enabling and after possible backup domain reset that may clear MSIPLLEN. Signed-off-by: Giancarlo Stasi <giancarlo.stasi.co@gmail.com>