AUTOSAR Application Software Component Development

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 22

  • @deskrecsharing
    @deskrecsharing 3 года назад +27

    2:30 Motive of the WEBINAR
    2:48 Agend
    3:15 Why AUTOSAR?
    4:41 AUTOSAR Layered Architecture
    6:20 Application Layer and RTE
    6:46 AUTOSAR Methodology
    8:15 Application Software Component Development
    11:12 Design and Communication of Software Components
    13:56 SeatHeatingControl (Example)
    17:03 SeatHeatingControl- Simplified (VFB Level)
    21:16 AUTOSAR ASWC DEVELOPMENT STEPS/ Summary
    22:57 Introduction of Artop
    25:45 Creating SWC with Artop
    Creating Application Software Component, Ports and Interfaces
    40:34 Configuring Ports with Artop
    41:52 Creating another SWC with Artop
    44:41 RTE Configuration
    Internal Behavior and Runnable Entity
    1:01:54 SWC Implementation
    1:06:54 Questions and Answers

  • @shridharjoshi9028
    @shridharjoshi9028 3 года назад +14

    Even though AUTOSAR is open source to learn with Specs, it needs some puch and overview of basics. And these videos bridge that gap. Thank you for the team for all your effort and making it look so simple and intersting 😄

  • @la_ki
    @la_ki Год назад +1

    There is no receiver port, but there are three types of ports in Autosar: require port, provide port, or provide-require port. In Client-Server interface client is always having RPort and server will have PPort. In Sender-Receiver interface, sender will always have PPort and receiver will have RPort.

  • @la_ki
    @la_ki Год назад

    Difference betweeen synchronous and asynchronous server call points, is that when async, client will return back to execute code and will be notified with the result of requested operation via the callback, and when synchronous client will be blocked until receive result of the requested operation.

  • @suryad1121
    @suryad1121 Год назад

    marvelous session and genius explanation Sir. You have done a great job and brilliant way of teaching

  • @maheshthodimdala1563
    @maheshthodimdala1563 4 года назад +5

    Great Initiation Karthik ...
    And Concepts well explained

  • @_suki_
    @_suki_ 3 года назад +1

    Thanks for the session, could you have another session on NVM SWC configuration?

  • @kasarlasangeetha1674
    @kasarlasangeetha1674 3 года назад +1

    That's really great
    Could you please do session on DCM and DEM Configurations.

  • @subhrasoiandvlogs
    @subhrasoiandvlogs 2 года назад

    What a wonderful session. I really appreciate Sir, the way you made the explaination so easy with examples and real experience

  • @PalabrasdePoderparati
    @PalabrasdePoderparati 2 года назад +1

    Well explained. Congrats!

  • @la_ki
    @la_ki Год назад

    When are data send by argument and data receive by argument used?

  • @embeddedroom
    @embeddedroom Год назад +1

    Good job!

  • @warrior5741
    @warrior5741 3 года назад

    Thank you so much for the great presentation

  • @andreasmerkle8267
    @andreasmerkle8267 2 года назад

    Do you skip modeling via ARText by intention?

  • @prakhyathmunna254
    @prakhyathmunna254 2 года назад

    Great work sir !..thnk you ❤️

  • @djraju2
    @djraju2 3 года назад

    where do I find the next webinar mentioned at the end of the video?

  • @riteshbarache6797
    @riteshbarache6797 2 года назад

    Can you suggest any course to be autosar developer?

  • @Samarth_S.H.E.T.T.Y
    @Samarth_S.H.E.T.T.Y 2 года назад

    What is software sharing adapter

  • @songluo-s1n
    @songluo-s1n Год назад

    artop?

  • @smkesam
    @smkesam 2 года назад

    how to extract .c file

  • @madbaster9216
    @madbaster9216 3 года назад

    How does data flow from ASWC to MCAL layer