Difference between revisions of "ASIX SIGMA / SIGMA2"

From sigrok
Jump to navigation Jump to search
m
(ASIX SIGMA firmware.)
Line 2: Line 2:
[[File:Sigma.jpg|thumb|right|ASIX SIGMA internals.]]
[[File:Sigma.jpg|thumb|right|ASIX SIGMA internals.]]


The [http://tools.asix.net/dbg_sigma.htm ASIX SIGMA] is a 16 channel logic analyzer with sample rate support up to 200 MHz and with 256 Mbit on-board memory. It is supported by sigrok, and the necessary firmware files are generously provided by the vendor for distribution. As a result, the Sigma works out of the box with sigrok. Trigger support has been implemented in 100 and 200 MHz modes for rising/falling edges. Trigger features at lower sample rates are far more advanced and will be supported later.
The [http://tools.asix.net/dbg_sigma.htm ASIX SIGMA] is a 16 channel logic analyzer with sample rate support up to 200 MHz and with 256 Mbit on-board memory.
 
It is supported by sigrok, and the necessary firmware files are generously provided by the vendor for distribution. As a result, the SIGMA works out of the box with sigrok. Trigger support has been implemented in 100 MHz and 200 MHz modes for rising/falling edges. Trigger features at lower sample rates are far more advanced and will be supported later.


{| border="0" style="font-size: smaller"
{| border="0" style="font-size: smaller"
Line 40: Line 42:
|}
|}


See [[ASIX SIGMA/Info]] for more detailed information on the device.
== Firmware ==


See [[ASIX SIGMA/Info]] for more detailed information on the device.
The firmware files (FPGA bitstreams) for the ASIX SIGMA have been provided by the vendor under a [http://sigrok.git.sourceforge.net/git/gitweb.cgi?p=sigrok/sigrok-firmwares;a=blob;f=asix-sigma/LICENSE.Sigma license which allows redistribution], and are available from the [http://sigrok.git.sourceforge.net/git/gitweb.cgi?p=sigrok/sigrok-firmwares;a=summary sigrok-firmwares] repository:
 
$ '''git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok-firmwares'''
 
In order to use the ASIX SIGMA in sigrok, you need to copy the firmware files to the correct sigrok directory, '''/usr/local/share/sigrok''' per default:
 
$ '''cp sigrok-firmwares/asix-sigma/*.fw /usr/local/share/sigrok'''


== Resources ==
== Resources ==

Revision as of 02:35, 1 May 2010

ASIX SIGMA.
ASIX SIGMA internals.

The ASIX SIGMA is a 16 channel logic analyzer with sample rate support up to 200 MHz and with 256 Mbit on-board memory.

It is supported by sigrok, and the necessary firmware files are generously provided by the vendor for distribution. As a result, the SIGMA works out of the box with sigrok. Trigger support has been implemented in 100 MHz and 200 MHz modes for rising/falling edges. Trigger features at lower sample rates are far more advanced and will be supported later.

Samplerate Number of probes
200 kHz 16
250 kHz 16
500 kHz 16
1 MHz 16
5 MHz 16
10 MHz 16
25 MHz 16
50 MHz 16
100 MHz 8
200 MHz 4

See ASIX SIGMA/Info for more detailed information on the device.

Firmware

The firmware files (FPGA bitstreams) for the ASIX SIGMA have been provided by the vendor under a license which allows redistribution, and are available from the sigrok-firmwares repository:

$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok-firmwares

In order to use the ASIX SIGMA in sigrok, you need to copy the firmware files to the correct sigrok directory, /usr/local/share/sigrok per default:

$ cp sigrok-firmwares/asix-sigma/*.fw /usr/local/share/sigrok

Resources