summaryrefslogtreecommitdiff
path: root/flexray/arbitrary_traffic/README
diff options
context:
space:
mode:
authorstephan.thiele <stephan.thiele@mailbox.org>2019-03-19 10:25:19 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-28 16:55:16 +0100
commit6dcd27cc6414c41ba7cb7e742d22a1b70fe64164 (patch)
tree077dd8ab4403d2a03e5f8977be0775bfa2b98fdb /flexray/arbitrary_traffic/README
parentdb3aac315ac81371376e3f2aaf4808209c618b2b (diff)
downloadsigrok-dumps-6dcd27cc6414c41ba7cb7e742d22a1b70fe64164.tar.gz
sigrok-dumps-6dcd27cc6414c41ba7cb7e742d22a1b70fe64164.zip
flexray: add dumps for cold start and dynamic frames
Diffstat (limited to 'flexray/arbitrary_traffic/README')
-rw-r--r--flexray/arbitrary_traffic/README109
1 files changed, 94 insertions, 15 deletions
diff --git a/flexray/arbitrary_traffic/README b/flexray/arbitrary_traffic/README
index 7ba0385..7822120 100644
--- a/flexray/arbitrary_traffic/README
+++ b/flexray/arbitrary_traffic/README
@@ -39,21 +39,7 @@ controllers are connected together.
The bus was externally terminated by adding a 100 Ohm resistor between FR_A+
and FR_A- and another 100 Ohm resistor between FR_B+ and FR_B-.
-
-flexray_2s16_0d_one_cycle.sr
-----------------------------
-
-This shows one cycle of an ongoing FlexRay communication. Only channel A is used.
-
-Bitrate: 10 Mbit
-Used Channels: A
-Static frames: 2
-Dynamic frames: 0
-Length of static frames: 16 bytes
-Data on all frames is: 0x00 0x01 0x02 0x03
- 0x00 0x00 0x00 0x00
- 0x00 0x00 0x00 0x00
- 0x00 0x00 0x00 0x00
+Network parameters used on all dumps are as follows:
Cluster parameters:
-------------------
@@ -135,3 +121,96 @@ Specific parameters for node 2:
-------------------------------
pKeySlotId = 2
+
+flexray_2s16_0d_one_cycle.sr
+----------------------------
+
+This shows one cycle of an ongoing FlexRay communication using 2 static frames.
+Only channel A is used.
+
+Bitrate: 10 Mbit
+Used Channels: A
+Static frames: 2
+Dynamic frames: 0
+Length of static frames: 16 bytes
+Data on all frames is: 0x00 0x01 0x02 0x03
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+
+flexray_2s16_1d2_one_cycle.sr
+-----------------------------
+
+This shows one cycle of an ongoing FlexRay communication using 2 static frames
+and 1 dynamic frame. Only channel A is used.
+
+Bitrate: 10 Mbit
+Used Channels: A
+Static frames: 2
+Dynamic frames: 1
+Length of static frames: 16 bytes
+Data on all static frames is: 0x00 0x01 0x02 0x03
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+Data on all dynamic frames is: 0x23 0x42
+
+
+flexray_coldstart_2s16_3d_multiple_cycles.sr
+--------------------------------------------
+
+This shows a cold start sequence and a few cycles of traffic.
+There are 2 static frames and 3 dynamic frames. Only channel A is used.
+
+Bitrate: 10 Mbit
+Used Channels: A
+Static frames: 2
+Dynamic frames: 3
+Length of static frames: 16 bytes
+Data on all static frames is: 0x00 0x01 0x02 0x03
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+Data on dynamic frames is:
+
+ID 8: 0x02 0x02 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+ID 11: 0x33 0x33 0x33 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+ID 15: 0x04 0x04 0x04 0x04
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+
+flexray_ab_2s16_0d_one_cycle.sr
+-------------------------------
+
+This shows one cycle of an ongoing FlexRay communication using 2 static frames.
+Channel A and B are used and transmit the same data.
+
+Bitrate: 10 Mbit
+Used Channels: AB
+Static frames: 2
+Dynamic frames: 0
+Length of static frames: 16 bytes
+Data on frames is:
+
+ID 1: 0x00 0x01 0x02 0x03
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+
+ID 2: 0x07 0x06 0x05 0x04
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00
+ 0x00 0x00 0x00 0x00