Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timer resets cnt register to 0x1 when timer period end. Setting pwm register to 0 causes problem because cnt register never be equal to pwm register and output signal never toggle its state. To fix this problem set pwm register to 1 instead of 0 for 0 pwm value. Signed-off-by: Furkan Akkiz <[email protected]>
- Loading branch information