CubeMX: TI1_ED disabled if Channel1 is already set (TIM15 on STM32G431)
From the block diagram of TIM15 I think it should be possible to configure both channels to input capture using the outputs of the analog comparator as input signals, activate the XOR block and select the resulting tim_ti1f_ed/TIM1_ED signal as the source signal for the slave mode controller.
I am able to configure both channels to use the comparator output as input and set it to external clock mode 1.

But CubeMX doesn't let me select TI1_ED as the trigger source:

Is that a bug in Cube or did I misread the reference manual?
In other words: to be able to select TI1_ED (or also T1FP1) as a trigger source, CubeMX falsely requires a a pin to be configured as TIM15_CH1. It doesn't seem to know that the input can be a completely internal signal.
