travisgoodspeed / goodwatch

Replacement board for Casio Calculator Watches using the CC430F6147
503 stars 55 forks source link

Long Packet Support #107

Open travisgoodspeed opened 5 years ago

travisgoodspeed commented 5 years ago

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.