Search found 1 match
- Thu Mar 15, 2018 1:32 am
- Forum: ESP32 Arduino
- Topic: problems using ESP.getCycleCount to measure intervals
- Replies: 1
- Views: 5951
problems using ESP.getCycleCount to measure intervals
I'm trying to measure some intervals that are too fast for the micros() function. So I want to use the clock cycle count (using ESP.getCycleCount) as the basis of my timing measurements. I ran a few tests to determine how feasible this approach is and the results weren't encouraging. Unfortunately, ...