-
Notifications
You must be signed in to change notification settings - Fork 94
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 flow stuck in while loop tmr->cnt never become bigger than pwm so that added tolerance Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters