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

Enable support for txComplete and txCancel #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

projectgus
Copy link

@projectgus projectgus commented Sep 7, 2024

Sets the per-mailbox (per-buffer) transmission complete interrupt and transmission cancel interrupt bits, so that the TxComplete and TxCancel interrupts fire when enabled.

Includes a PAC change to split the relevant registers as the relevant fields have different mask widths.

Closes #42.

Tested on STM32G4 for TxComplete, have built on STM32H7 and checked it was setting the right mask but haven't run that version.

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

Successfully merging this pull request may close these issues.

TX_COMPLETE interrupt is not triggered
1 participant