SlideShare a Scribd company logo
1 of 31
Download to read offline
Automating the Configuration of the
   FlexRay Communication Cycle

                Nicolas Navet
         Nicolas.navet@realtimeatwork.com
          http://www.realtimeatwork.com




   27/11/2008
                         Better technical solutions for real-time systems
FlexRay configuration
             Extremely complex problem:
                           Mixed of TT and ET scheduling
                           Tightly linked with task scheduling
                           Large number of parameters (>50)
                           AUTOSAR constraints (COM, FXR Interface, etc)
                           …
             Design objectives should be first clearly identified:
                           Minimum bandwidth to use cheap components (2.5 Mbit/s,
                           5MBit/s ?)
                           Enable incremental design ?
                           Carry-over of ECUs ?
             No chance to solve the pb optimally – too many free variables,
             sub-problems alone are NP-hard


© 2008 RealTime-at-Work - 2 - FlexRay Product Days
Outline
      1. Configuring the FlexRay communication cycle
              1. System model
              2. Objectives of the configuration step
              3. Identifying sub-problems and solutions
      2. Verifying signal timing constraints
      3. Our approach to configuration : NETCAR-FlexConf
      4. Experimentations
              a. Performance on a typical case-study
              b. Comparison with CAN and Multi-CANs



© 2008 RealTime-at-Work - 3 - FlexRay Product Days
Configuring the FlexRay
                                      communication cycle




© 2008 RealTime-at-Work - 4 - FlexRay Product Days
System model (1/2)




© 2008 RealTime-at-Work - 5 - FlexRay Product Days
System model (2/2)
                 Tasks run either synchronously or asynchronously wrt the
                 communication cycle:
                1. Fully asynchronously : signals produced at arbitrary
                   points in time
                2. Weakly synchronously : task startup triggered by the
                   networks but task periods are arbitrary
                3. Synchronously : task periods multiple of the cycle length




                                                     Picture from [1]


© 2008 RealTime-at-Work - 6 - FlexRay Product Days
Objectives of the configuration step

        1. Respect design constraints (e.g., cycle length)
        2. Ensure signal’s freshness constraints
        3. Preserve system’s extensibility:
                       Use as few slots as possible
                       Use the slots at the right positions:
                           ST vs DYN segment (size, occupation)
                           future 2.5ms signals in the ST Segment
                       Build the frames at the right instants (CPU load)
        4. Maximize robustness against transmission errors for
           redundant frames (i.e., replicas)


© 2008 RealTime-at-Work - 7 - FlexRay Product Days
Sub-problems
                 Assumptions here: cycle communication length, frame
                 data payload, slot size are decided


        a. Set the relative size of ST and DYN segment
        b. Frame packing : build frames from signals
        c.       Slot allocation : allocate the slots to the ECUs
        d. Frame scheduling: schedule the frame transmissions for
           the 64 communication cycles


        Issue: sub-problems are interdependent
       but good sub-optimal solutions are feasible

© 2008 RealTime-at-Work - 8 - FlexRay Product Days
Frame packing : Packing signals into I-PDU
                                                       and, if network independence
                                                       is needed, I-PDU into L-PDU
                                      signals


   Applicative level                                                            …

                                    F1 F2              F3 F4     F5 F6     F7             Minimize
                                                                                         bandwidth
                                  ECU1               ECU2      ECU3      ECU4          consumption
                                                                                        and respect
                                     I-PDU             I-PDU     I-PDU                   freshness
                                                                                        constraints
  AUTOSAR Stack                       L-PDU




                                                                                    FlexRay bus
© 2008 RealTime-at-Work - 9 - FlexRay Product Days
Frame-packing from an algorithmic
                        point of view

              The bad news: problem is NP-hard (bin-packing)
              The good news: there are efficient heuristics
                     Rate Monotonic is a good starting point
                     Better heuristics can be found in ref[5]
                     GA or local search techniques might provide further
                     improvements
              What is missing: performance guarantees for the
              heuristics (e.g., factor 2 from the best solution)




© 2008 RealTime-at-Work - 10 - FlexRay Product Days
Building the communication schedule
                                                        Static Segment
                           ECUa           ECUb          ECUa   ECUc      …       ECUc
       Cycle
                                                                 FRIF_SLOT_ID: 1
                 0                         Frame                 FRIF_BASE_CYCLE: 1
                 1                                               FRIF_CYCLE_REPETITION: 2
                 2
                                                          Static segment configuration :
                 3
                                                      1) allocation of the slots to the ECUs
                 4
                  .                                   2) Defining frame characteristics
                  .
                  .
                                                        Dynamic segment configuration :
               63                                       same but slot-multiplexing possible

© 2008 RealTime-at-Work - 11 - FlexRay Product Days
Building the static communication schedule:
         “Best Slot First” (BSF) heuristic – see ref[9]

              Step 1: For each slot and each ECU, compute the
              “maximum” number of signals the slot can
              transmit:
                     A heuristic is used to build the set of frames for each slot and
                     each ECU
                     Only solutions that meet timing constraints are considered

              Step 2: Keep the (slot,ECU) couple that
              maximizes the number of signals transmitted
              Repeat until there is no frame or no slot left



© 2008 RealTime-at-Work - 12 - FlexRay Product Days
Dynamic segment – some hints
             Context:
                    Use of slot multiplexing
                    No other timing constraints than a minimum
                    transmission frequency
                    Frame-packing is done
             There is a simple bandwidth-optimal policy to build
             the schedule from the frames (see ref[9]):
                    Rank the whole set of frames by increasing periods
                    Insert the frames one after the other at the first possible
                    (slot,base cycle)
                    Use a new slot when all previous have been filled up



© 2008 RealTime-at-Work - 13 - FlexRay Product Days
Relative length of the static and
                            dynamic segments

              2.5ms signals sent in the static segment impose some
              constraints …
              Proposal : share the available bandwidth between
              segments according to a parameter chosen by the
              user (e.g., ST=70% and DYN=30%)




© 2008 RealTime-at-Work - 14 - FlexRay Product Days
Maximizing the efficiency of redundant
             transmissions
                                                                     EMI
                   Question:                   A1     A1   or   A1   A1          ??

          Fail-silent producer nodes : if a frame is received, the
            content is correct
                                                                           distribute evenly
             Fail-silent nodes : one frame is enough                        A1        A1
                                                                           group together
            Non fail-silent nodes : all frames are needed                   A1 A1

           Simple design guidelines providing large
         robustness improvements – see ref[6]
