Question
STM32F401VDT6 microcontroller :- PWM channel misbehaves after ESD (Electro Static Discharge) testing
We have custom board, having STM32F401VDT6 microcontroller on it. We interfaced a tricolor LED to the Timer 1 PWM channels (CH1- Red, CH2-Green, CH3-Blue). Recently we have ESD test, after that when we stop channel 2 PWM and started CH3 PWM that time CH2's pin is continuously high. But when CH2 PWM is started then this pin behaves as expected (High-Low).
- What can be the reason for PWM channel to Pin High, even CH2 PWM is stopped?
- Is their any interlinks between the channels ?
- Does ESD affects the PWM peripheral of microcontroller?