Dangling pointers in C : A practical tutorial
Introduction Dangling pointers in C – Usage and how to prevent them. Great guide for C newbies and Embedded systems programmers. Tutorial with practical examples. Dangling pointers are those that do not point to valid objects. Pointers are like sharp knives that have tremendous power in...
Read more
Mobiveil Hiring for Freshers Jobs in Embedded Systems
Mobiveil Inc is now hiring for freshers jobs in embedded systems Mobiveil INC organized a campus recruitment drive at Emertxe in Feb 2015, these students were trained in Embedded systems courses in Bangalore, India. The training generally covers core programming areas like Linux Systems,...
Read more
Selecting the Right Operating System for Your next Embedded Design
Table of Contents Add a header to begin generating the table of contents Introduction From robots, cars, home appliances to calculators, thermostats, ATMs and mobile phones, embedded systems are everywhere. And at the heart of almost every embedded system is its operating system (OS), which plays a critical role in keeping...
Read more
Volatile Demystified
Table of Contents Add a header to begin generating the table of contents Introduction Volatile Qualifier in C language, which is applied to a variable when it is declared. It is used extensively while writing programs for embedded systems, especially when dealing with hardware. Most...
Read more
Getting Started with Electronics Projects
Table of Contents Add a header to begin generating the table of contents Introduction Every electronics beginner will have this question in his/her mind, “where do I start?” So, I made a video tutorial series called, “Building Electronic Circuits” on YouTube where I cover most of the things...
Read more