2021-06-04 09:56 AM
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?
2021-06-05 12:06 AM
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
2021-06-15 06:36 AM
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.