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

[Documentation] Workaround for errata RP2040-E12 in datasheet incomplete #446

Open
vbargsten opened this issue Jan 24, 2025 · 0 comments
Open
Labels
rp2040 Concerning the RP2040 chip

Comments

@vbargsten
Copy link

It states that

Instead of checking READ_ADDR or WRITE_ADDR to monitor the progress of a transfer sequence, check
TRANS_COUNT

However, TRANS_COUNT is zero (in contrast to READ_ADDR) after the dma transfer has been aborted, for example. It is unclear how to determine the number of transferred bytes after an abort. The transfer could be paused (disabled), TRANS_COUNT read, and then aborted. But in this case it remains unclear what has to be done to properly account for in-flight data.

@lurch lurch added the rp2040 Concerning the RP2040 chip label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rp2040 Concerning the RP2040 chip
Projects
None yet
Development

No branches or pull requests

2 participants