X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Flfast%2F__init__.py;h=681f4f9e3112bbac5c5629dbeb902c7b435a5313;hb=b3a0347a805b1bb40773faa5d45ef160e74d8e33;hp=93baae7d36a2f705f9faa40acc8f7c25f45dc890;hpb=c5a2f0b4c7efaf8c31d94eefdddcd5f6264f6da9;p=libsigrokdecode.git diff --git a/decoders/lfast/__init__.py b/decoders/lfast/__init__.py index 93baae7..681f4f9 100644 --- a/decoders/lfast/__init__.py +++ b/decoders/lfast/__init__.py @@ -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