Problems with Nucleo-F303RE Posted by Michael.Glatzel on 2017-04-04 21:44 Hi marco73it, your timer period is set to 0: htim3.Init.Period = 0; Setting the timer period to 0 the timer will not work. BR Michael