© 2008 RealTime-at-Work - 15 - FlexRay Product Days
Our approach to configuration –
                  implemented in NETCAR-FlexConf
                                 step1                          step2            step3
                           Reading the                                       Configuration of
                                                             Placing the
                            signals and                                     the static segment
                                                            2.5ms signals
                          parameter files
                                                                                                   step4
                                                                            Configuration of the
                                                                             dynamic segment
                                                      failure
                                                                                                   step5
                                                                              Optimizing the
                                                                            bandwidth allocation


                                                          step7                                    step6
                                                                                Sharing the free
                                                        Writing FIBEX        bandwidth between ST
             success                                    and CSV files          and DYN segment


© 2008 RealTime-at-Work - 16 - FlexRay Product Days
Verifying signal freshness constraints




© 2008 RealTime-at-Work - 17 - FlexRay Product Days
Verifying signal freshness constraints

                Configuration here means communication
                schedule
        a. Configuration not needed : non-schedulability
                test based on the minimum number of slots
                required for the ST and DYN segment
                (necessary but not sufficient)
        b. Configuration needed : exact signal worst-case
                response time computation




© 2008 RealTime-at-Work - 18 - FlexRay Product Days
Response time of a signal
                Response time made of
                1. time between signal production and frame construction
                2. time between frame construction and reception by the
                   receiving stations




               Impact of the FlexRay Job List!
© 2008 RealTime-at-Work - 19 - FlexRay Product Days
Most meaningful : age of a signal on
                    the receiver end




                                                      Asynchronous case:
            max. age = production period + worst-case response time
© 2008 RealTime-at-Work - 20 - FlexRay Product Days
Experimentations
                                        1. Experimental setup
                                        2. Typical application
                                        3. FlexRay VS (multi)-CAN with/without
                                           offsets




© 2008 RealTime-at-Work - 21 - FlexRay Product Days
Experimental setup

              Communication cycle : 5ms
              Data rate: 2.5 Mbit/s (45 slots), 5 Mbit/s (86 slots)
              and 10 Mbit/s (155 slots)
              Frame data payload (ST and Dyn) : 16 bytes
              Frame construction points : start of the static
              segment + start of the dynamic segment
              « Slot multiplexing » in DYN segment




© 2008 RealTime-at-Work - 22 - FlexRay Product Days
Application under study

             Asynchronism tasks / communication cycle
             356 signals sent by 14 ECU
             Signal sizes range from 1 to 64 bits
             Production period: 10ms to 1s
             Useful load: 60kbit/s
             2 ECU transmit only aperiodic signals
             All aperiodic signals sent in the dynamic segment
             Transmission period for aperiodic signals: 320ms
             No 2.5ms frames
             Max. signal response time: 110% period


© 2008 RealTime-at-Work - 23 - FlexRay Product Days
Results obtained with NETCAR-FlexConf:
                     static segment
                        ECU       Payload (bits)      Slot   BaseCycle   Repetition   #signaux
                       ECU1            128             31        1           2           33
                       ECU1            126             31        2           4           22
                       ECU1             90             31        4          16            6
                       ECU2             47             72        1           1            9
                       ECU3
                       ECU3
                                       126
                                       128
                                                       78
                                                       78
                                                                 1
                                                                 2
                                                                             8
                                                                            64
                                                                                         51
                                                                                         11
                                                                                                 Observations:
   Set of              ECU3             24             78        3          64            2
                       ECU4            128             30        1           2           24      a) 12 slots ->
  FlexRay
                                                                                                    minimum possible
                       ECU4            121             30        2           4           29
  frames               ECU4
                       ECU5
                                        16
                                        56
                                                       30
                                                       73
                                                                 4
                                                                 1
                                                                            64
                                                                             1
                                                                                          1
                                                                                         10
                       ECU6
                       ECU6
                                       115
                                        48
                                                       29
                                                       29
                                                                 1
                                                                 2
                                                                             2
                                                                            64
                                                                                         28
                                                                                          2
                                                                                                 b) Configuration
                       ECU7            114             74        1          16           12         algorithm efficient
                       ECU8             52             71        1          16            8
                       ECU9            117             77        1          32           20
                       ECU9             32             77        2          64            1
                       ECU10            96             75        1           8           14
                       ECU11            8              70        1          16            1
                       ECU14            87             76        1          64           17


            Dynamic segment: one slot used
            Free slots left: 40 DYN vs 90 ST = 30/70% as requested

© 2008 RealTime-at-Work - 24 - FlexRay Product Days
Experimentations at higher load levels

            Goal:
                   Assessing the limits of FlexRay
                   Comparison with CAN 500Kbit/s and multi-CAN solutions
            Set of signals: up to 10x the initial load (duplication)
            CAN set of frames:
                   Same frame-packing algorithm as for FlexRay
                   CAN Priorities are assigned according to Rate-Monotonic
                   CAN frame response time / offset assignement strategy
                   computed with NETCAR-Analyzer



© 2008 RealTime-at-Work - 25 - FlexRay Product Days
Performances at higher loads
       Useful load (signals)             FlexRay 2.5Mbit/s         FlexRay 10Mbit/s          1x CAN 500Kbit/s
                                                      free slots           free slots          network load        31%
       Load 1x (≈ 60kbit/s)                     ST       23           ST     100             R without offsets      15.3
                                              DYN        9           DYN     43                R with offsets       7.8
                                                      free slots           free slots          network load        57%
      Load 2x (≈ 120kbit/s)                     ST       21           ST      98             R without offsets      49.6
                                              DYN        9           DYN      43               R with offsets       14.9
                                                      free slots           free slots          network load        85%
      Load 3x (≈ 180kbit/s)                     ST       19           ST      96             R without offsets   148.5
                                              DYN        7           DYN      41              R with offsets        79.7
                                                      free slots           free slots
                                                                                                 non-schedulable
      Load 4x (≈ 240kbit/s)                     ST       19           ST      96
                                                                                                 2x CAN 500 OK
                                              DYN        7           DYN      40
                                                      free slots           free slots            non-schedulable
      Load 5x (≈ 300kbit/s)                     ST       15           ST      92                   2x CAN 500
                                              DYN        6           DYN      40             depending on the overlap
                                                      free slots           free slots
     Load 10x (≈ 600kbit/s)                     ST        3           ST      84        non-schedulable with two CAN buses
                                              DYN         0          DYN      36




© 2008 RealTime-at-Work - 26 - FlexRay Product Days
Conclusion
              Configuring FlexRay communication cycle is a complex
              problem but:
                     Design choices drastically reduce the search space
                     There are efficient algorithms / guidelines / tools to build the
                     pdu, the frames, the communication schedule, verify timing
                     constraints, define the FlexRay Job List, maximize
                     dependability if needed

              From our experiments:
                     FlexRay is very robust to network load increase
                     FlexRay 2.5 MBit/s might be a solution up to 10x a “regular”
                     CAN set of signals
                     2x CAN 500Kbit/s solutions with offsets are suited up to at
                     most 300kbit/s of useful data (5x) but not at higher loads




© 2008 RealTime-at-Work - 27 - FlexRay Product Days
References




© 2008 RealTime-at-Work - 28 - FlexRay Product Days
References (1/2)
        FLEXRAY – protocol and use by carmarkers
        [1] B. Schätz, C. Kühnel, M. Gonschorek, “The FlexRay Protocol”, to appear in the Automotive
               embedded Handbook, N. Navet, F. Simonot-Lion editors, CRC Press/Taylor and Francis,
               2008.
        [2] Vector Informatik GmbH, interview of Mr. Peteratzinger (BMW), Mr. Steiner (BMW), “Use of
               XCP on FlexRay at BMW”, published in “Collection of professional articles”, 09/2006.
               Available at www.vector-worldwide.com/articles
        [3] A. Schedl, “Goals and Architecture of FlexRay at BMW”, slides presented at the Vector
               FlexRay Symposium, March 6 2007.
        [4] J. Broy (Porsche A.G.), K.D. Müller-Glaser, “The impact of time-triggered communication in
                automotive embedded systems”, IEEE SIES’2007, July 2007.
        FRAME PACKING
        [5] R. Saket, N. Navet, "Frame Packing Algorithms for Automotive Applications", Journal of
               Embedded Computing, vol. 2, n° 1, pp93-102, 2006.
        DEPENDABILITY
        [6] B. Gaujal, N. Navet, "Maximizing the Robustness of TDMA Networks with Applications to
              TTP/C", Real-Time Systems, Kluwer Academic Publishers, vol 31, n°1-3, pp5-31,
              December 2005.




© 2008 RealTime-at-Work - 29 - FlexRay Product Days
References (2/2)
        CONFIGURATION OF THE STATIC SEGMENT
        [6] S. Ding, N. Murakami, H. Tomiyama, H. Takada, “A GA-based scheduling method for
               FlexRay systems”, EMSOFT, 2005.
        [7] A. Hamann, R. Ernst, “TDMA Time Slot and Turn Optimization with Evolutionary Search
               Techniques”, Proceedings of the Design, Automation and Test in Europe Conference,
               Volume 1, p312–317, 2005.
        [8] E. Wandeler, L. Thiele, “Optimal TDMA time slot and cycle length allocation for hard real-
               time systems”, Proceedings of the 2006 conference on Asia South Pacific design
               automation.
        [9] M. Grenier, L. Havet, N. Navet, “Configuring the communication on FlexRay: the case of the
               static segment”, extended version of a paper published at ERTS’2008, available at
               http://www.realtimeatwork.com
        CONFIGURATION OF THE DYNAMIC SEGMENT
        [10] T. Pop, P. Pop, P. Eles, Z. Peng, A. Andrei, “Timing Analysis of the FlexRay Communication
               Protocol”, ECRTS 2006.
        [11] T. Pop, P. Pop, P. Eles, Z. Peng, “Bus Access Optimisation for FlexRay-based Distributed
               Embedded Systems”, DATE 2007.
        INTERFERENCE OF SCS TASKS ON FPS TASKS
        [12] T. Pop, P. Pop, P. Eles, Z. Peng, “Optimization of Hierarchically Scheduled Heterogeneous
               Embedded Systems”, RTCSA’2005.



© 2008 RealTime-at-Work - 30 - FlexRay Product Days
Questions / feedback ?




                                       Please get in touch at:
                                 nicolas.navet@realtimeatwork.com
                                     http://www.realtimeatwork.com

© 2008 RealTime-at-Work - 31 - FlexRay Product Days

More Related Content

What's hot

Pushing the limits of CAN - Scheduling frames with offsets provides a major p...
Pushing the limits of CAN - Scheduling frames with offsets provides a major p...Pushing the limits of CAN - Scheduling frames with offsets provides a major p...
Pushing the limits of CAN - Scheduling frames with offsets provides a major p...Nicolas Navet
 
Lightweight DNN Processor Design (based on NVDLA)
Lightweight DNN Processor Design (based on NVDLA)Lightweight DNN Processor Design (based on NVDLA)
Lightweight DNN Processor Design (based on NVDLA)Shien-Chun Luo
 
Open Safety-Critical Java
Open Safety-Critical JavaOpen Safety-Critical Java
Open Safety-Critical JavaAleš Plšek
 
Ss83 g formation-z-os-vsam-et-access-method-services
Ss83 g formation-z-os-vsam-et-access-method-servicesSs83 g formation-z-os-vsam-et-access-method-services
Ss83 g formation-z-os-vsam-et-access-method-servicesCERTyou Formation
 
4 implementation
4 implementation4 implementation
4 implementationhanmya
 
Improving Responsiveness for Virtualized Networking Under Intensive Computing...
Improving Responsiveness for Virtualized Networking Under Intensive Computing...Improving Responsiveness for Virtualized Networking Under Intensive Computing...
Improving Responsiveness for Virtualized Networking Under Intensive Computing...tcucinotta
 
customization of a deep learning accelerator, based on NVDLA
customization of a deep learning accelerator, based on NVDLAcustomization of a deep learning accelerator, based on NVDLA
customization of a deep learning accelerator, based on NVDLAShien-Chun Luo
 
BonFIRE TridentCom presentation
BonFIRE TridentCom presentationBonFIRE TridentCom presentation
BonFIRE TridentCom presentationBonFIRE
 
Parallel Sysplex Implement2
Parallel Sysplex Implement2Parallel Sysplex Implement2
Parallel Sysplex Implement2ggddggddggdd
 
Monte Carlo G P U Jan2010
Monte  Carlo  G P U  Jan2010Monte  Carlo  G P U  Jan2010
Monte Carlo G P U Jan2010John Holden
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
1 introduction to vlsi physical design
1 introduction to vlsi physical design1 introduction to vlsi physical design
1 introduction to vlsi physical designsasikun
 

What's hot (17)

