hii.. i am working on a project in which frequency of external signal is to be calculated. Can anybody give me an idea how to do this using lpc2148's capture registers.
thanx..
The capture registers can snapshot a timer value when your input signal toggles, allowing you to measure the number of timer ticks - i.e. the passed time. What issues do you see?