stm32f10c-eval timer1 problem
Posted on October 29, 2013 at 12:53hi I am trying to use timer 1 in stm3210c-eval.I wrote this code below.My problem is : counter starts counting but my program doesnt go to the ISR .so whats the problem ?here is my code :#include ''stm32f10x.h''#in...