gkrsoft
gkrsoft
  • Видео 71
  • Просмотров 247 409
RTE GENERATION PHASE | Contract Phase | Generation Phase | AUTOSAR | ARXML | RTE | BASE SOFTWARE
RTE Contract Phase - In this phase only limited information about the component is available. In this phase, the AUTOSAR interface definitions are used to create an application header for the component type. The application header file defines the contract between the component and the RTE.
RTE generation Phase - In this phase all the relevant information about components, deployment to ECU, communication connections of the ECU is defined and the information is used to generate the RTE. One RTE is generated for each ECU in the system
Просмотров: 811

Видео

AUTOSAR DATA TYPES | AUTOSAR | DATA TYPE
Просмотров 6812 месяца назад
In AUTOSAR (AUTomotive Open System ARchitecture), data types play a critical role in defining the communication and behavior of software components. AUTOSAR provides a structured approach to define, standardize, and use data types, ensuring interoperability and consistency across the software architecture. Three Data Types: 1. Application data Type 2. Implementation Data type 3. SW Base Type Ap...
ASPICE LEVELS | ASPICE | ASPICE Process Capability Levels
Просмотров 5052 месяца назад
Automotive SPICE (ASPICE) is a process assessment model tailored for the automotive industry. It provides a framework to evaluate and improve the software and system development processes in automotive projects. The framework is structured into levels that represent the maturity of an organization's processes. These levels are aligned with ISO/IEC 33020. ASPICE Capability Levels: Level 0: Incom...
ASPICE | What is ASPICE | V Model | ASPICE 3.0
Просмотров 1,3 тыс.2 месяца назад
ASPICE is the automotive industry standard for system and software development, but also for hardware, mechanical, and cybersecurity. Fundamentally, the goal of ASPICE is to define best practices for development of embedded software for vehicles. Many OEMs and Tier 1s require ASPICE as a foundation for both ISO 26262 functional safety development and ISO 21434 cybersecurity development. ASPICE ...
Microprocessor Vs Microcontroller | Microprocessor | Microcontroller | Embedded System
Просмотров 1,6 тыс.2 месяца назад
Microprocessor : A microprocessor is a central processing unit (CPU) that is designed to execute instructions and perform arithmetic and logical operations in a computer system. It is an integrated circuit that serves as the “brain” of a computer or other electronic devices. Microprocessors are responsible for carrying out the instructions of a computer program by fetching, decoding, and execut...
Volatile in C | Volatile | Embedded System | C Programming language
Просмотров 2833 месяца назад
The volatile keyword is used in C to inform the compiler that the value of a variable may change unexpectedly and independently of the normal program flow. It serves as a hint to the compiler to avoid certain optimizations that could lead to incorrect behavior when accessing or modifying that variable. Syntax: volatile int Data; int volatile Data;
ESP32 | ESP8266 | ESP32 VS ESP8266 | ESP8266 Boards | ESP32 Boards| IOT
Просмотров 1,2 тыс.3 месяца назад
The ESP8266 is a low-cost, Wi-Fi-enabled microcontroller chip developed by Espressif Systems. It is widely used in Internet of Things (IoT) projects due to its affordability, ease of use, and built-in Wi-Fi capabilities, making it ideal for wireless communication. ESP32 is a versatile and widely used microcontroller and Wi-Fi/Bluetooth system-on-chip (SoC) produced by Espressif Systems. It's a ...
ESP32 | IOT| ESP32 Overview
Просмотров 7973 месяца назад
The ESP32 is a low-cost, low-power system on chip (SoC) microcontroller with integrated Wi-Fi and Bluetooth capabilities. It is widely used in Internet of Things (IoT) applications, smart home devices, wearables, and other embedded systems. It is designed to achieve the best power and RF performance, showing robustness, versatility and reliability in a wide variety of applications and power sce...
ACTIVE VS PASSIVE COMPONENTS
Просмотров 1,6 тыс.Год назад
This video covers the below topics briefly What is an Electric Circuit??? Circuit Components ?? What is an Active Component?? What is a Passive Component?? Differences between Active vs Passive
COUNTER DEBOUNCE MECHANISM | HOW TO CONFIGURE DEM EVENT | DEM | AUTOSAR | COUNTER DEBOUNCE ALGORITHM
Просмотров 4,5 тыс.Год назад
In this Video , we covers How to configure a DEM Event with Counter Based Debounce Mechanism and additionally discussed multiple test scenario for testing counter based algorithm. DEM Videos: 1. DEM Enable and Storage Condition : ruclips.net/video/Lt2FTTD_0Ow/видео.html 2. DEM Event Memory : ruclips.net/video/aQHppWpIGRQ/видео.html 3. DEM Overview : ruclips.net/video/DAz8Bo1iTC4/видео.html 4. D...
AUTOSAR TASK | BASIC TASK | EXTENDED TASK | AUTOSAR OS | AUTOSAR | TASK
Просмотров 4,3 тыс.Год назад
In this Video , we covers about Basic Task and Extended Task. additionally we covers about Task State and difference between Basic and Extended Task. Basic Task: Basic tasks start, execute and terminate (this is often called a single shot tasking model). Extended Task: Extended tasks start, execute, wait for events and (optionally) terminate. Hereby, I have attached the links for all the previo...
TYPES OF ARXML | ARXML | AUTOSAR | GKRSOFT
Просмотров 4,4 тыс.Год назад
In this Video , we covers about Different types of Arxml which will be used in AUTOSAR Architecture . ARXML - Autosar Extended Markup Language Software Component Descriptions Arxml ( *_SWCD.Arxml) Ports , Interfaces, Events ,Runnable Entities ,…. Compositions (*_SWCD.Arxml) Grouping of SWCs, Connection between Ports,… Base Software Module Description (*_BSWMD.Arxml) Schedulable Entities , Measu...
HOW TO CONFIGURE A DEM EVENTS WITH MONITOR INTERNAL | DEM| AUTOSAR| DEBOUNCE METHOD|MONITOR INTERNAL
Просмотров 4,9 тыс.Год назад
In this Video , we cover how to Configure a DEM Events with Monitor Internal . Additionally we discussed about how to Create a Autosar Configuration for Reporting DTC. DEM is a Server and Software Component is a Client for Reporting DTC. DTC - Diagnostic Trouble Code Event debouncing refers to the process of eliminating multiple occurrences of a diagnostic event that are caused by a single phys...
VARIABLES IN C | LOCAL | GLOBAL | AUTO | STATIC | EXTERN | REGISTER | C | VARIABLE
Просмотров 1,7 тыс.Год назад
In this Video we covers Variables Usage in C Language . Variables in C languages are used to store different forms of data. The C variables can be classified into the following types: 1. Local Variables 2. Global Variables 3. Static Variables 4. Automatic Variables 5. Extern Variables 6. Register Variables Here is the Complete Video of C Language: 1. Basics of C Programming Language : ruclips.n...
DEM INTERVIEW QUESTIONS | DEM | AUTOSAR | EVENT MEMORY | DEM AGING | DEBOUNCING | DTC
Просмотров 4,4 тыс.Год назад
We Cover 10 DEM Interview Question In this Video . This Video has the following Questions 1. What is DEM? 2. What is DEM Event? 3. What is Event Kind? 4. What is Debouncing ? 5. What is Debouncing Types? 6. What is Event Aging? 7. What is Event Combination? 8. What is DEM Event Memory ? 9. What is Event Priority? 10. What is DTC? DEM Videos: 1. DEM Enable and Storage Condition : ruclips.net/vid...
DTC OVERVIEW | DIAGNOSTIC TROBULE CODE | DTC STATUS | DTC WORKING | DEM | AUTOSAR | 19 SERVICE | SAE
Просмотров 18 тыс.Год назад
DTC OVERVIEW | DIAGNOSTIC TROBULE CODE | DTC STATUS | DTC WORKING | DEM | AUTOSAR | 19 SERVICE | SAE
AUTOSAR TOOLS | AUTOSAR STACK | AUTOSAR
Просмотров 3,7 тыс.Год назад
AUTOSAR TOOLS | AUTOSAR STACK | AUTOSAR
AUTOSAR INTERVIEW QUESTIONS - PART1 | AUTOSAR | PORTS| INTERVIEW|
Просмотров 4,5 тыс.Год назад
AUTOSAR INTERVIEW QUESTIONS - PART1 | AUTOSAR | PORTS| INTERVIEW|
RUNNABLE ENTITY | RUNNABLES | EVENT TO RUNNABLE MAPPING | AUTOSAR
Просмотров 4 тыс.Год назад
RUNNABLE ENTITY | RUNNABLES | EVENT TO RUNNABLE MAPPING | AUTOSAR
DEM ENABLE CONDITION | STORAGE CONDITION | DEM | AUTOSAR
Просмотров 5 тыс.Год назад
DEM ENABLE CONDITION | STORAGE CONDITION | DEM | AUTOSAR
CLIENT SERVER COMMUNICATION|CLIENT SERVER INTERFACE| SYNCHRONOUS| ASYNCHRONOUS COMMUNICATION|AUTOSAR
Просмотров 5 тыс.Год назад
CLIENT SERVER COMMUNICATION|CLIENT SERVER INTERFACE| SYNCHRONOUS| ASYNCHRONOUS COMMUNICATION|AUTOSAR
Float VS Double || C Programming Language || Float, Double Memory Representation
Просмотров 2,6 тыс.Год назад
Float VS Double || C Programming Language || Float, Double Memory Representation
RTE EVENTS-4 | INTERNAL TRIGGER OCCOURED | INIT |TRANSFORMER HARD ERROR | OS TASK EXECUTION EVENTS
Просмотров 2,9 тыс.Год назад
RTE EVENTS-4 | INTERNAL TRIGGER OCCOURED | INIT |TRANSFORMER HARD ERROR | OS TASK EXECUTION EVENTS
FLASH Vs EEPROM | FLASH | EEPROM | NON VOLATILE MEMORY|NAND FLASH | EMBEDDED MEMORY
Просмотров 3,6 тыс.Год назад
FLASH Vs EEPROM | FLASH | EEPROM | NON VOLATILE MEMORY|NAND FLASH | EMBEDDED MEMORY
RTE EVENTS-PART3|MODE SWITCH EVENT|MODE SWITCH ACK EVENT|SWC MODE MANAGER ERROR EVENT|EXTTRGOCCEVENT
Просмотров 2,9 тыс.Год назад
RTE EVENTS-PART3|MODE SWITCH EVENT|MODE SWITCH ACK EVENT|SWC MODE MANAGER ERROR EVENT|EXTTRGOCCEVENT
How Float Values are Stored in Memory ? | C Programming Language
Просмотров 3,3 тыс.Год назад
How Float Values are Stored in Memory ? | C Programming Language
(தமிழில்) | KAVACH | AUTOMATIC TRAIN PROTECTION |TRAIN COLLISION AVOIDANCE| TRAIN ACCIDENT AVOIDANCE
Просмотров 2,1 тыс.Год назад
(தமிழில்) | KAVACH | AUTOMATIC TRAIN PROTECTION |TRAIN COLLISION AVOIDANCE| TRAIN ACCIDENT AVOIDANCE
KAVACH WORKING |ATP(AUTOMATIC TRAIN PROTECTION)|TRAIN COLLISION AVOIDANCE|TRAIN ACCIDENT AVOIDANCE
Просмотров 1,7 тыс.Год назад
KAVACH WORKING |ATP(AUTOMATIC TRAIN PROTECTION)|TRAIN COLLISION AVOIDANCE|TRAIN ACCIDENT AVOIDANCE
RTE EVENTS-PART2|AUTOSAR|DATA SEND COMPLETED EVENT|OPERATION INVOKED EVENT|ASYNCHRONOUS SERVER CALL
Просмотров 3,1 тыс.Год назад
RTE EVENTS-PART2|AUTOSAR|DATA SEND COMPLETED EVENT|OPERATION INVOKED EVENT|ASYNCHRONOUS SERVER CALL
RTE EVENTS PART1|AUTOSAR|TIMING EVENT|BACKGROUND EVENT|DATA RECEIVED EVENT|DATA RECEIVE ERROR EVENT
Просмотров 4,7 тыс.Год назад
RTE EVENTS PART1|AUTOSAR|TIMING EVENT|BACKGROUND EVENT|DATA RECEIVED EVENT|DATA RECEIVE ERROR EVENT

