-
Notifications
You must be signed in to change notification settings - Fork 7.7k
drivers: counter: esp32: expose autoreload via dts #92839
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
Conversation
Hello @ain101, and thank you very much for your first pull request to the Zephyr project! |
fa17a23
to
c06185e
Compare
Maybe |
After some time esp32 timer finishes and then stops. Autoreload starts the timer again automatically. Signed-off-by: Frederik Wenigwieser <[email protected]>
c06185e
to
bfd1dbe
Compare
fix "Commit message body is empty" |
|
@raffarost To me everything looks fine now. |
hi @ain101 |
@raffarost it happens in the sample: test_counter_interrupt_fn() is not called after ~100seconds counter_set_top_value() does not fix my issues. main.c |
@raffarost yes, #93538 ec4da38 fixes all my issues. |
@ain101 I opened the PR for review, so you can close yours. Thank you |
In my usecase
counter_set_channel_alarm()
stopped working after 100 seconds. (1ms period callback)Using the autoreload feature fixes all my problems.