Slightly overclocking STM32G070 without external oscillator
It runs at 64MHz, and I need it running at 65 MHz. I've managed to create 65 MHz clock in PLL using multipliers/dividers in STM32 Cube IDE, but I'm not able to test it before I order the PCB-s, which I'm not intending to do before I confirm this would work. I managed to generate a code after frequency set, although I did get a warning that 64 is max frequency. I understand that there are MCU-s that would do the job, but I can get STM32G070 very cheaply and would like to try it if it's possible. I also understand the risks, but it's only 1.5% overclock.
So the question is: would the generated code work despite the STM32 Cube IDE warning?