From: stephan.thiele Date: Tue, 19 Mar 2019 09:25:19 +0000 (+0100) Subject: flexray: add dumps for cold start and dynamic frames X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=6dcd27cc6414c41ba7cb7e742d22a1b70fe64164 flexray: add dumps for cold start and dynamic frames --- 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 diff --git a/flexray/arbitrary_traffic/flexray_2s16_1d2_one_cycle.sr b/flexray/arbitrary_traffic/flexray_2s16_1d2_one_cycle.sr new file mode 100644 index 0000000..645b2d5 Binary files /dev/null and b/flexray/arbitrary_traffic/flexray_2s16_1d2_one_cycle.sr differ diff --git a/flexray/arbitrary_traffic/flexray_ab_2s16_0d_one_cycle.sr b/flexray/arbitrary_traffic/flexray_ab_2s16_0d_one_cycle.sr new file mode 100644 index 0000000..6077c89 Binary files /dev/null and b/flexray/arbitrary_traffic/flexray_ab_2s16_0d_one_cycle.sr differ diff --git a/flexray/arbitrary_traffic/flexray_coldstart_2s16_3d_multiple_cycles.sr b/flexray/arbitrary_traffic/flexray_coldstart_2s16_3d_multiple_cycles.sr new file mode 100644 index 0000000..2a049ab Binary files /dev/null and b/flexray/arbitrary_traffic/flexray_coldstart_2s16_3d_multiple_cycles.sr differ