How can i configure external timer as counter,Below is my code snippet: But it is not working?
Hi Team, I am working on STM32F100VC for a flow sensor project. Here i am planning to use a Timer as Counter to read the pulses of flow meter. If i give 50 count, after sensing(counting) 50 pulses, i should get an interrupt. Then i can do the require...