-
Notifications
You must be signed in to change notification settings - Fork 264
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
RMT - filter threshold max value is wrong #3183
Labels
bug
Something isn't working
Comments
Thanks! This does indeed seem like a bug. Would you mind filing a PR to bump the threshold check? |
Is there a document for submitting a PR with steps to follow?
…On Wed, Feb 26, 2025 at 10:54 AM Scott Mabin ***@***.***> wrote:
Thanks! This does indeed seem like a bug. Would you mind filing a PR to
bump the threshold check?
—
Reply to this email directly, view it on GitHub
<#3183 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKLXR75553DFRPNCDVWVBQD2RX5WXAVCNFSM6AAAAABX52X4AOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVG44TEMRQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: MabezDev]*MabezDev* left a comment (esp-rs/esp-hal#3183)
<#3183 (comment)>
Thanks! This does indeed seem like a bug. Would you mind filing a PR to
bump the threshold check?
—
Reply to this email directly, view it on GitHub
<#3183 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKLXR75553DFRPNCDVWVBQD2RX5WXAVCNFSM6AAAAABX52X4AOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBVG44TEMRQGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
We have a contribution guide, and developer guidelines available here: https://github.com/esp-rs/esp-hal/tree/main/documentation. We also have PR checks in place. I think a change as simple as this should be quite straight-forward (hopefully!). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
The filter threshold is set to 127 while page 418 of the technical reference manual shows this is an 8 bit value.
When you fix the code could you possible add a note that the filter threshold count is based upon the source clock and not the divided clock.
To Reproduce
The following is the code to poduce error.
Expected behavior
filter_threshold should accept a value of 255 or less.
Environment
The text was updated successfully, but these errors were encountered: