Embedded C/C++C program to implement queue data structureThis is a simple queue implementation using array. Code Walkthrough Circular Queue: Uses modulo…embeddedSoftSeptember 08, 2025 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 02, 2025 2 min
Miscellaneous ArticlesCommon embedded firmware interview questionsThis article tries to list the commonly used embedded software interview questions asked to entry…embeddedSoftSeptember 02, 2025 5 min
Embedded conceptsEmbedded systems – An overviewWhat is an embedded system An embedded system is a combination of hardware and software designed to…embeddedSoftSeptember 22, 2022 1 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