Difference between revisions of "Fx2lafw"

From sigrok
Jump to navigation Jump to search
m (Braintechnology USB Interface V2.x)
m (→‎Hardware overview: alphabetic order.)
Line 19: Line 19:
!I2C EEPROM
!I2C EEPROM
!Support Status
!Support Status
|- bgcolor="#eeeeee"
| [[Braintechnology USB Interface V2.x]]
| 04b4:8613
| 8/16 (PB0-PB7, PD0-PD7)
| 56PVXC (SSOP)
|
|
|
| bgcolor="#ffff00" | BASIC SUPPORT


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
Line 29: Line 39:
| Atmel ATML0816 TINY13 20SU
| Atmel ATML0816 TINY13 20SU
| bgcolor="#ff0000" | TODO
| bgcolor="#ff0000" | TODO
|- bgcolor="#eeeeee"
| [[Braintechnology USB Interface V2.x]]
| 04b4:8613
| 8/16 (PB0-PB7, PD0-PD7)
| 56PVXC (SSOP)
|
|
|
| bgcolor="#ffff00" | BASIC SUPPORT


|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
Line 99: Line 99:
| ?
| ?
| bgcolor="#ff0000" | TODO
| bgcolor="#ff0000" | TODO
|- bgcolor="#eeeeee"
| [[EE Electronics ESLA201A]]
| 08a9:0014
| 8 digital (PB0-PB7), 1 analog (PD0-PD7)
| 56LFXC (QFN)
| none
| 100 Ω
| Atmel ATMLH113
| bgcolor="#ffff00" | BASIC SUPPORT


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
Line 109: Line 119:
| Atmel ATMLH911 02B 1
| Atmel ATMLH911 02B 1
| bgcolor="#00ff00" | DONE
| bgcolor="#00ff00" | DONE
|- bgcolor="#eeeeee"
| [[EE Electronics ESLA201A]]
| 08a9:0014
| 8 digital (PB0-PB7), 1 analog (PD0-PD7)
| 56LFXC (QFN)
| none
| 100 Ω
| Atmel ATMLH113
| bgcolor="#ffff00" | BASIC SUPPORT


|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
Line 131: Line 131:


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| [[Saleae Logic]]
| 0925:3881
| 8 (PB0-PB7)
| 56PVXC (SSOP)
| ST DVIULC6-4SC6
| ? Ω
| ?
| bgcolor="#00ff00" | DONE
|- bgcolor="#dddddd"
| [[Robomotic BugLogic 3]]
| [[Robomotic BugLogic 3]]
| 0925:3881
| 0925:3881
Line 150: Line 140:
| bgcolor="#00ff00" | DONE
| bgcolor="#00ff00" | DONE


|- bgcolor="#dddddd"
|- bgcolor="#eeeeee"
| [[Robomotic MiniLogic]]
| [[Robomotic MiniLogic]]
| 0925:3881
| 0925:3881
Line 158: Line 148:
| ?
| ?
| 2x Microchip 24LC02BI, 1x 24LC64I
| 2x Microchip 24LC02BI, 1x 24LC64I
| bgcolor="#00ff00" | DONE
|- bgcolor="#dddddd"
| [[Saleae Logic]]
| 0925:3881
| 8 (PB0-PB7)
| 56PVXC (SSOP)
| ST DVIULC6-4SC6
| ? Ω
| ?
| bgcolor="#00ff00" | DONE
| bgcolor="#00ff00" | DONE



Revision as of 17:28, 6 May 2012

fx2lafw is an open-source firmware for Cypress FX2 chips which makes them usable as simple logic analyzer hardware.

It is licensed under the terms of the GNU GPL (version 2, or later) and written in C, using sdcc as compiler, and fx2lib as helper library.

Hardware overview

The fx2lafw firmware is meant to work on any FX2-based hardware, including logic analyzers, FX2 eval boards, or other hardware which has this chip on-board.

Here's a quick overview of some of the relevant hardware information we have about the various devices:

Device USB VID:PID Probes (pins) FX2 package Buffer/ESD-protection Resistor per probe I2C EEPROM Support Status
Braintechnology USB Interface V2.x 04b4:8613 8/16 (PB0-PB7, PD0-PD7) 56PVXC (SSOP) BASIC SUPPORT
Braintechnology USB-LPS 16d0:0498 8/16 (PB0-PB7, PD0-PD7) 56PVXC (SSOP) none ? 68 Ω Atmel ATML0816 TINY13 20SU TODO
CWAV BusBee 4 ? ? ? Ω ? TODO
CWAV USBee AX 08a9:0014 8 digital (PB0-PB7), 1 analog (PD0-PD7) ? ? ? Ω ? BASIC SUPPORT
CWAV USBee DX 16 digital, 2 analog ? ? ? Ω ? TODO
CWAV USBee EX2 8 ? ? ? Ω ? TODO
CWAV USBee SX 08a9:0009 8 (PB0-PB7) 56PVXC (SSOP) none 560 Ω Microchip 24LC01B WIP
CWAV USBee ZX 8 (PB0-PB7) ? ? ? Ω ? TODO
EE Electronics ESLA201A 08a9:0014 8 digital (PB0-PB7), 1 analog (PD0-PD7) 56LFXC (QFN) none 100 Ω Atmel ATMLH113 BASIC SUPPORT
EE Electronics XLA ESLA100 0925:3881 8 (PB0-PB7) 56LFXC (QFN) NXP 74HC245D 100 Ω Atmel ATMLH911 02B 1 DONE
Lcsoft Mini Board 04b4:8613 8/16 (PB0-PB7, PD0-PD7) 56PVXC (SSOP) none none Shenzhen First-Rank Technology T24C128A BASIC SUPPORT
Robomotic BugLogic 3 0925:3881 8 (PB0-PB7) ? ? ? ? DONE
Robomotic MiniLogic 0925:3881 8 (PB0-PB7) 56PVXC (SSOP) 74HC244A ? 2x Microchip 24LC02BI, 1x 24LC64I DONE
Saleae Logic 0925:3881 8 (PB0-PB7) 56PVXC (SSOP) ST DVIULC6-4SC6 ? Ω ? DONE

All devices use a 24MHz crystal.

Download

$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/fx2lafw

Usage

Building sigrok

  • Build and install latest git head sigrok for your platform, see e.g. Linux.
    • When building libsigrok, instead of ./configure do
$ ./configure --enable-fx2lafw --disable-saleae-logic
    • Follow all other steps as normal.

Install udev rules file

These steps prevent the need to run sigrok as superuser.

  • Copy the udev rules from sigrok/libsigrok/contrib/z60_libsigrok.rules to /etc/udev/rules.d/.
  • Restart udev: sudo /etc/init.d/udev restart.

Building fx2lafw

$ cd fx2lafw
$ git clone git://github.com/mulicheng/fx2lib.git
$ make
$ sudo cp build/*.fw /usr/local/share/libsigrok/firmware/

Where /usr/local is your installation prefix.

Test

$ sigrok-cli -D

If everything has worked, sigrok can now see your fx2lafw device, ready for use.

TODO

  • Digital sampling
    • 8-channel
    • 16-channel
  • Analog sampling
    • 1-channel
    • 2-channel
    • Voltage meter
  • Triggering
  • Trigger pin
  • Clock input
  • Clock output
  • Frequency/pulse counter

Resources