Input Capture: How can I compare the values in a circular DMA buffer?
Hi!I have Input Capture enabled with DMA. It works.My buffer is 2 elements and it's a circular buffer. Each element in the buffer gets the counter value from a timer and the counter value goes from 0 to 65535 at 6.5535 seconds.Question:I want to comp...