Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue: Timer PWM mode edge case issue fixed
when timer period end the tmr->count is reset to 0x00000001 and the timer resumes counting. On edge case, when pwm==0 code stuck in while loop Replace while loop with a smart logic that check current status of pwm and reset counter/flags then start a new one Co-authored-by: Jake Carter <[email protected]> Signed-off-by: Sadik Ozer <[email protected]>
- Loading branch information