How to set the quadratic encoder in 2x mode under MotorControl?
I am using MotorControl Workbench (6.2.0) to setup BLDC position control, where Quadrature Encoder is enabled with PPR = 4096. After generating the project, TIM2 is automatically set as Encoder Mode as follows:

Now I want to double the resolution with PPR = 8192. Usually this can be done by setting Encoder Mode to be one channel and choosing polarity of that channel to be both rising and falling edges. However, in STM32CubeMX, it is not allowed to set polarity of channels to be both edges. My question is: How to double the resolution of quadratic encoder if MotorControl middleware is used?
p.s. I also set the polarity of channel 2 to be Rising Edge (the same as channel 1), but the BLDC control doesn't work anymore. Seems like only the default setting (as shown in the figure above) works. Any special reasons behind?
