-
Notifications
You must be signed in to change notification settings - Fork 17
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
TX_DONE interrupt not firing. #44
Comments
I take it this is via the (It'd be neat to have an API for this in the driver if there's a reasonable way of representing it) (from the datasheet here |
Very helpful response, and yeah it's |
Busy with IRL stuff, I recommend leaving this open but it may be months before I'm able to address it. |
yeah no stress, useful to leave it open for whomsoever gets to it first ^_^ |
I can't seem to get the
TX_DONE
interrupt to fire, however theRX_DONE
interrupt works fine.My code currently operates like so:
TX_DONE
interrupt should fire, but it doesn't, I currently have to poll.RX_DONE
interrupt fires, no polling needed.I'm using RTIC and embedded-hal/atsamd-hal. The code is here
The text was updated successfully, but these errors were encountered: