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
The previous maintainer of this project probably defined timers ARR (auto reload registers) wrongly.
In stm32 family counters prescalers and ARR start from 0 (means division by 1 or not counting).
All timers prescalers, ARR and compare registers must be double checked, e.g:
if ARR=500 than it probably must have been 499.
Link commits to this issue by adding #6 to the commit message
The text was updated successfully, but these errors were encountered:
The previous maintainer of this project probably defined timers ARR (auto reload registers) wrongly.
In stm32 family counters prescalers and ARR start from 0 (means division by 1 or not counting).
All timers prescalers, ARR and compare registers must be double checked, e.g:
if ARR=500 than it probably must have been 499.
Link commits to this issue by adding #6 to the commit message
The text was updated successfully, but these errors were encountered: