Question
Timer for stm32 discovery board
Posted on August 30, 2012 at 19:44
Hello everyone,
I am new to embedded programming. I was trying to make a simple program that measures frequency and ON time of two different i/p pulses. The frequency that I want to measure is in the range of 37 to 917 Hz where as On time is in msec range. I wrote a program using two timers, followed steps given for initialization in stdperipheral examples. The Problem is I am not reaching ISR even when event occurs. I dont know where I am going wrong. Any help will be highly appreciated..!! Thanks