This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Clearing my doubts...

I was thinking whether its feasible to use a 8-bit counter with auto-reload to capture the number of peaks detected within 100ms.

Parents
  • Does it matter if you measure the time between two low-to-high or two high-to-low flanks? Are you expecting them to come at different frequencies???

    Note that each tick of the timer do represent real time. Hence, the capture represents a specific position on the time scale. When you have received a capture, remember the time and rearm for a new capture.

Reply
  • Does it matter if you measure the time between two low-to-high or two high-to-low flanks? Are you expecting them to come at different frequencies???

    Note that each tick of the timer do represent real time. Hence, the capture represents a specific position on the time scale. When you have received a capture, remember the time and rearm for a new capture.

Children