Author name: Amlendra

I am an embedded c software engineer and a corporate trainer, currently, I am working as senior software engineer in a largest Software consulting company . I have working experience of different microcontrollers (stm32, LPC, PIC AVR and 8051), drivers (USB and virtual com-port), POS device (VeriFone) and payment gateway (global and first data).

_Generic keyword in C11

_Generic keyword in C

In this tutorial, you will learn the concept of  _Generic keyword with a programming example. It will also help you to write a program on how to check a variable is const qualified in C. So let’s first understand what _Generic keyword ( _Generic selection ) is. _Generic keyword (since C11): Using the _Generic keyword, […]

_Generic keyword in C Read More »

What is HTML Button Tag?

If ever you have ever opened the webpage and submitted information, then you can understand the requirement of the buttons. Buttons are an essential part of websites. We use the buttons for many purposes like information submission, linking to different parts of the web page, or other websites. Using the HTML you can add buttons

What is HTML Button Tag? Read More »

Task Management In OSEK OS

In real-time systems, the software’s different functionalities are conveniently divided into different units/entities called TASKS. The task provides the frameworks for the execution of functions and the OS is responsible for running the sequence of different tasks using the scheduler. Task model The task entity in the OSEK environment is defined with a number of

Task Management In OSEK OS Read More »