STM32G030 CubeMX Switch between PB7/PB8/PB9/PC14-OCS32_IN - what does it mean?
Hi, I am designing a project based on STM32G030F6P CPU, and I have stumbled upon a feature that I have not seen in older STM32 CPUs. In the CubeMX under the SYS peripheral configuration there are several checkboxes named like "Switch between PB7/PB8/PB9/PC14-OCS32_IN". I could not find any information anywhere what these option do and how to use them.
I guess they are there to choose a particular port pin (and associated peripherals) on the physical pin, but I have no idea how to interpret switching between four values (pins) with a two-value selector (a checkbox). What do a checked state and unchecked state mean exactly?
There are also "Pin PA9 instead of pin PA11" - kind of checkboxes, and these are obvious. There is a register bit to replace PA11 with PA9 in the SYSCFG_CFGR1 (PA11_RMP). But I could not find any registers or bits that could be associated with the "Switch between" options.