Pushing the limits of CAN - Scheduling frames with offsets provides a major p...
Pushing the limits of CAN - Scheduling frames with offsets provides a major p...Pushing the limits of CAN - Scheduling frames with offsets provides a major p...
Pushing the limits of CAN - Scheduling frames with offsets provides a major p...
 
Lightweight DNN Processor Design (based on NVDLA)
Lightweight DNN Processor Design (based on NVDLA)Lightweight DNN Processor Design (based on NVDLA)
Lightweight DNN Processor Design (based on NVDLA)
 
Open Safety-Critical Java
Open Safety-Critical JavaOpen Safety-Critical Java
Open Safety-Critical Java
 
New lima latw03
New lima latw03New lima latw03
New lima latw03
 
427 432
427 432427 432
427 432
 
2020 icldla-updated
2020 icldla-updated2020 icldla-updated
2020 icldla-updated
 
Ss83 g formation-z-os-vsam-et-access-method-services
Ss83 g formation-z-os-vsam-et-access-method-servicesSs83 g formation-z-os-vsam-et-access-method-services
Ss83 g formation-z-os-vsam-et-access-method-services
 
05 defense
05 defense05 defense
05 defense
 
4 implementation
4 implementation4 implementation
4 implementation
 
Improving Responsiveness for Virtualized Networking Under Intensive Computing...
Improving Responsiveness for Virtualized Networking Under Intensive Computing...Improving Responsiveness for Virtualized Networking Under Intensive Computing...
Improving Responsiveness for Virtualized Networking Under Intensive Computing...
 
customization of a deep learning accelerator, based on NVDLA
customization of a deep learning accelerator, based on NVDLAcustomization of a deep learning accelerator, based on NVDLA
customization of a deep learning accelerator, based on NVDLA
 
BonFIRE TridentCom presentation
BonFIRE TridentCom presentationBonFIRE TridentCom presentation
BonFIRE TridentCom presentation
 
Lect06
Lect06Lect06
Lect06
 
Parallel Sysplex Implement2
Parallel Sysplex Implement2Parallel Sysplex Implement2
Parallel Sysplex Implement2
 
Monte Carlo G P U Jan2010
Monte  Carlo  G P U  Jan2010Monte  Carlo  G P U  Jan2010
Monte Carlo G P U Jan2010
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
1 introduction to vlsi physical design
1 introduction to vlsi physical design1 introduction to vlsi physical design
1 introduction to vlsi physical design
 

Viewers also liked

C language programming (description in simple words)
C language programming (description in simple words)C language programming (description in simple words)
C language programming (description in simple words)mujeeb memon
 
Configuring the communication on FlexRay: the case of the static segment
Configuring the communication on FlexRay: the case of the static segmentConfiguring the communication on FlexRay: the case of the static segment
Configuring the communication on FlexRay: the case of the static segmentNicolas Navet
 
Keynote 4 cornelius_koetz_v04
Keynote 4 cornelius_koetz_v04Keynote 4 cornelius_koetz_v04
Keynote 4 cornelius_koetz_v04goodgolier
 
flexray technology in modern cars
flexray technology in modern carsflexray technology in modern cars
flexray technology in modern carsAmit Yerva
 
The flex ray protocol
The flex ray protocolThe flex ray protocol
The flex ray protocolWissam Kafa
 
SULTHAN's - C Programming Language notes
SULTHAN's - C Programming Language notesSULTHAN's - C Programming Language notes
SULTHAN's - C Programming Language notesSULTHAN BASHA
 
C language programming
C language programmingC language programming
C language programmingpullarao29
 
M b slides diagnostics 3-schmidgall_v7, 2010
M b slides diagnostics 3-schmidgall_v7, 2010M b slides diagnostics 3-schmidgall_v7, 2010
M b slides diagnostics 3-schmidgall_v7, 2010goodgolier
 
AUTOSAR 403 CAN Stack
AUTOSAR 403 CAN StackAUTOSAR 403 CAN Stack
AUTOSAR 403 CAN StackRania Nabil
 
In‐Vehicle Networking: a Survey and Look Forward
In‐Vehicle Networking: a Survey and Look ForwardIn‐Vehicle Networking: a Survey and Look Forward
In‐Vehicle Networking: a Survey and Look ForwardRealTime-at-Work (RTaW)
 
1204 Ppi 8255
1204 Ppi 82551204 Ppi 8255
1204 Ppi 8255techbed
 
Autosar software component
Autosar software componentAutosar software component
Autosar software componentFarzad Sadeghi
 
How to Apply Functional Safety to Autosar ECU's
How to Apply Functional Safety to Autosar ECU'sHow to Apply Functional Safety to Autosar ECU's
How to Apply Functional Safety to Autosar ECU'sRenesas America
 
Webinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore SystemsWebinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore SystemsKPIT
 
8051 programming skills using EMBEDDED C
8051 programming skills using EMBEDDED C8051 programming skills using EMBEDDED C
8051 programming skills using EMBEDDED CAman Sharma
 

Viewers also liked (20)

Raghavendra Rao A
Raghavendra Rao ARaghavendra Rao A
Raghavendra Rao A
 
C language programming (description in simple words)
C language programming (description in simple words)C language programming (description in simple words)
C language programming (description in simple words)
 
Configuring the communication on FlexRay: the case of the static segment
Configuring the communication on FlexRay: the case of the static segmentConfiguring the communication on FlexRay: the case of the static segment
Configuring the communication on FlexRay: the case of the static segment
 
Final ppt
Final pptFinal ppt
Final ppt
 
Keynote 4 cornelius_koetz_v04
Keynote 4 cornelius_koetz_v04Keynote 4 cornelius_koetz_v04
Keynote 4 cornelius_koetz_v04
 
FlexRay
FlexRayFlexRay
FlexRay
 
flexray technology in modern cars
flexray technology in modern carsflexray technology in modern cars
flexray technology in modern cars
 
The flex ray protocol
The flex ray protocolThe flex ray protocol
The flex ray protocol
 
SULTHAN's - C Programming Language notes
SULTHAN's - C Programming Language notesSULTHAN's - C Programming Language notes
SULTHAN's - C Programming Language notes
 
Thesis Presentation
Thesis PresentationThesis Presentation
Thesis Presentation
 
C language programming
C language programmingC language programming
C language programming
 
M b slides diagnostics 3-schmidgall_v7, 2010
M b slides diagnostics 3-schmidgall_v7, 2010M b slides diagnostics 3-schmidgall_v7, 2010
M b slides diagnostics 3-schmidgall_v7, 2010
 
