stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
72 stars 51 forks source link

Fix configuration of PLLQ and PLLP #114

Closed davidlattimore closed 2 years ago

davidlattimore commented 2 years ago

The pllqend and pllpen bits weren't being set. Also, the value written to pllsyscfgr was being overwritten by the subsequent write call.