Skip to main content
rezadjadidi
Associate
July 13, 2016
Question

stm32f4 timer output pin config

  • July 13, 2016
  • 1 reply
  • 806 views
Posted on July 13, 2016 at 17:02

Hi

I set timer 1 for output pwm on a pin.

i need when timer is disable, pwm output will have ground level.

when output pin is pull up and timer disable,output pin  have VDD LEVEL

when output pin is pull down  and timer disable,output pin  have GND LEVEL

I SEE ST EXAMPLES PROGRAMS SET PWM OUTPUT PULL UP.NOW IF I SET PULL DOWN , MY DEVICE CORRUPT??

#stm32f4-pwm-output-pin-pull-dow
This topic has been closed for replies.

1 reply

Walid FTITI_O
Visitor II
July 13, 2016
Posted on July 13, 2016 at 17:49

Hi jadidi.reza,

You can activate either pull up or pull-down, and this will be fine . Just make the test.

-Hannibal-