Комментарии

  • @NikhilKumar-im7hg
    @NikhilKumar-im7hg 3 дня назад

    Your knowledge is amazing brother. Keep going. These videos deserve much more view, but the topic is very niche. Please upload more videos on the ASW layer.

  • @manoharuvce18
    @manoharuvce18 10 дней назад

    Sir please do video on after generation of arxml software components, how they develop c code

  • @midhunmohan.p2846
    @midhunmohan.p2846 21 день назад

    what do you mean by optimizing there? what is optimizing ?

  • @learnathon4670
    @learnathon4670 Месяц назад

    Very good information.best youtube channel for autosar

  • @Ganapathy-f5k
    @Ganapathy-f5k Месяц назад

    Thanks for this video , i was searching this topic for longer . now got it

  • @lakshminareshkuppam2265
    @lakshminareshkuppam2265 Месяц назад

    Could you please provide your contact number sir

  • @MathCuriousity
    @MathCuriousity Месяц назад

    You made an error on purpose! Eeprom life cycle is in MILLION not 100,000!!!! You try make us fail!

  • @yogitasadhwani8214
    @yogitasadhwani8214 2 месяца назад

    do u provide classes?

    • @GKR23
      @GKR23 Месяц назад

      Yes , Please write to gkrtech23@gmail.com

  • @m.j.ramyaramya9849
    @m.j.ramyaramya9849 2 месяца назад

    I had a few doubts for a very long time about Autosar data types now it is clarified, Thanks

    • @GKR23
      @GKR23 27 дней назад

      I'm glad I could help!

  • @Prabaharan-uh5xv
    @Prabaharan-uh5xv 2 месяца назад

    Thank you contact number

    • @GKR23
      @GKR23 Месяц назад

      Please contact me in gkrtech23@gmail.com

  • @DuyNguyen-pj8qz
    @DuyNguyen-pj8qz 2 месяца назад

    are u a boschler?

  • @learnathon4670
    @learnathon4670 2 месяца назад

    Nice content

  • @gkrishnarao3758
    @gkrishnarao3758 2 месяца назад

    Very good contribution sir

  • @souravsahoo2879
    @souravsahoo2879 2 месяца назад

    Can you make a coding demo with opensource autosar os?

    • @GKR23
      @GKR23 Месяц назад

      Yeah sure. i will plan soon

  • @williamgomes6992
    @williamgomes6992 2 месяца назад

    Good explanation. Congratulations!

  • @zuberkariye2299
    @zuberkariye2299 2 месяца назад

    This was very straightforward and easy vid to digest.

  • @fishyswirlgaming5741
    @fishyswirlgaming5741 2 месяца назад

    This was very insightful

  • @GKRElectronics-z3m
    @GKRElectronics-z3m 2 месяца назад

    Very informative and clear explanation

  • @Santhosh_18479
    @Santhosh_18479 3 месяца назад

    Can you please share the slides which are helpful to us ❤

  • @bjeyalekshmi-qe5go
    @bjeyalekshmi-qe5go 3 месяца назад

    Very good content

  • @bjeyalekshmi-qe5go
    @bjeyalekshmi-qe5go 3 месяца назад

    Good content...learned newly about types of esp boards

  • @m.j.ramyaramya9849
    @m.j.ramyaramya9849 3 месяца назад

    Good information

  • @learnathon4670
    @learnathon4670 3 месяца назад

    Can you upload the video for iot ???

  • @rajpraveen3385
    @rajpraveen3385 3 месяца назад

    Very nice ❤

  • @m.j.ramyaramya9849
    @m.j.ramyaramya9849 3 месяца назад

    Welcome back GKRSOFT...after so many days ...

  • @beatthetech9463
    @beatthetech9463 3 месяца назад

    Welcome back bro ,good to see you back after long time

    • @GKR23
      @GKR23 3 месяца назад

      Thank you so much

  • @bjeyalekshmi-qe5go
    @bjeyalekshmi-qe5go 3 месяца назад

    Please upload more videos on this topic

  • @manjula.hmanju4759
    @manjula.hmanju4759 3 месяца назад

    I don’t find the Vedio of operation cycle , could you please provide the link of explanation operation cycles

  • @JenniferThomas-i2j
    @JenniferThomas-i2j 3 месяца назад

    Vincenzo Parkway

  • @CarinFauver-r8o
    @CarinFauver-r8o 3 месяца назад

    Candida Bypass

  • @DickeyHorace
    @DickeyHorace 3 месяца назад

    Gonzalez Jessica Brown Susan Jackson Edward

  • @bot01-L1
    @bot01-L1 4 месяца назад

    ❤️❤️❤️

  • @rameshnair3561
    @rameshnair3561 4 месяца назад

    i dont think SWC can directly call Dem_SetEventStatus

  • @BrittRuscher-y4p
    @BrittRuscher-y4p 4 месяца назад

    Viva Circles

  • @RudolphBellido-z5e
    @RudolphBellido-z5e 4 месяца назад

    Lilyan Rue

  • @MegaKalkas
    @MegaKalkas 4 месяца назад

    Why only indians make such videos? If I see a video with a perfect title (meaning, it's exactly what I'm looking for), it's an indian video. F*ck my life. Guys, no one's taking your videos seriously (only bots and other indians). Please, stop making such videos

  • @bjeyalekshmi-qe5go
    @bjeyalekshmi-qe5go 4 месяца назад

    Good info

  • @manoharuvce18
    @manoharuvce18 4 месяца назад

    Sir can you do videos on autosar testing. How it performed from scratch.

  • @spideyvas2396
    @spideyvas2396 4 месяца назад

    HI Thank you for the explanation. Is the enable condition functionality similar to FIM inhibition where some events can be inhibited from processing?

  • @sgmsgm692
    @sgmsgm692 4 месяца назад

    Can you provide class for me online offline

    • @GKR23
      @GKR23 4 месяца назад

      Sure

  • @doremonnobita1482
    @doremonnobita1482 5 месяцев назад

    .

  • @amudala88
    @amudala88 5 месяцев назад

    Can you please create a video about Wait Point, this is topic i am look from long back, thank you

  • @nagasenachelladurai9418
    @nagasenachelladurai9418 5 месяцев назад

    very well organized, could you create a video for pre build and post build topics

  • @maybepaul-cs5vv
    @maybepaul-cs5vv 5 месяцев назад

    thank you!! very helpful

  • @doremonnobita1482
    @doremonnobita1482 5 месяцев назад

    Good Content. Service 19 04 is Report DTC Snapshot Record By DTC Number.

  • @bhosalerohit5923
    @bhosalerohit5923 6 месяцев назад

    I am attracted to the explanation and the detailing

  • @ShanmugamSaroja-eg4tj
    @ShanmugamSaroja-eg4tj 6 месяцев назад

    Great Explanation, what is inout argument in configuration, it will be pointer to the specific address? Both server ans client will have access to?

  • @jaganmohanroyalnanubala3095
    @jaganmohanroyalnanubala3095 6 месяцев назад

    Thank you ❤

  • @souravsahoo2879
    @souravsahoo2879 7 месяцев назад

    Can you make a video with aurix with hw environment

  • @suncreations22
    @suncreations22 7 месяцев назад

    Please, Can anyone tell me about the dem event test not the complete bit?