On an stm32L4 When you enable input capture on timer 16 it appears to join pins PB6 and PA6
Ive setup PB6 as a GPIO_Output and Timer 16 and an input capture which uses PA6. It appears that if you set PA6 as an input capture it joins PA6 and PB6 internaly on the trace Chanel 0 is attached to PA6 Channel 2 is attached to PB3 (green LED) and C...