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

[DMA] use FIRQ select instead of FIRQ mask #877

Merged
merged 6 commits into from Apr 17, 2024
Merged

[DMA] use FIRQ select instead of FIRQ mask #877

merged 6 commits into from Apr 17, 2024

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Apr 16, 2024

⚠️ The "auto-configuration" of the DMA now uses a 4-bit FIRQ select field (to select only a single FIRQ trigger) instead of a 16-bit FIRQ mask (potentially selecting more than one FIRQ trigger).

Selecting more than one trigger does not make much sense. Furthermore, the trigger logic would no longer react when more than one FIRQ channel is enabled while one of the triggers keeps pending (effectively ignoring the second one).

@stnolting stnolting added the HW hardware-related label Apr 16, 2024
@stnolting stnolting self-assigned this Apr 16, 2024
@stnolting stnolting marked this pull request as ready for review April 16, 2024 19:39
@stnolting stnolting merged commit 183fa56 into main Apr 17, 2024
10 checks passed
@stnolting stnolting deleted the dev160424 branch April 17, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant