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

Long Packet Support #107

Open
travisgoodspeed opened this issue Sep 23, 2018 · 0 comments
Open

Long Packet Support #107

travisgoodspeed opened this issue Sep 23, 2018 · 0 comments
Assignees

Comments

@travisgoodspeed
Copy link
Owner

travisgoodspeed commented Sep 23, 2018

Our packet length is currently restricted to the 64 byte FIFO buffer size. Close this issue when we can transmit and receive larger packets.

According to SLAA465C, this involves using TIMER0_A1_VECTOR to periodically poll the number of bytes available in the buffer, then grabbing or inserting them in that timer handler.

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