STM32F303 OPAMP Timer controlled Multiplexer mode
I'd like to amplify two signals connected to non-inverting input of OPAMP and control which one is currently amplified by TIM1, Channel 6. This technique is described in RM0316 document, chapter 18.3.6 Timer controlled Multiplexer mode.
I've set TIM1, Channel6 to PWM Generation No Output in CubeMX, its period is 10ms, duty is 50%.
So I supposed that periodically: for 5ms VINP will be amplified, then for 5ms VINP_SEC will be amplified. But although VINP amplification looks OK, VINP_SEC is not working, it is 0 instead of 2V, like in this screenshot:

Is there any working example of OPAMP Timer controlled Multiplexer mode?
OPAMP is in PGA mode. Is Timer controlled Multiplexer mode applicable in this case?