AUTOSAR 403 CAN Stack
AUTOSAR 403 CAN StackAUTOSAR 403 CAN Stack
AUTOSAR 403 CAN Stack
 
In‐Vehicle Networking: a Survey and Look Forward
In‐Vehicle Networking: a Survey and Look ForwardIn‐Vehicle Networking: a Survey and Look Forward
In‐Vehicle Networking: a Survey and Look Forward
 
1204 Ppi 8255
1204 Ppi 82551204 Ppi 8255
1204 Ppi 8255
 
Autosar software component
Autosar software componentAutosar software component
Autosar software component
 
How to Apply Functional Safety to Autosar ECU's
How to Apply Functional Safety to Autosar ECU'sHow to Apply Functional Safety to Autosar ECU's
How to Apply Functional Safety to Autosar ECU's
 
Webinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore SystemsWebinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore Systems
 
8051 Presentation
8051 Presentation8051 Presentation
8051 Presentation
 
8051 programming skills using EMBEDDED C
8051 programming skills using EMBEDDED C8051 programming skills using EMBEDDED C
8051 programming skills using EMBEDDED C
 

Similar to Automating the Configuration of the FlexRay Communication Cycle

QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)Heiko Joerg Schick
 
Presentation of the open source CFD code Code_Saturne
Presentation of the open source CFD code Code_SaturnePresentation of the open source CFD code Code_Saturne
Presentation of the open source CFD code Code_SaturneRenuda SARL
 
System on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power ElectronicsSystem on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power ElectronicsjournalBEEI
 
Soft Error Study of ARM SoC at 28 Nanometers
Soft Error Study of ARM SoC at 28 NanometersSoft Error Study of ARM SoC at 28 Nanometers
Soft Error Study of ARM SoC at 28 NanometersWojciech Koszek
 
Deep Learning and Gene Computing Acceleration with Alluxio in Kubernetes
Deep Learning and Gene Computing Acceleration with Alluxio in KubernetesDeep Learning and Gene Computing Acceleration with Alluxio in Kubernetes
Deep Learning and Gene Computing Acceleration with Alluxio in KubernetesAlluxio, Inc.
 
IRJET- Implementation and Simulation of Failsafe Network Architecture
IRJET-  	  Implementation and Simulation of Failsafe Network ArchitectureIRJET-  	  Implementation and Simulation of Failsafe Network Architecture
IRJET- Implementation and Simulation of Failsafe Network ArchitectureIRJET Journal
 
Ec8791 unit 5 processes and operating systems
Ec8791 unit 5 processes and operating systemsEc8791 unit 5 processes and operating systems
Ec8791 unit 5 processes and operating systemsRajalakshmiSermadurai
 
Developing Real-Time Systems on Application Processors
Developing Real-Time Systems on Application ProcessorsDeveloping Real-Time Systems on Application Processors
Developing Real-Time Systems on Application ProcessorsToradex
 
Rtos princples adn case study
Rtos princples adn case studyRtos princples adn case study
Rtos princples adn case studyvanamali_vanu
 
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-StudyDo We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-StudyRealTime-at-Work (RTaW)
 
RTOS implementation
RTOS implementationRTOS implementation
RTOS implementationRajan Kumar
 
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral ProgramBig Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Programinside-BigData.com
 
Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...
Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...
Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...CSCJournals
 
Mpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-marchMpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-marchAricent
 

Similar to Automating the Configuration of the FlexRay Communication Cycle (20)

FlexRay Product Days RTaW
FlexRay Product Days RTaWFlexRay Product Days RTaW
FlexRay Product Days RTaW
 
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
QPACE - QCD Parallel Computing on the Cell Broadband Engine™ (Cell/B.E.)
 
Presentation of the open source CFD code Code_Saturne
Presentation of the open source CFD code Code_SaturnePresentation of the open source CFD code Code_Saturne
Presentation of the open source CFD code Code_Saturne
 
System on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power ElectronicsSystem on Chip Based RTC in Power Electronics
System on Chip Based RTC in Power Electronics
 
Soft Error Study of ARM SoC at 28 Nanometers
Soft Error Study of ARM SoC at 28 NanometersSoft Error Study of ARM SoC at 28 Nanometers
Soft Error Study of ARM SoC at 28 Nanometers
 
Deep Learning and Gene Computing Acceleration with Alluxio in Kubernetes
Deep Learning and Gene Computing Acceleration with Alluxio in KubernetesDeep Learning and Gene Computing Acceleration with Alluxio in Kubernetes
Deep Learning and Gene Computing Acceleration with Alluxio in Kubernetes
 
D031201021027
D031201021027D031201021027
D031201021027
 
IRJET- Implementation and Simulation of Failsafe Network Architecture
IRJET-  	  Implementation and Simulation of Failsafe Network ArchitectureIRJET-  	  Implementation and Simulation of Failsafe Network Architecture
IRJET- Implementation and Simulation of Failsafe Network Architecture
 
Real Time Support For Xen
Real Time Support For XenReal Time Support For Xen
Real Time Support For Xen
 
Ec8791 unit 5 processes and operating systems
Ec8791 unit 5 processes and operating systemsEc8791 unit 5 processes and operating systems
Ec8791 unit 5 processes and operating systems
 
Developing Real-Time Systems on Application Processors
Developing Real-Time Systems on Application ProcessorsDeveloping Real-Time Systems on Application Processors
Developing Real-Time Systems on Application Processors
 
Rtos princples adn case study
Rtos princples adn case studyRtos princples adn case study
Rtos princples adn case study
 
chameleon chip
chameleon chipchameleon chip
chameleon chip
 
EC8791-U5-PPT.pptx
EC8791-U5-PPT.pptxEC8791-U5-PPT.pptx
EC8791-U5-PPT.pptx
 
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-StudyDo We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
Do We Really Need TSN in Next-Generation Helicopters? Insights From a Case-Study
 
RTOS implementation
RTOS implementationRTOS implementation
RTOS implementation
 
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral ProgramBig Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
Big Lab Problems Solved with Spectrum Scale: Innovations for the Coral Program
 
ECI OpenFlow 2.0 the Future of SDN
ECI OpenFlow 2.0 the Future of SDN ECI OpenFlow 2.0 the Future of SDN
ECI OpenFlow 2.0 the Future of SDN
 
Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...
Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...
Run-Time Adaptive Processor Allocation of Self-Configurable Intel IXP2400 Net...
 
Mpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-marchMpls conference 2016-data center virtualisation-11-march
Mpls conference 2016-data center virtualisation-11-march
 

More from Nicolas Navet

Battery Aware Dynamic Scheduling for Periodic Task Graphs
Battery Aware Dynamic Scheduling for Periodic Task GraphsBattery Aware Dynamic Scheduling for Periodic Task Graphs
Battery Aware Dynamic Scheduling for Periodic Task GraphsNicolas Navet
 
In-Vehicle Networking : a Survey and Look Forward
In-Vehicle Networking : a Survey and Look ForwardIn-Vehicle Networking : a Survey and Look Forward
In-Vehicle Networking : a Survey and Look ForwardNicolas Navet
 
Automotive communication systems: from dependability to security
Automotive communication systems: from dependability to securityAutomotive communication systems: from dependability to security
Automotive communication systems: from dependability to securityNicolas Navet
 
Mécanismes de protection dans AUTOSAR OS
Mécanismes de protection dans AUTOSAR OSMécanismes de protection dans AUTOSAR OS
Mécanismes de protection dans AUTOSAR OSNicolas Navet
 
Aperiodic Traffic in Response Time Analyses with Adjustable Safety Level
Aperiodic Traffic in Response Time Analyses with Adjustable Safety LevelAperiodic Traffic in Response Time Analyses with Adjustable Safety Level
Aperiodic Traffic in Response Time Analyses with Adjustable Safety LevelNicolas Navet
 
Ertss2010 multicore scheduling
Ertss2010 multicore schedulingErtss2010 multicore scheduling
Ertss2010 multicore schedulingNicolas Navet
 
Optimizing the Robustness of X-by-Wire using Word Combinatorics
Optimizing the Robustness of X-by-Wire using Word CombinatoricsOptimizing the Robustness of X-by-Wire using Word Combinatorics
Optimizing the Robustness of X-by-Wire using Word CombinatoricsNicolas Navet
 
Cief2007 nn shc_slides
Cief2007 nn shc_slidesCief2007 nn shc_slides
Cief2007 nn shc_slidesNicolas Navet
 
Virtualization in Automotive Embedded Systems : an Outlook
Virtualization in Automotive Embedded Systems : an OutlookVirtualization in Automotive Embedded Systems : an Outlook
Virtualization in Automotive Embedded Systems : an OutlookNicolas Navet
 

More from Nicolas Navet (11)

Battery Aware Dynamic Scheduling for Periodic Task Graphs
Battery Aware Dynamic Scheduling for Periodic Task GraphsBattery Aware Dynamic Scheduling for Periodic Task Graphs
Battery Aware Dynamic Scheduling for Periodic Task Graphs
 
In-Vehicle Networking : a Survey and Look Forward
In-Vehicle Networking : a Survey and Look ForwardIn-Vehicle Networking : a Survey and Look Forward
In-Vehicle Networking : a Survey and Look Forward
 
Automotive communication systems: from dependability to security
Automotive communication systems: from dependability to securityAutomotive communication systems: from dependability to security
Automotive communication systems: from dependability to security
 
Mécanismes de protection dans AUTOSAR OS
Mécanismes de protection dans AUTOSAR OSMécanismes de protection dans AUTOSAR OS
Mécanismes de protection dans AUTOSAR OS
 
New policies
New policiesNew policies
New policies
 
Isi2007 nn shc_2007
Isi2007 nn shc_2007Isi2007 nn shc_2007
Isi2007 nn shc_2007
 
Aperiodic Traffic in Response Time Analyses with Adjustable Safety Level
Aperiodic Traffic in Response Time Analyses with Adjustable Safety LevelAperiodic Traffic in Response Time Analyses with Adjustable Safety Level
Aperiodic Traffic in Response Time Analyses with Adjustable Safety Level
 
Ertss2010 multicore scheduling
Ertss2010 multicore schedulingErtss2010 multicore scheduling
Ertss2010 multicore scheduling
 
Optimizing the Robustness of X-by-Wire using Word Combinatorics
Optimizing the Robustness of X-by-Wire using Word CombinatoricsOptimizing the Robustness of X-by-Wire using Word Combinatorics
Optimizing the Robustness of X-by-Wire using Word Combinatorics
 
Cief2007 nn shc_slides
Cief2007 nn shc_slidesCief2007 nn shc_slides
Cief2007 nn shc_slides
 
Virtualization in Automotive Embedded Systems : an Outlook
Virtualization in Automotive Embedded Systems : an OutlookVirtualization in Automotive Embedded Systems : an Outlook
Virtualization in Automotive Embedded Systems : an Outlook
 

