STM32H7 , how to set the "analog switch" for _C pins
Dear experts,
I'm using Cube to assign pins for my stuff (yep...) and it offers some pins with _C sufix (PC2_C, PC3_C).
From the RM0433 fig.75 I gather this is something with the "analog switch" and in order to use these _C pins as AF for some device (SPI2 in my case) need to set some SYSCFG pins and connect them. Is this all that is needed? what are side effects?
If these switch bits are 0 (close) what should be done to the ADC to not interfere with SPI operation?
(the board is Nucleo H743)
-- pa