STM32G030F gpio MODER seems readonly.
I'm bringing up my own STM32G030F board. I've gotten the "blinky" program to upload and run, but all attempts to change the moder of the GPIOs fail. At first I was using the proper macros but I've resorted to changing the MODER explicitly in my code,...