travisgoodspeed / goodwatch

Replacement board for Casio Calculator Watches using the CC430F6147

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Long Packet Support

travisgoodspeed opened this issue · comments

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.