summaryrefslogtreecommitdiff
path: root/uart/lin
diff options
context:
space:
mode:
authorcoon <coon@c-base.org>2018-10-17 12:56:35 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2018-10-21 18:37:32 +0200
commitce8fbd59b047cdb1b063cb1a9c5e5bdd1750c763 (patch)
tree6e41817ba4cb1fa00d8cced2cbea45bafa44228f /uart/lin
parentb2f5bb74e8ecb101da6b7ccb0bdf0069494ddf62 (diff)
downloadsigrok-dumps-ce8fbd59b047cdb1b063cb1a9c5e5bdd1750c763.tar.gz
sigrok-dumps-ce8fbd59b047cdb1b063cb1a9c5e5bdd1750c763.zip
uart: add dumps for LIN
Diffstat (limited to 'uart/lin')
-rw-r--r--uart/lin/lin_generated/README62
-rw-r--r--uart/lin/lin_generated/burst.srbin0 -> 4720 bytes
-rw-r--r--uart/lin/lin_generated/malformed.srbin0 -> 21217 bytes
-rw-r--r--uart/lin/lin_generated/malformed2.srbin0 -> 29875 bytes
-rw-r--r--uart/lin/lin_generated/single_frame.srbin0 -> 20048 bytes
-rw-r--r--uart/lin/lin_generated/stress.srbin0 -> 9502 bytes
6 files changed, 62 insertions, 0 deletions
diff --git a/uart/lin/lin_generated/README b/uart/lin/lin_generated/README
new file mode 100644
index 0000000..09ec568
--- /dev/null
+++ b/uart/lin/lin_generated/README
@@ -0,0 +1,62 @@
+-------------------------------------------------------------------------------
+LIN bus traffic
+-------------------------------------------------------------------------------
+
+Synthetically generated LIN bus traffic from a debugging session.
+
+UART settings on LIN are always 19200/8n1, lsb-first; LIN protocol version: 2.
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a DreamSourceLab DSLogic Plus (various samplerates):
+
+ Probe LIN
+ ---------------
+ 0 LIN-Bus
+
+
+single_frame.sr
+---------------
+
+This shows one valid single LIN frame consisting of a header and a response
+of 2 data bytes.
+
+PID is 0xC1 -> ID: 0x01 Parity: 3
+Data 1: 0x11
+Data 2: 0x11
+Checksum: 0x1C
+
+
+lin_burst.sr
+------------
+
+10 valid LIN frames consisting of a header and a response of 3 data bytes each.
+The frames are all sent at the highest possible load UART can handle.
+
+PID is 0xA3 -> ID: 0x23 Parity: 2
+Data 1: 0x11
+Data 2: 0x22
+Checksum: 0x29
+
+
+lin_malformed.sr
+----------------
+
+Contains complete and incomplete LIN frames. Sometimes the PID is not sent
+after the sync. The goal is testing the correct behaviour of the state machine
+on protocol violations.
+
+
+lin_malformed2.sr
+-----------------
+
+Same as lin_malformed.sr but more traffic.
+
+
+lin_stress.sr
+-------------
+
+Different messages with different lengths and a changing bus load.
+No protocol violations.
diff --git a/uart/lin/lin_generated/burst.sr b/uart/lin/lin_generated/burst.sr
new file mode 100644
index 0000000..d949b73
--- /dev/null
+++ b/uart/lin/lin_generated/burst.sr
Binary files differ
diff --git a/uart/lin/lin_generated/malformed.sr b/uart/lin/lin_generated/malformed.sr
new file mode 100644
index 0000000..f9858c6
--- /dev/null
+++ b/uart/lin/lin_generated/malformed.sr
Binary files differ
diff --git a/uart/lin/lin_generated/malformed2.sr b/uart/lin/lin_generated/malformed2.sr
new file mode 100644
index 0000000..e8819dd
--- /dev/null
+++ b/uart/lin/lin_generated/malformed2.sr
Binary files differ
diff --git a/uart/lin/lin_generated/single_frame.sr b/uart/lin/lin_generated/single_frame.sr
new file mode 100644
index 0000000..cacffcb
--- /dev/null
+++ b/uart/lin/lin_generated/single_frame.sr
Binary files differ
diff --git a/uart/lin/lin_generated/stress.sr b/uart/lin/lin_generated/stress.sr
new file mode 100644
index 0000000..56fd78b
--- /dev/null
+++ b/uart/lin/lin_generated/stress.sr
Binary files differ