Recently uploaded

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Recently uploaded (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Automating the Configuration of the FlexRay Communication Cycle

  • 1. Automating the Configuration of the FlexRay Communication Cycle Nicolas Navet Nicolas.navet@realtimeatwork.com http://www.realtimeatwork.com 27/11/2008 Better technical solutions for real-time systems
  • 2. FlexRay configuration Extremely complex problem: Mixed of TT and ET scheduling Tightly linked with task scheduling Large number of parameters (>50) AUTOSAR constraints (COM, FXR Interface, etc) … Design objectives should be first clearly identified: Minimum bandwidth to use cheap components (2.5 Mbit/s, 5MBit/s ?) Enable incremental design ? Carry-over of ECUs ? No chance to solve the pb optimally – too many free variables, sub-problems alone are NP-hard © 2008 RealTime-at-Work - 2 - FlexRay Product Days
  • 3. Outline 1. Configuring the FlexRay communication cycle 1. System model 2. Objectives of the configuration step 3. Identifying sub-problems and solutions 2. Verifying signal timing constraints 3. Our approach to configuration : NETCAR-FlexConf 4. Experimentations a. Performance on a typical case-study b. Comparison with CAN and Multi-CANs © 2008 RealTime-at-Work - 3 - FlexRay Product Days
  • 4. Configuring the FlexRay communication cycle © 2008 RealTime-at-Work - 4 - FlexRay Product Days
  • 5. System model (1/2) © 2008 RealTime-at-Work - 5 - FlexRay Product Days
  • 6. System model (2/2) Tasks run either synchronously or asynchronously wrt the communication cycle: 1. Fully asynchronously : signals produced at arbitrary points in time 2. Weakly synchronously : task startup triggered by the networks but task periods are arbitrary 3. Synchronously : task periods multiple of the cycle length Picture from [1] © 2008 RealTime-at-Work - 6 - FlexRay Product Days
  • 7. Objectives of the configuration step 1. Respect design constraints (e.g., cycle length) 2. Ensure signal’s freshness constraints 3. Preserve system’s extensibility: Use as few slots as possible Use the slots at the right positions: ST vs DYN segment (size, occupation) future 2.5ms signals in the ST Segment Build the frames at the right instants (CPU load) 4. Maximize robustness against transmission errors for redundant frames (i.e., replicas) © 2008 RealTime-at-Work - 7 - FlexRay Product Days
  • 8. Sub-problems Assumptions here: cycle communication length, frame data payload, slot size are decided a. Set the relative size of ST and DYN segment b. Frame packing : build frames from signals c. Slot allocation : allocate the slots to the ECUs d. Frame scheduling: schedule the frame transmissions for the 64 communication cycles Issue: sub-problems are interdependent but good sub-optimal solutions are feasible © 2008 RealTime-at-Work - 8 - FlexRay Product Days
  • 9. Frame packing : Packing signals into I-PDU and, if network independence is needed, I-PDU into L-PDU signals Applicative level … F1 F2 F3 F4 F5 F6 F7 Minimize bandwidth ECU1 ECU2 ECU3 ECU4 consumption and respect I-PDU I-PDU I-PDU freshness constraints AUTOSAR Stack L-PDU FlexRay bus © 2008 RealTime-at-Work - 9 - FlexRay Product Days
  • 10. Frame-packing from an algorithmic point of view The bad news: problem is NP-hard (bin-packing) The good news: there are efficient heuristics Rate Monotonic is a good starting point Better heuristics can be found in ref[5] GA or local search techniques might provide further improvements What is missing: performance guarantees for the heuristics (e.g., factor 2 from the best solution) © 2008 RealTime-at-Work - 10 - FlexRay Product Days
  • 11. Building the communication schedule Static Segment ECUa ECUb ECUa ECUc … ECUc Cycle FRIF_SLOT_ID: 1 0 Frame FRIF_BASE_CYCLE: 1 1 FRIF_CYCLE_REPETITION: 2 2 Static segment configuration : 3 1) allocation of the slots to the ECUs 4 . 2) Defining frame characteristics . . Dynamic segment configuration : 63 same but slot-multiplexing possible © 2008 RealTime-at-Work - 11 - FlexRay Product Days
  • 12. Building the static communication schedule: “Best Slot First” (BSF) heuristic – see ref[9] Step 1: For each slot and each ECU, compute the “maximum” number of signals the slot can transmit: A heuristic is used to build the set of frames for each slot and each ECU Only solutions that meet timing constraints are considered Step 2: Keep the (slot,ECU) couple that maximizes the number of signals transmitted Repeat until there is no frame or no slot left © 2008 RealTime-at-Work - 12 - FlexRay Product Days
  • 13. Dynamic segment – some hints Context: Use of slot multiplexing No other timing constraints than a minimum transmission frequency Frame-packing is done There is a simple bandwidth-optimal policy to build the schedule from the frames (see ref[9]): Rank the whole set of frames by increasing periods Insert the frames one after the other at the first possible (slot,base cycle) Use a new slot when all previous have been filled up © 2008 RealTime-at-Work - 13 - FlexRay Product Days
  • 14. Relative length of the static and dynamic segments 2.5ms signals sent in the static segment impose some constraints … Proposal : share the available bandwidth between segments according to a parameter chosen by the user (e.g., ST=70% and DYN=30%) © 2008 RealTime-at-Work - 14 - FlexRay Product Days
  • 15. Maximizing the efficiency of redundant transmissions EMI Question: A1 A1 or A1 A1 ?? Fail-silent producer nodes : if a frame is received, the content is correct distribute evenly Fail-silent nodes : one frame is enough A1 A1 group together Non fail-silent nodes : all frames are needed A1 A1 Simple design guidelines providing large robustness improvements – see ref[6] © 2008 RealTime-at-Work - 15 - FlexRay Product Days
  • 16. Our approach to configuration – implemented in NETCAR-FlexConf step1 step2 step3 Reading the Configuration of Placing the signals and the static segment 2.5ms signals parameter files step4 Configuration of the dynamic segment failure step5 Optimizing the bandwidth allocation step7 step6 Sharing the free Writing FIBEX bandwidth between ST success and CSV files and DYN segment © 2008 RealTime-at-Work - 16 - FlexRay Product Days
  • 17. Verifying signal freshness constraints © 2008 RealTime-at-Work - 17 - FlexRay Product Days
  • 18. Verifying signal freshness constraints Configuration here means communication schedule a. Configuration not needed : non-schedulability test based on the minimum number of slots required for the ST and DYN segment (necessary but not sufficient) b. Configuration needed : exact signal worst-case response time computation © 2008 RealTime-at-Work - 18 - FlexRay Product Days
  • 19. Response time of a signal Response time made of 1. time between signal production and frame construction 2. time between frame construction and reception by the receiving stations Impact of the FlexRay Job List! © 2008 RealTime-at-Work - 19 - FlexRay Product Days
  • 20. Most meaningful : age of a signal on the receiver end Asynchronous case: max. age = production period + worst-case response time © 2008 RealTime-at-Work - 20 - FlexRay Product Days
  • 21. Experimentations 1. Experimental setup 2. Typical application 3. FlexRay VS (multi)-CAN with/without offsets © 2008 RealTime-at-Work - 21 - FlexRay Product Days
  • 22. Experimental setup Communication cycle : 5ms Data rate: 2.5 Mbit/s (45 slots), 5 Mbit/s (86 slots) and 10 Mbit/s (155 slots) Frame data payload (ST and Dyn) : 16 bytes Frame construction points : start of the static segment + start of the dynamic segment « Slot multiplexing » in DYN segment © 2008 RealTime-at-Work - 22 - FlexRay Product Days
  • 23. Application under study Asynchronism tasks / communication cycle 356 signals sent by 14 ECU Signal sizes range from 1 to 64 bits Production period: 10ms to 1s Useful load: 60kbit/s 2 ECU transmit only aperiodic signals All aperiodic signals sent in the dynamic segment Transmission period for aperiodic signals: 320ms No 2.5ms frames Max. signal response time: 110% period © 2008 RealTime-at-Work - 23 - FlexRay Product Days
  • 24. Results obtained with NETCAR-FlexConf: static segment ECU Payload (bits) Slot BaseCycle Repetition #signaux ECU1 128 31 1 2 33 ECU1 126 31 2 4 22 ECU1 90 31 4 16 6 ECU2 47 72 1 1 9 ECU3 ECU3 126 128 78 78 1 2 8 64 51 11 Observations: Set of ECU3 24 78 3 64 2 ECU4 128 30 1 2 24 a) 12 slots -> FlexRay minimum possible ECU4 121 30 2 4 29 frames ECU4 ECU5 16 56 30 73 4 1 64 1 1 10 ECU6 ECU6 115 48 29 29 1 2 2 64 28 2 b) Configuration ECU7 114 74 1 16 12 algorithm efficient ECU8 52 71 1 16 8 ECU9 117 77 1 32 20 ECU9 32 77 2 64 1 ECU10 96 75 1 8 14 ECU11 8 70 1 16 1 ECU14 87 76 1 64 17 Dynamic segment: one slot used Free slots left: 40 DYN vs 90 ST = 30/70% as requested © 2008 RealTime-at-Work - 24 - FlexRay Product Days
  • 25. Experimentations at higher load levels Goal: Assessing the limits of FlexRay Comparison with CAN 500Kbit/s and multi-CAN solutions Set of signals: up to 10x the initial load (duplication) CAN set of frames: Same frame-packing algorithm as for FlexRay CAN Priorities are assigned according to Rate-Monotonic CAN frame response time / offset assignement strategy computed with NETCAR-Analyzer © 2008 RealTime-at-Work - 25 - FlexRay Product Days
  • 26. Performances at higher loads Useful load (signals) FlexRay 2.5Mbit/s FlexRay 10Mbit/s 1x CAN 500Kbit/s free slots free slots network load 31% Load 1x (≈ 60kbit/s) ST 23 ST 100 R without offsets 15.3 DYN 9 DYN 43 R with offsets 7.8 free slots free slots network load 57% Load 2x (≈ 120kbit/s) ST 21 ST 98 R without offsets 49.6 DYN 9 DYN 43 R with offsets 14.9 free slots free slots network load 85% Load 3x (≈ 180kbit/s) ST 19 ST 96 R without offsets 148.5 DYN 7 DYN 41 R with offsets 79.7 free slots free slots non-schedulable Load 4x (≈ 240kbit/s) ST 19 ST 96 2x CAN 500 OK DYN 7 DYN 40 free slots free slots non-schedulable Load 5x (≈ 300kbit/s) ST 15 ST 92 2x CAN 500 DYN 6 DYN 40 depending on the overlap free slots free slots Load 10x (≈ 600kbit/s) ST 3 ST 84 non-schedulable with two CAN buses DYN 0 DYN 36 © 2008 RealTime-at-Work - 26 - FlexRay Product Days
  • 27. Conclusion Configuring FlexRay communication cycle is a complex problem but: Design choices drastically reduce the search space There are efficient algorithms / guidelines / tools to build the pdu, the frames, the communication schedule, verify timing constraints, define the FlexRay Job List, maximize dependability if needed From our experiments: FlexRay is very robust to network load increase FlexRay 2.5 MBit/s might be a solution up to 10x a “regular” CAN set of signals 2x CAN 500Kbit/s solutions with offsets are suited up to at most 300kbit/s of useful data (5x) but not at higher loads © 2008 RealTime-at-Work - 27 - FlexRay Product Days
  • 28. References © 2008 RealTime-at-Work - 28 - FlexRay Product Days
  • 29. References (1/2) FLEXRAY – protocol and use by carmarkers [1] B. Schätz, C. Kühnel, M. Gonschorek, “The FlexRay Protocol”, to appear in the Automotive embedded Handbook, N. Navet, F. Simonot-Lion editors, CRC Press/Taylor and Francis, 2008. [2] Vector Informatik GmbH, interview of Mr. Peteratzinger (BMW), Mr. Steiner (BMW), “Use of XCP on FlexRay at BMW”, published in “Collection of professional articles”, 09/2006. Available at www.vector-worldwide.com/articles [3] A. Schedl, “Goals and Architecture of FlexRay at BMW”, slides presented at the Vector FlexRay Symposium, March 6 2007. [4] J. Broy (Porsche A.G.), K.D. Müller-Glaser, “The impact of time-triggered communication in automotive embedded systems”, IEEE SIES’2007, July 2007. FRAME PACKING [5] R. Saket, N. Navet, "Frame Packing Algorithms for Automotive Applications", Journal of Embedded Computing, vol. 2, n° 1, pp93-102, 2006. DEPENDABILITY [6] B. Gaujal, N. Navet, "Maximizing the Robustness of TDMA Networks with Applications to TTP/C", Real-Time Systems, Kluwer Academic Publishers, vol 31, n°1-3, pp5-31, December 2005. © 2008 RealTime-at-Work - 29 - FlexRay Product Days
  • 30. References (2/2) CONFIGURATION OF THE STATIC SEGMENT [6] S. Ding, N. Murakami, H. Tomiyama, H. Takada, “A GA-based scheduling method for FlexRay systems”, EMSOFT, 2005. [7] A. Hamann, R. Ernst, “TDMA Time Slot and Turn Optimization with Evolutionary Search Techniques”, Proceedings of the Design, Automation and Test in Europe Conference, Volume 1, p312–317, 2005. [8] E. Wandeler, L. Thiele, “Optimal TDMA time slot and cycle length allocation for hard real- time systems”, Proceedings of the 2006 conference on Asia South Pacific design automation. [9] M. Grenier, L. Havet, N. Navet, “Configuring the communication on FlexRay: the case of the static segment”, extended version of a paper published at ERTS’2008, available at http://www.realtimeatwork.com CONFIGURATION OF THE DYNAMIC SEGMENT [10] T. Pop, P. Pop, P. Eles, Z. Peng, A. Andrei, “Timing Analysis of the FlexRay Communication Protocol”, ECRTS 2006. [11] T. Pop, P. Pop, P. Eles, Z. Peng, “Bus Access Optimisation for FlexRay-based Distributed Embedded Systems”, DATE 2007. INTERFERENCE OF SCS TASKS ON FPS TASKS [12] T. Pop, P. Pop, P. Eles, Z. Peng, “Optimization of Hierarchically Scheduled Heterogeneous Embedded Systems”, RTCSA’2005. © 2008 RealTime-at-Work - 30 - FlexRay Product Days
  • 31. Questions / feedback ? Please get in touch at: nicolas.navet@realtimeatwork.com http://www.realtimeatwork.com © 2008 RealTime-at-Work - 31 - FlexRay Product Days