Difference between revisions of "Protocol decoder:Tlc5620"

From sigrok
Jump to navigation Jump to search
(Created page with "{{Infobox protocol decoder | id = tlc5620 | name = Texas Instruments TLC5620 | description = Texas Instruments TLC5620 8-bit quad DAC | status ...")
 
m
Line 6: Line 6:
| license        = GPLv2+
| license        = GPLv2+
| source_code_dir = tlc5620
| source_code_dir = tlc5620
| image          =  
| image          = [[File:Pd tlc5620 example.png|250px]]
| input          = logic
| input          = logic
| output          = tlc5620
| output          = tlc5620
| probes          = CLK, DATA
| probes          = CLK, DATA
| optional_probes = LOAD, LDAC
| optional_probes = LOAD, LDAC
| options        = —
| annotations    = Text, Warnings
}}
}}


The '''tlc5620''' protocol decoder...
The '''tlc5620''' protocol decoder decodes the [http://www.ti.com/product/tlc5620 Texas Instruments TLC5620] (8-bit quad DAC) protocol.


== Hardware ==
== Hardware ==
TODO.


=== TLC5620 in the Velleman PCSU1000 ===
=== TLC5620 in the Velleman PCSU1000 ===


The [http://sigrok.org/gitweb/?p=sigrok-dumps.git;a=tree;f=dac/ti_tlc5620 dac/ti_tlc5620] directory in sigrok-dumps contains a set of example captures of a TLC5620 signal. TODO: Details.
The [http://sigrok.org/gitweb/?p=sigrok-dumps.git;a=tree;f=dac/ti_tlc5620 dac/ti_tlc5620] directory in sigrok-dumps contains a set of example captures of a TLC5620 signal grabbed from a running [[Velleman PCSU1000]] USB oscilloscope.


The logic analyzer used was a [[Saleae Logic]] (at 2MHz).
The logic analyzer used was a [[Saleae Logic]] (at 2MHz).
Line 29: Line 25:
'''Probe setup:'''
'''Probe setup:'''


TODO.
{| border="0" style="font-size: smaller" class="alternategrey sortable sigroktable"
|-
!Probe
!TLC5620 pin
 
|-
| 1 (black)
| DATA
 
|-
| 2 (brown)
| CLK
 
|-
| 3 (red)
| LOAD


'''Photos:'''
|-
| 4 (orange)
| LDAC


TODO.
|}
<gallery>
</gallery>


== Protocol ==
== Protocol ==
Line 43: Line 54:
== Resources ==
== Resources ==


TODO.
* [http://www.ti.com/product/tlc5620 Texas Instruments TLC5620]
* [http://www.ti.com/lit/gpn/tlc5620 TLC5620 datasheet]


[[Category:Protocol decoder]]
[[Category:Protocol decoder]]
[[Category:DAC]]
[[Category:DAC]]

Revision as of 22:17, 1 February 2014

tlc5620
Pd tlc5620 example.png
Name Texas Instruments TLC5620
Description Texas Instruments TLC5620 8-bit quad DAC
Status supported
License GPLv2+
Source code decoders/tlc5620
Input logic
Output tlc5620
Probes CLK, DATA
Optional probes LOAD, LDAC

The tlc5620 protocol decoder decodes the Texas Instruments TLC5620 (8-bit quad DAC) protocol.

Hardware

TLC5620 in the Velleman PCSU1000

The dac/ti_tlc5620 directory in sigrok-dumps contains a set of example captures of a TLC5620 signal grabbed from a running Velleman PCSU1000 USB oscilloscope.

The logic analyzer used was a Saleae Logic (at 2MHz).

Probe setup:

Probe TLC5620 pin
1 (black) DATA
2 (brown) CLK
3 (red) LOAD
4 (orange) LDAC

Protocol

TODO.

Resources