You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened was that the overflow IRQ triggered, but before it is handled pwm_get_time() was called, which also checks and handles overflows in case IRQs got missed. Then the IRQ handler incremented time_h again, making the software think all timers expired immediately.
Can be observed by the logs (with timestamps enabled). The test completes instantly, but it's expected to take 3 seconds.
The text was updated successfully, but these errors were encountered: