SUMP compatibles

From sigrok
Revision as of 10:05, 29 September 2020 by Gsi (talk | contribs) (jtagulator features)
Jump to navigation Jump to search
SUMP compatibles
Sigrok logo no text transparent 512.png
Status supported
Source code openbench-logic-sniffer
Channels ?
Samplerate ?
Samplerate (state) ?
Triggers ?
Min/max voltage ?
Memory ?
Compression ?
Website sump.org

The SUMP protocol is a means to acquire logic data and download the samples from the acquisition device to the host. Physical transports can be UART or USB (stream of bytes over a serial connection). Several acquisition devices implement the SUMP protocol, and there are several host side SUMP clients. Up to 32 channels are supported, and sample rates in the 60MHz range were seen. The acquisition data goes to local sample memory before transmission to the host after the acquisition is complete (non-streaming operation).

See the sump.org documentation for details.

SUMP compatible devices

Here is a list of devices which the sigrok project is aware of.

AGLA

AGLA is an Arduino sketch which implements the SUMP protocol. The software supports ATmega168, ATmega328, and ATmega2560 MCUs. Channel count is 5 (or is it 6?). Samplerates are 4MHz or below (depending on the MCU). Sample memory depth is 532 to 7168 (depending on the MCU), compression is not supported. Triggers may be supported at lower rates.

There are a lot of details in the Arduino page though much of it feels out of place for the sigrok project.

JTAGulator

The JTAGulator supports a Logic Analyzer mode which implements the SUMP protocol and thus transparently is covered by the sigrok ols driver. This LA mode gets enabled/disabled manually, then is persisted in the device across power cycles.

Channel count is 24, sample rate is 1.2MSa/s, memory depth is 1024Sa. Low/high level triggers are supported. Target voltage levels are adjustable.


TODO Add more sections on compatibles which don't have their own page. Or add few details here as an overview and link to a page with more details. Though the bove list of devices has the links ... Or setup a table instead of individual subsections, for easier comparison.

Resources