6 years, 8 months ago.

STM32 Timer Output disable

The STM32 cross-series timer overview shows that "outputs [get] disconnected from I/O ports" when OCxe/OCxNE after cleared.

Are timer outputs directly connected to the GPIO driver or do they change the GPIO registers?

I want to set the lowside mosfets of 3 half-bridges to OFF while still PWM-ing the highside FETs. Can I just put a 0 in the GPIO output register and set the timer-output to off? I want to switch between lowside-highside-PWM and highside-only-PWM (with lowside-FETs turned off)

Be the first to answer this question.