Embedded conceptsEmbedded systems – An overviewWhat is an embedded system An embedded system is a combination of hardware and software designed to…
Embedded OSWhat is an RTOS (Real Time Operating System)Real Time Operating System (RTOS) is a type of operating system used in embedded systems. General…
Embedded C/C++Implementation of Singly Linked List in CA singly linked list is a data structure consisting of nodes where each node has a pointer to the…
Embedded C/C++Angle between hour and minute hands of analogue clock using CThis is a very interesting clock angle problem where the C program described in this article…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Simple code to find endianness in CEndianness is the order of storage of bytes of a word in memory; there are big-endian and little…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Example C code to set 5 bits starting from position 10This is a common embedded software interview bitwise operation question. The magic numbers ‘5’ and…embeddedSoftSeptember 22, 2022 1 min
Miscellaneous ArticlesCommon embedded firmware interview questionsembeddedSoftSeptember 22, 2022 1 min
Embedded OSWhat is an RTOS (Real Time Operating System)Real Time Operating System (RTOS) is a type of operating system used in embedded systems. General…embeddedSoftSeptember 22, 2022 2 min
Embedded C/C++Implementation of Singly Linked List in CA singly linked list is a data structure consisting of nodes where each node has a pointer to the…embeddedSoftSeptember 22, 2022 2 min
Embedded C/C++Angle between hour and minute hands of analogue clock using CThis is a very interesting clock angle problem where the C program described in this article…embeddedSoftSeptember 22, 2022 1 min
Embedded C/C++Reverse order of words in a string using C languageReversing the order of words in a string is a common interview question for embedded software…embeddedSoftSeptember 22, 2022 1 min
Implementation of Singly Linked List in CA singly linked list is a data structure consisting of nodes where each node has a pointer to the…embeddedSoftSeptember 22, 2022 2 min
Angle between hour and minute hands of analogue clock using CThis is a very interesting clock angle problem where the C program described in this article…embeddedSoftSeptember 22, 2022 1 min
Reverse order of words in a string using C languageReversing the order of words in a string is a common interview question for embedded software…embeddedSoftSeptember 22, 2022 1 min
Simple code to find endianness in CEndianness is the order of storage of bytes of a word in memory; there are big-endian and little…embeddedSoftSeptember 22, 2022 1 min
Example C code to set 5 bits starting from position 10This is a common embedded software interview bitwise operation question. The magic numbers ‘5’ and…embeddedSoftSeptember 22, 2022 1 min
Custom sizeof operator in CThe unary operator ‘sizeof’ is a very handy tool in C as well as in C++. It gives the storage size…embeddedSoftSeptember 22, 2022 1 min
What is an RTOS (Real Time Operating System)Real Time Operating System (RTOS) is a type of operating system used in embedded systems. General…embeddedSoftSeptember 22, 2022 2 min
Embedded systems – An overviewWhat is an embedded system An embedded system is a combination of hardware and software designed to…embeddedSoftSeptember 22, 2022 1 min
Common embedded firmware interview questionsThis article tries to list the commonly used embedded software interview questions asked to entry…embeddedSoftSeptember 22, 2022 1 min