A question on pin labeling for STM32H7
The STM32H7 reference manual (stm32h723zg.pdf) contains several tables describing he pin mappings (pin to functions).
In Table 7 and 8, for pin A0, A5, and A15, it lists the pin function as "TIM2_CH1/TIM2_ETR" for alternate function #0.
Should this be interpreted to mean that, when this alternate function is selected for the pin, it both the function of CH1 and ETR for timer 2 (i.e., it is connected to both the CH1 and ETR of the TIM2 peripheral)? Or is there a way to select whether CH1 or ETR is active?
I could not find this in the documentation.
