Difference between revisions of "Fx2lafw"

From sigrok
Jump to navigation Jump to search
m
(Device info.)
Line 2: Line 2:


It is licensed under the terms of the GNU GPL (version 2, or later) and written in C, using [http://sdcc.sourceforge.net/ sdcc] as compiler, and [https://github.com/mulicheng/fx2lib fx2lib] as helper library.
It is licensed under the terms of the GNU GPL (version 2, or later) and written in C, using [http://sdcc.sourceforge.net/ sdcc] as compiler, and [https://github.com/mulicheng/fx2lib 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:
{| border="0" style="font-size: smaller"
|- bgcolor="#6699ff"
!Device
!Probes (pins)
!Crystal
!FX2 package
!Buffer/ESD-protection
!Resistor per probe
!EEPROM
|- bgcolor="#eeeeee"
| [[Saleae Logic]]
| 8 (PB0-PB7)
| 24MHz
| 56PVXC (SSOP)
| ST DVIULC6-4SC6
| ? Ω
| ?
|- bgcolor="#dddddd"
| [[EE Electronics XLA ESLA100]]
| 8 (PB0-PB7)
| 24MHz
| 56LFXC (QFN)
| NXP 74HC245D
| 100 Ω
| Atmel ATMLH911 02B 1
|}


== Download ==
== Download ==

Revision as of 23:03, 31 January 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 Probes (pins) Crystal FX2 package Buffer/ESD-protection Resistor per probe EEPROM
Saleae Logic 8 (PB0-PB7) 24MHz 56PVXC (SSOP) ST DVIULC6-4SC6 ? Ω ?
EE Electronics XLA ESLA100 8 (PB0-PB7) 24MHz 56LFXC (QFN) NXP 74HC245D 100 Ω Atmel ATMLH911 02B 1

Download

Building

Resources