You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: