STM32C092FCP6 SPI, SCK Pin remapping by CubeMX
Hello,
when doing code generation by CubeMX, it seems, that there's no Pin-remapping done in certain cases, at STM32C092FCP6.
In my case, I chose SPI2 in master full-duplex mode. SPI2_CLK is on PB8 at Pin1. A remapping from PB7 to PB8 has to be done by setting PINMUX4 in SYSCFG->CFGR3 register. I thought this would be done by CubeMX code generation, but i didn't.
The same is with SPI1 SCK, at Pin 20 with PB6/PB3.
Is this the desired behaviour?

