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

SDK 5.3.2 Bug in RMT while LOG is disable cause DESYNC and weird behavior on use (IDFGH-14260) #15054

Open
3 tasks done
filzek opened this issue Dec 18, 2024 · 1 comment
Open
3 tasks done
Assignees
Labels
Status: Opened Issue is new

Comments

@filzek
Copy link

filzek commented Dec 18, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

RMT driver can be real problematic if the LOG is disable in SDKCONFIG and will not work as intent.
Only after turn the log on in SDKCONFIG and se it to none in APP_MAIN it get back to work correct.

RMT legacy driver in SDK 5.3.2.

commit 12938e5 (HEAD -> release/v5.3, origin/release/v5.3)
Merge: de65ee5 6d18437
Author: David Čermák david.cermak@espressif.com
Date: Mon Dec 16 22:20:59 2024 +0800

Merge branch 'lwip/dns_clear_cache_fix_v5.3' into 'release/v5.3'

fix(lwip): Fixed active DNS entries before clearing cache(v5.3)

See merge request espressif/esp-idf!35003

The timming amond spaces in RMT act completely odd and also sometime the RMT even do not transmit anything.

So, we need to solve the problem as this could be a very problematic in field.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 18, 2024
@github-actions github-actions bot changed the title SDK 5.3.2 Bug in RMT while LOG is disable cause DESYNC and weird behavior on use SDK 5.3.2 Bug in RMT while LOG is disable cause DESYNC and weird behavior on use (IDFGH-14260) Dec 18, 2024
@suda-morris
Copy link
Collaborator

@filzek could you please provide a minimal project (only contain the RMT specific code) that can reproduce the "The timming amond spaces in RMT act completely odd and also sometime the RMT even do not transmit anything."? And your sdkconfig. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new
Projects
None yet
Development

No branches or pull requests

3 participants