Sunday, December 29, 2019

sigrok buffering

if you get

sr: saleae-logic16: FIFO overflow, capture data may be truncated.

then this may help

sigrok-cli --driver saleae-logic16 --continuous --config samplerate=16M -O binary | mbuffer -m 1024M | cat > acquisition.bin

that can be later decoded by

sigrok-cli -i acquisition.bin -I binary:numchannels=16:samplerate=16000000 -O vcd -o acquisition.vcd

No comments:

Post a Comment