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

Graphical corruption with DMA fills #3

Open
ccawley2011 opened this issue Dec 28, 2024 · 0 comments
Open

Graphical corruption with DMA fills #3

ccawley2011 opened this issue Dec 28, 2024 · 0 comments

Comments

@ccawley2011
Copy link

An issue I encountered when migrating ArcEm to the newer toolchain is that using dmaFillHalfWords to clear the main screen ends up corrupting the UI on the touch screen. From what I can tell, it relates to the fact that dmaStartFill16 in calico performs two separate 16-bit writes for REG_DMAxCNT_L and REG_DMAxCNT_H rather than a single 32-bit write like in previous versions of libnds, but I don't know why that would cause a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant