cancel
Showing results for 
Search instead for 
Did you mean: 

TIM1_BKIN Behavior When Fault is Detected

War_Babylon!
Associate

Please I want to Know how TIM1_BKIN for example in STM32F103C8T6, behavior when it detects fault and when the Fault disappears? What is the approximate Time it may take to turn off the TIM1 PWMs Channels ant when the fault disappears, does it delay to turn the TIM1 Back on?

2 REPLIES 2

The effect of Break coming active is immediate (asynchronous) but what exactly happens next depends on several configuration bits. If AOE is set and Break gets inactive, MOE gets set at the next Update event (usually next timer overflow).

Read the Using the break function subchapter of TIM chapter in RM.

JW

Thanks @Community member​  for the answer.

+ Read the application note AN4277 Using STM32 device PWM shut-down features for motor control and digital power conversion.

@War_Babylon!​ : it will explain more the break feature based on some examples.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.