Difference between revisions of "HSA Logic"
Jump to navigation
Jump to search
(Created page with "{{Infobox logic analyzer | image = | name = HSA Logic | status = in progress | source_code_dir = hardware/hsa-tple | channels = 8 (2...") |
|||
Line 1: | Line 1: | ||
{{Infobox logic analyzer | {{Infobox logic analyzer | ||
| image = | | image = [[File:Hsa-logic.png|180px]] | ||
| name = HSA Logic | | name = HSA Logic | ||
| status = in progress | | status = in progress | ||
Line 12: | Line 12: | ||
| memory = 1 MB (245K*16), 262144 samples | | memory = 1 MB (245K*16), 262144 samples | ||
| compression = RLE | | compression = RLE | ||
| website = [] | | website = [https://io.informatik.fh-augsburg.de/trac/Logikanalysator/ trac], [https://io.informatik.fh-augsburg.de/projekte/Logikanalysator project page], [http://elk.informatik.fh-augsburg.de/hhwiki/Logikanalysator hhwiki] | ||
}} | }} | ||
The '''HSA Logic''' is a USB-based, 8-channel logic analyzer with 6.25 MHz sampling rate. It is an open-hardware / open-source design. Both hardware and software have been developed at [http://www.hs-augsburg.de Hochschule Augsburg] so far. | The '''HSA Logic''' is a USB-based, 8-channel logic analyzer with 6.25 MHz sampling rate. It is an open-hardware / open-source design. Both hardware and software have been developed at [http://www.hs-augsburg.de Hochschule Augsburg] so far. Everything started with [http://hhoegl.informatik.fh-augsburg.de/da/ba-1/USB-TPLE/Documentation/Latex_Thesis/main.pdf this bachelor thesis] in 2010. It was continued in 2013/14 as semester project. | ||
== Hardware == | == Hardware == | ||
* CPLD: Altera Max II with 240 logic elements | * CPLD: Altera Max II EPM240 with 240 logic elements | ||
* microcontroller: Atmel ATmega32u4 (programmed in C) | * microcontroller: Atmel ATmega32u4 (programmed in C) | ||
* 2x RAM organised as 256K*16 | * 2x RAM organised as 256K*16 | ||
Line 25: | Line 25: | ||
== Photos == | == Photos == | ||
<gallery> | |||
File:Hsa-logic front.jpg|<small>PCB, front</small> | |||
File:Hsa-logic back.jpg|<small>PCB, back</small> | |||
</gallery> | |||
== Firmware == | == Firmware == | ||
CPLD Firmware: written in VHDL, | |||
microcontroller Firmware: written in C (using LUFA) | |||
TODO. | TODO. | ||
Line 35: | Line 40: | ||
== Resources == | == Resources == | ||
TODO. | TODO. | ||
[[Category:Device]] | |||
[[Category:Logic analyzer]] | |||
[[Category:In progress]] |
Revision as of 16:59, 17 January 2014
Status | in progress |
---|---|
Source code | hardware/hsa-tple |
Channels | 8 (24 planned) |
Samplerate | 6.25 MHz |
Samplerate (state) | ? |
Triggers | none (SW-only) |
Min/max voltage | 3.3V; 5.0V |
Threshold voltage | ? |
Memory | 1 MB (245K*16), 262144 samples |
Compression | RLE |
Website | trac, project page, hhwiki |
The HSA Logic is a USB-based, 8-channel logic analyzer with 6.25 MHz sampling rate. It is an open-hardware / open-source design. Both hardware and software have been developed at Hochschule Augsburg so far. Everything started with this bachelor thesis in 2010. It was continued in 2013/14 as semester project.
Hardware
- CPLD: Altera Max II EPM240 with 240 logic elements
- microcontroller: Atmel ATmega32u4 (programmed in C)
- 2x RAM organised as 256K*16
- I/O drivers supporting 5V and 3V as input voltage
Photos
Firmware
CPLD Firmware: written in VHDL, microcontroller Firmware: written in C (using LUFA) TODO.
Protocol
TODO.
Resources
TODO.