PandABlocks / PandABlocks-server

TCP server exposing an ASCII interface to functional blocks
Apache License 2.0
2 stars 3 forks source link

Don't advance capture ring buffer in response to new START interrupt #38

Closed Araneidae closed 1 year ago

Araneidae commented 1 year ago

This addresses issue #37 (and PandABlocks/PandABlocks-FPGA#129): the new start interrupt event (used to capture the timestamp) was triggering an invalid buffer advance.

EmilioPeJu commented 1 year ago

I tested it and everything worked as expected