cancel
Showing results for 
Search instead for 
Did you mean: 

how to force complementary outputs ?

mehmet.karakaya
Associate III
Posted on November 20, 2010 at 14:14

how to force complementary outputs ?

2 REPLIES 2
mehmet.karakaya
Associate III
Posted on May 17, 2011 at 14:15

nobody has any idea ?

a second reason for not using GPIO for low side switches

is BKIN input to be functional

lowpowermcu
Associate II
Posted on May 17, 2011 at 14:15

Hi Mehmet,

If you are using ST library you should use this config:

  TIM_OCInitStructure.TIM_OutputNState = TIM_OutputNState_Disable;

To disable break functionality use:

TIM_BDTRInitStruct->TIM_Break = TIM_Break_Disable;

Tell if you are using register access level (perhaps I can help you)

MCU Lüfter