Difference between revisions of "XZL Studio DX"

From sigrok
Jump to navigation Jump to search
Line 41: Line 41:
Extra info,<br/>
Extra info,<br/>
It looks that place for second eeprom is designed as backup memory. If P4 is closed, and P3 is open, then only spare memory is connected.
It looks that place for second eeprom is designed as backup memory. If P4 is closed, and P3 is open, then only spare memory is connected.
== Pin mapping ==
First CY7C68013A <br/>
Responsible for all digital inputs (0-15). Now it works with latest software version, but channels are mixed:
{| border="0" style="font-size: smaller;" class="alternategrey sigroktable"
|-
! # !! Input !! Presented as
|-
|  || 0 || d4
|-
|  || 1 || d5
|-
|  || 2 || d6
|-
|  || 3 || d7
|-
|  || 4 || d3
|-
|  || 5 || d2
|-
|  || 6 || d1
|-
|  || 7 || d0
|-
|  || 8 || d15
|-
|  || 9 || d14
|-
|  || a || d13
|-
|  || b || d8
|-
|  || c || d9
|-
|  || d || d10
|-
|  || e || d11
|-
|  || f || d12
|-
|}
Second CY7C68013A <br/>
Connected to both ADCs and eeprom
TODO


== Photos ==
== Photos ==

Revision as of 00:35, 8 March 2018

XZL_Studio DX
Status planned
Source code fx2lafw
Channels 16 + 2
Samplerate 24MHz
Samplerate (state)
Triggers none (SW-only)
Min/max voltage Digital 0 — 5.4V
Analog ±10V
Threshold voltage Fixed: VIH=1.4V, VIL=0.8V
Memory none
Compression none
Website hotmcu.com

The XZL_Studio DX is a USB-based, 16-channel logic analyzer with up to 24MHz sampling rate, and with 2 additional analog channels.

It is a clone of the CWAV USBee DX.

See XZL_Studio DX/Info for some more details (such as lsusb -vvv output) on the device.

Note: Due to the fact that this device has two FX2 chips behind a USB hub inside, this will need extra code to enumerate correctly in sigrok. Do you have this device? Let us know!

Hardware

Two jumpers:

  • P1 jumper - WRITE PROTECT, Connects WP EEPROM pin [7] to Vcc. If pin is closed, Write Protection is enabled.
  • P3 jumper - EEPROM CONNECTION, connects SDA EEPROM pin [5] to some pin on second CY7C68013A (if open there is no connection)

Extra info,
It looks that place for second eeprom is designed as backup memory. If P4 is closed, and P3 is open, then only spare memory is connected.


Pin mapping

First CY7C68013A
Responsible for all digital inputs (0-15). Now it works with latest software version, but channels are mixed:

# Input Presented as
0 d4
1 d5
2 d6
3 d7
4 d3
5 d2
6 d1
7 d0
8 d15
9 d14
a d13
b d8
c d9
d d10
e d11
f d12


Second CY7C68013A

Connected to both ADCs and eeprom

TODO

Photos

Protocol

Since we use the open-source fx2lafw firmware for this device, we don't need to know the protocol.

Resources

TODO.