]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lfast/__init__.py
lfast/sipi: Fix typo
[libsigrokdecode.git] / decoders / lfast / __init__.py
index 93baae7d36a2f705f9faa40acc8f7c25f45dc890..681f4f9e3112bbac5c5629dbeb902c7b435a5313 100644 (file)
@@ -18,7 +18,7 @@
 ##
 
 '''
-LFAST is a physical communication interface used mainly by the NXP ZipWire
+LFAST is a physical communication interface used mainly by the NXP Zipwire
 interface. It's a framed asynchronous serial interface using differential
 TX/RX pairs, capable of data rates of up to 320 MBit/s.
 
@@ -28,7 +28,8 @@ As with most differential signals, it's sufficient to measure TXP or RXP, no
 need for a differential probe. The REFCLK used by the hardware isn't needed by
 this protocol decoder either.
 
-For details see https://www.nxp.com/docs/en/application-note/AN5134.pdf
+For details see https://www.nxp.com/docs/en/application-note/AN5134.pdf and
+https://hitex.co.uk/fileadmin/uk-files/downloads/ShieldBuddy/tc27xD_um_v2.2.pdf
 '''
 
 from .pd import Decoder