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

parl_io: max dma size should be 65536 based on the register field PARL_IO_TX_BYTELEN #2861

Open
liebman opened this issue Dec 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@liebman
Copy link
Contributor

liebman commented Dec 21, 2024

Bug description

The parl_io MAX_DMA_SIZE is set to 32736 but the register field for the PARL_IO_TX_BYTELEN field is 16 bits

Expected behavior

MAX_DMA_SIZE should be 65536 (or maybe 65535)

Environment

  • Target device: esp32c6
  • Crate name and version: esp-hal 0.22.0
@liebman liebman added bug Something isn't working status:needs-attention This should be prioritized labels Dec 21, 2024
@bjoernQ bjoernQ removed the status:needs-attention This should be prioritized label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants