Static Analysis: 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_tbrun_examples\Ggrocers.c” (Single .c file), modify the Code to remove violations and make compliant to MISRA: C 2012 & CERT standards. Generate Code review report compliant to MISRA: C 2012 Coding Standards Generate Code review…
Sivashankar V
updated on 01 May 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Sivashankar V (13)
Project 2 - V&V SW Analysis II
Static Analysis: 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_tbrun_examples\Ggrocers.c” (Single .c file), modify the Code to remove violations and make compliant to MISRA: C 2012 & CERT standards. Generate Code review report compliant to MISRA: C 2012 Coding Standards Generate Code review…
01 May 2022 04:43 PM IST
Project 1 - V&V SW Analysis - I
if(owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { open the apps in grid; } else if(owner power on the phone) { shows call the phone icon on first position at bottom; } else if(owner power on the phone) { shows Dictionary icon on second position…
30 Apr 2022 04:45 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Configuring Timer0 for PWM generation It is simple to configure PWM mode in Timer. We just need to set some bits in the TCCR0 register. TCCR0: Timer Counter Control Register 0 Bit 7- FOC0: Force compare match Write only bit, which can be used while generating a wave. Writing 1 to this bit will force…
10 Apr 2022 01:18 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Steps of Programming ATmega16 microcontroller needs to transmit at least 10 us trigger pulse to the HC-SR04 Trig Pin. After getting a trigger pulse, HC-SR04 automatically sends eight 40 kHz sound waves and the microcontroller waits for rising edge output at the Echo pin. When the rising edge capture occurs at the…
10 Apr 2022 07:56 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
main.c #include"list.h"//#define DEBUG_MAINint main(){ int first_list_nodes = 0, second_list_nodes = 0, first_list_items = 0, second_list_items = 0; printf("Enter the number of Nodes in first List: "); fflush(stdout); scanf("%d",&first_list_nodes); printf("Enter %d the elements: ",first_list_nodes); for(int i=0;i<first_list_nodes;i++)…
26 Mar 2022 08:29 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Create a header file #ifndef STATES_H_#define STATES_H_ #include<stdio.h> /* -----Functions to be called fot opertion----- */void Init_State_Machine();void Gear_Down();void Checking_Before_Takeoff();void Raising_Gear();void Gear_Up();void Checking_Before_Landing();void Lowering_Gear();//state of operationtypedef…
26 Mar 2022 05:37 AM IST
Project-1: Powertrain for aircraft in runways
Aircraft: Any vehicle that is manufactured and made to fly in the air is called an aircraft. One is lighter than air aircrafts, known as aerostats, and the other is heavier than air aircrafts, called aerodynes. Two classifications of Aircrafts: 1.Aerostats(Lighter than air aircrafts) 2.Aerodynes(Heavier than…
18 Feb 2022 01:14 PM IST
Week-11 Challenge: Braking
For a defined driving cycle, calculate the energy required for braking. Breaking Energy Braking energy is defined as the kinetic energy produced for the given period of time by the machine when driving electrical energy is cut off. It may be in Forward Direction or Backward Direction. Two Braking Functions are: 1.Forward…
15 Feb 2022 03:42 AM IST
Week-7 Challenge: DC Motor Control
1. A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’. B. Comment on the armature current shoot-up from the scope results. C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge…
05 Feb 2022 07:01 AM IST
Week-6 Challenge: EV Drivetrain
Which types of power converter circuits are employed in electric and hybrid electric vehicle? Power Converter are of following Types 1.AC- DC CONVERTER-RECTIFIER 2.DC-AC CONVERTER-INVERTER 3.DC-DC CONVERTER-CHOPPER 4.AC-AC CONVERTER-CYCLOCONVERTERS In Electrical vehicles, the first 3 types of Power…
02 Feb 2022 06:04 PM IST
Project
BAJA ALL TERRAIN VEHICLE SIMULATION: Objective The purpose of this challenge is to study the various characteristics of ATV vehicle under different parameter variations and CVTs role in ATV vehicle which is an major role in this vehicle. Firstly,What is ATV? ATV is ALL TERRAIN VEHICLE which is…
26 Jan 2022 05:57 PM IST
Week - 4
1.Implement control logic of a “washing machine” using Stateflow If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time of 100s. Then rinsing happens for next…
26 Jan 2022 07:16 AM IST
Week -2
Simulink for Door bell Model Objective: Operation of the Door Bell using Simulink 1.Battery Source is provided to energise Solenoid Coil. 2.Switch is given for providing ON signal to energise the coil. Pulse Generator is given to generate the pulse signal. 3.Ideal Translational sensor is used and Electrical Reference should…
24 Jan 2022 04:02 AM IST