PLL is enabled on power on?
I'm trying to migrate my code away from Platformio, which I've previously been using, to cmake (currently using it with clion and openocd).
I've got everything working but when I run my code I run in to one problem.
For some reason the PLL is enabled at the start of the main function.
I also have this occur when creating a cubemx project and porting that straight to cmake with no custom code at all.
The registers are set to the following at the start of main.

I can bypass the actual problem which is that I can't configure pll when it's already in use.
But this should not be happening. When running a bare project in CubeIDE RCC_CR is set to 0x00008383 and this is also the case when running my actual project through platformio.
I just can't figure out why this is happening.
