Selecting GPIO in shared pins for STM32G030F6
In pins that share more than one GPIO, how do you set the GPIO to connect to the physical pin?
For instance, for pins PA12/PA10 and PA11/PA9 one can remap them using SYSCFG_CFGR1 register. But is unclear for the rest of the pins. For example, TSSOP20 case pin #20 shares PB3/PB4/PB5/PB6 and #15 PB0/PB1/PB2/PA8.
I'm not using Cube, but I tried it to see what it is generating. I think it is the Cube itself the one that limits what you can select. In bare metal applications, neither Datasheet nor Reference Manual mention anything about those GPIO.
