jdbruijn / LedCube

Program to control an 8x8x8 RGB LED cube.
http://vidavidorra.github.io/LedCube-Documentation
GNU General Public License v3.0
0 stars 0 forks source link

Software FIFO buffer, overflow error #1

Open vidavidorra opened 8 years ago

vidavidorra commented 8 years ago

The <bufferOverflowFlag> is currently not handled at all. This flag is automatically set by the sw fifo buffer but never cleared, where it should be cleared by the user (after handling the overflow).

For now the receiving program stops functioning because the overflow flag is never handled or cleared.