Im trying to measure the time between 2 consecutive rising endges (Rising and Falling Edge together) on GPIO continuously but I did not find any leads. will appreciate the support.
Im trying to measure the time between 2 consecutive rising endges (Rising and Falling Edge together) on GPIO continuously but I did not find any leads. will appreciate the support.
after implementing the ppi example I start getting these values. But these values are in ms. How can I increase to nano seconds only the output so that i can capture upto 900 nano seconds
The resolution will be limited by the frequency your TIMER is running at. Can you post the code you're using for test?
The resolution will be limited by the frequency your TIMER is running at. Can you post the code you're using for test?
I changed the frequency from 31250Hz to 16MHz, but resolution did not get affected. Please check the code and guide me.
Thanks