msp430 - capture the incoming signal -
i'm using msp430f2013 micro controller in project.. in need calculate incoming train of pulse signal frequency.... don't know how it.... can me in this.. example code more usefull me.... advance
you need read manual micro-controller, work out how set timer can measure interval between 2 pulse edges (e.g. 1 leading edge next). frequency, f, reciprocal of time interval, t, i.e.
f = 1 / t
Comments
Post a Comment