Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 7 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)