[beagleboard] Re: Using eCap feature in Python

2017-12-18 Thread thomaslolson63
Using C code and the inotify interface, I was able to capture GPIO pulses on "/sys/devices/platform/ocp/44e07000.gpio/gpio/gpio26/value" up to 20kHz. It would be nice to use the eCAP registers though. Thanks for the feedback. On Friday, December 15, 2017 at 2:25:57 PM UTC-6, Dennis Lee

Re: [beagleboard] Re: Using eCap feature in Python

2017-12-15 Thread Robert Nelson
On Fri, Dec 15, 2017 at 2:25 PM, Dennis Lee Bieber wrote: > On Fri, 15 Dec 2017 09:05:30 -0800 (PST), > thomaslolso...@gmail.com declaimed the > following: > >>I would like to use the eCap feature to measure the frequency of a square >>wave, preferably with Python. I see