Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMG: Not all timer clock sources are set correctly #1366

Open
MabezDev opened this issue Mar 31, 2024 · 0 comments
Open

TIMG: Not all timer clock sources are set correctly #1366

MabezDev opened this issue Mar 31, 2024 · 0 comments
Labels
bug Something isn't working peripheral:timer Timer peripheral

Comments

@MabezDev
Copy link
Member

image

The important line here is the

Figure12-2 is a diagram of timer Tx in a timer group

Meaning that each timer inside a timer group can configure its clock source. @burrbull pointed out in #1364 (comment) that we currently aren't doing that.

The reason we haven't seen any issues stemming from this oversight, is because the reset value is 0, which means by default all timers will use the APB clock.

@MabezDev MabezDev added the bug Something isn't working label Mar 31, 2024
@jessebraham jessebraham added the peripheral:timer Timer peripheral label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working peripheral:timer Timer peripheral
Projects
Status: Todo
Development

No branches or pull requests

2 participants