Loading...
 
Skip to main content

System Workbench for STM32


Problems with Nucleo-F303RE

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

 
Collapse/expand modules below