fix variant WeActMiniH7xx, DevEBoxH7xx: ena peripheral pll clks by ag88 · Pull Request #1585 · stm32duino/Arduino_Core_STM32

added 4 commits

December 12, 2021 02:12
in previous commmit some clocks from PLL2, PLL3
are not distributed to some peripherals
stm32duino#1552

originally to save some power. However, users using those
pheriperials may mistake that it is not working

this fix distributes the missed out PLL clocks to all pheripherals
those clocks are at 80 Mhz
in previous commit (stm32duino#1552)
some clocks from PLL2, PLL3 are not distributed to some peripherals

originally to save some power. However, users using those
pheriperials may mistake that it is not working

this fix distributes the missed out PLL clocks to all pheripherals
those clocks are at 80 Mhz
make the same fixes from
stm32duino#1585
---
in previous commit (stm32duino#1552)
some clocks from PLL2, PLL3 are not distributed to some peripherals

originally to save some power. However, users using those
pheriperials may mistake that it is not working

this fix distributes the missed out PLL clocks to all pheripherals
those clocks are at 80 Mhz
---

@ag88 ag88 changed the title fix variant WeActMiniH7xx: ena peripheral pll clks fix variant WeActMiniH7xx, DevEBoxH7xx: ena peripheral pll clks

Dec 11, 2021