Difference between revisions of "Fx2lafw"

From sigrok
Jump to navigation Jump to search
Line 22: Line 22:


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| [[Saleae Logic]]
| [[Braintechnology USB-LPS]]
| 8 (PB0-PB7)
| 16
| 56PVXC (SSOP)
| 56PVXC (SSOP)
| ST DVIULC6-4SC6
| none
| ? 68 Ω
| Atmel ATML0816 TINY13 20SU
| bgcolor="#ff0000" | TODO
 
|- bgcolor="#dddddd"
| [[CWAV USBee AX]]
| ?
| ?
| ?
| ? Ω
| ? Ω
| ?
| ?
| bgcolor="#ffC000" | WIP
| bgcolor="#ffC000" | WIP
|- bgcolor="#eeeeee"
| [[CWAV USBee SX]]
| 8 (PB0-PB7)
| 56PVXC (SSOP)
| none
| 560 Ω
| Microchip 24LC01B
| bgcolor="#ff0000" | TODO


|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
Line 40: Line 58:


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| [[CWAV USBee SX]]
| [[EE Electronics ESLA201A]]
| 8 (PB0-PB7)
| 8 digital (PB0-PB7), 8 analog (PD0-PD7)
| 56PVXC (SSOP)
| 56LFXC (QFN)
| none
| none
| 560 Ω
| 100 Ω
| Microchip 24LC01B
| Atmel ATMLH113
| bgcolor="#ff0000" | TODO
| bgcolor="#ffC000" | WIP


|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
Line 58: Line 76:


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| [[CWAV USBee AX]]
| [[Saleae Logic]]
| ?
| 8 (PB0-PB7)
| ?
| 56PVXC (SSOP)
| ?
| ST DVIULC6-4SC6
| ? Ω
| ? Ω
| ?
| ?
| bgcolor="#ffC000" | WIP
| bgcolor="#ffC000" | WIP
|- bgcolor="#dddddd"
| [[EE Electronics ESLA201A]]
| 8 digital (PB0-PB7), 8 analog (PD0-PD7)
| 56LFXC (QFN)
| none
| 100 Ω
| Atmel ATMLH113
| bgcolor="#ffC000" | WIP
|- bgcolor="#eeeeee"
| [[Braintechnology USB-LPS]]
| 16
| 56PVXC (SSOP)
| none
| ? 68 Ω
| Atmel ATML0816 TINY13 20SU
| bgcolor="#ff0000" | TODO


|- bgcolor="#dddddd"
|- bgcolor="#dddddd"

Revision as of 13:06, 28 February 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.

Note: This is work in progress. It does NOT work, yet!

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 Probes (pins) FX2 package Buffer/ESD-protection Resistor per probe I2C EEPROM Support Status
Braintechnology USB-LPS 16 56PVXC (SSOP) none ? 68 Ω Atmel ATML0816 TINY13 20SU TODO
CWAV USBee AX ? ? ? ? Ω ? WIP
CWAV USBee SX 8 (PB0-PB7) 56PVXC (SSOP) none 560 Ω Microchip 24LC01B TODO
EE Electronics XLA ESLA100 8 (PB0-PB7) 56LFXC (QFN) NXP 74HC245D 100 Ω Atmel ATMLH911 02B 1 WIP
EE Electronics ESLA201A 8 digital (PB0-PB7), 8 analog (PD0-PD7) 56LFXC (QFN) none 100 Ω Atmel ATMLH113 WIP
Lcsoft Mini Board 16 (PB0-PB7, PD0-PD7) 56PVXC (SSOP) none none Shenzhen First-Rank Technology T24C128A TODO
Saleae Logic 8 (PB0-PB7) 56PVXC (SSOP) ST DVIULC6-4SC6 ? Ω ? WIP
Robomotic MiniLogic 8 ? ? ? Ω ? TODO

Download

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

Building

$ cd fx2lafw
$ git clone git://github.com/mulicheng/fx2lib.git
$ make

Usage

$ cycfx2prog -id=vvvv:pppp prg:build/fx2lafw.ihx reset run delay:100

You have to provide the USB VID/PID of the FX2 device (before firmware upload) using the -id parameter.

Resources