Search found 1 match
- Wed Sep 04, 2019 8:56 pm
- Forum: ESP32 Arduino
- Topic: Software Timer using xTimerCreate runs 33% slow
- Replies: 1
- Views: 3463
Software Timer using xTimerCreate runs 33% slow
Hi Folks, I am having trouble using FreeRTOS's Software timer. It works, but the duration of the timer is consistently 33% too long. To get the correct time, I need to scale my duration by 0.75. I'm wondering if I have something wrong with my clock frequency setting? Note: I am using Arduino IDE 1.8...