STM32CubeMX sets Timer 2 CC1E bit in the CCER register even when I select "Channel 1 Output Compare No Output"
STM32CubeMX sets Timer 2 CC1E bit in the CCER register even when I select "Channel 1 Output Compare No Output"
For Output Compare No Output Channel 1 I select "Frozen (Used for timing base)".
I discovered this when trying to use the TIM2_ETR pin as a source for the clock. The input clock is killed when the HAL libraries set CC1E.
Is this a bug in the cube or am I just getting the setting wrong?

