Difference between revisions of "Sysclk LWLA1034"
Jump to navigation
Jump to search
(Create page for Sysclk LWLA1034) |
(Link to correct item on AliExpress) |
||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Sysclk lwla1034. | {{Infobox logic analyzer | ||
| image = [[File:Sysclk lwla1034 mugshot.png|180px]] | |||
| name = Sysclk LWLA1034 | |||
| status = supported | |||
| source_code_dir = sysclk-lwla | |||
| channels = 34 | |||
| samplerate = 125MHz (max) | |||
| samplerate_state = ? | |||
| triggers = 34 + extern | |||
| voltages = 0-5V | |||
| threshold = ? | |||
| memory = 256Kbit/channel | |||
| compression = RLE | |||
| website = [http://www.aliexpress.com/item/free-shipping-New-arrival-Powerful-100MHz-34-channels-LA1034-Logic-Analyzer-Timing-State-Logic-Analyzer/1227957767.html aliexpress.com] | |||
}} | |||
The | The '''Sysclk LWLA1034''' is a USB-based, 34-channel logic analyzer with up to 125MHz sampling rate. | ||
See [[Sysclk LWLA1034/Info]] for more details (such as '''lsusb - | See [[Sysclk LWLA1034/Info]] for more details (such as '''lsusb -v''' output) about the device. | ||
== Hardware == | == Hardware == | ||
Altera Cyclone II FPGA | * Altera EP2C5Q208C8N (Cyclone II) FPGA | ||
* Cypress CY7C68013A-56 (FX2) USB interface chip | |||
* Cypress 256k×36 SRAM (likely a [http://www.cypress.com/?mpn=CY7C1361C-133AXC CY7C1361C-133AXC] or similar) | |||
* STC15F104E 8051-based microcontroller | |||
The not-installed 10-pin connector between the USB socket and the large capacitor seems to connect to the JTAG pins of the FPGA. | |||
== Photos == | |||
<gallery> | |||
File:Sysclk lwla1034 device top.jpg | |||
File:Sysclk lwla1034 device bottom.jpg | |||
File:Sysclk lwla1034 device connector.jpg | |||
File:Sysclk lwla1034 device usb.jpg | |||
File:Sysclk lwla1034 device open.jpg | |||
File:Sysclk lwla1034 pcb top2.jpg | |||
File:Sysclk lwla1034 pcb bottom2.jpg | |||
File:Sysclk lwla1034 altera cyclone2.jpg | |||
File:Sysclk lwla1034 cypress sram.jpg | |||
File:Sysclk lwla1034 cypress fx2.jpg | |||
File:Sysclk lwla1034 24c64n otherso8 crystal.jpg | |||
File:Sysclk lwla1034 crystal 50mhz.jpg | |||
File:Sysclk lwla1034 crystal 40mhz.jpg | |||
File:Sysclk lwla1034 ams1117 33.jpg | |||
File:Sysclk lwla1034 ams1117 12.jpg | |||
</gallery> | |||
(Note: The yellow/greenish markings weren't there, they're added by the photographer) | |||
''' PCB for another device''': | |||
<gallery> | <gallery> | ||
File:Sysclk lwla1034 pcb top.jpg|PCB top | File:Sysclk lwla1034 pcb top.jpg|<small>PCB, top</small> | ||
File:Sysclk lwla1034 pcb bottom.jpg|PCB bottom | File:Sysclk lwla1034 pcb bottom.jpg|<small>PCB, bottom</small> | ||
File:Sysclk lwla1034 pcb closeup.jpg|PCB close-up | File:Sysclk lwla1034 pcb closeup.jpg|<small>PCB, close-up</small> | ||
File:Sysclk lwla1034 chip2.jpg| | File:Sysclk lwla1034 chip2.jpg|<small>Cypress FX2</small> | ||
File:Sysclk lwla1034 chip3 removed marking.jpg| | File:Sysclk lwla1034 chip3 removed marking.jpg|<small>SRAM (marking removed)</small> | ||
</gallery> | </gallery> | ||
Line 21: | Line 63: | ||
[[File:Sysclk lwla1034 software.png]] | [[File:Sysclk lwla1034 software.png]] | ||
== | == Firmware == | ||
We have received permission from the vendor to distribute the FPGA bitstreams with sigrok. Thus, the bitstreams are now included in the sigrok-firmware module. | |||
* The FX2 firmware is loaded from an EEPROM on the board, so that the final USB device descriptor is immediately available on power-up. | |||
* Endpoint 4 is used exclusively for loading a new bitstream into the FPGA. | |||
* Endpoint 2 is used for sending commands to the FPGA firmware, with responses (if any) coming in from endpoint 6. | |||
Reverse engineering of the vendor's custom protocol has been completed. See [[Sysclk LWLA1034/Protocol]] for the documentation. | |||
== Resources == | == Resources == | ||
[http://blog.csdn.net/mcupro | * [http://blog.csdn.net/mcupro Mcupro blog on CSDN] | ||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Logic analyzer]] | [[Category:Logic analyzer]] | ||
[[Category: | [[Category:Supported]] |
Latest revision as of 23:27, 28 February 2014
Status | supported |
---|---|
Source code | sysclk-lwla |
Channels | 34 |
Samplerate | 125MHz (max) |
Samplerate (state) | ? |
Triggers | 34 + extern |
Min/max voltage | 0-5V |
Threshold voltage | ? |
Memory | 256Kbit/channel |
Compression | RLE |
Website | aliexpress.com |
The Sysclk LWLA1034 is a USB-based, 34-channel logic analyzer with up to 125MHz sampling rate.
See Sysclk LWLA1034/Info for more details (such as lsusb -v output) about the device.
Hardware
- Altera EP2C5Q208C8N (Cyclone II) FPGA
- Cypress CY7C68013A-56 (FX2) USB interface chip
- Cypress 256k×36 SRAM (likely a CY7C1361C-133AXC or similar)
- STC15F104E 8051-based microcontroller
The not-installed 10-pin connector between the USB socket and the large capacitor seems to connect to the JTAG pins of the FPGA.
Photos
(Note: The yellow/greenish markings weren't there, they're added by the photographer)
PCB for another device:
Software
Firmware
We have received permission from the vendor to distribute the FPGA bitstreams with sigrok. Thus, the bitstreams are now included in the sigrok-firmware module.
- The FX2 firmware is loaded from an EEPROM on the board, so that the final USB device descriptor is immediately available on power-up.
- Endpoint 4 is used exclusively for loading a new bitstream into the FPGA.
- Endpoint 2 is used for sending commands to the FPGA firmware, with responses (if any) coming in from endpoint 6.
Reverse engineering of the vendor's custom protocol has been completed. See Sysclk LWLA1034/Protocol for the documentation.