C Programming Embedded Systems Tech Trends

Volatile Demystified

emertxe-admin January 6, 2015 1 min read
Volatile Qualifier in C language
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
C Programming Linux

Cut Command : Filtering What You Want

emertxe-admin December 1, 2014 2 min read
Cut command in Linux
Table of Contents Add a header to begin generating the table of contents Introduction As a sequel to the previous article about Split command, thought of sharing another useful command called ‘cut’ that is available in Linux environment.   Similar to split, often we run... Read more
C Programming Embedded Systems Memory Management

Constant Pointer and Pointer to Constant

emertxe-admin December 1, 2014 1 min read
Constant pointer and pointer to constant in C programming
As an Embedded C programmer, understanding pointers is very important. Given the resource constraints in embedded system, one has to ensure memory is utilized in most optimized fashion, where pointers come in handy. While using pointers programmers often come across confusion between constant pointers and point to... Read more
C Programming Linux

Split Command : Organize Your C Files Better

emertxe-admin May 27, 2014 2 min read
Split command to organize C files
Table of Contents Add a header to begin generating the table of contents Introduction Often when we walk into car garage, one can observe that the mechanic having different type of spanners, screw drivers for fixing different set of problems. These are nothing but tools... Read more
C Programming Placement Preparation

Mistake Proofing in C Programs

emertxe-admin May 19, 2014 2 min read
mistake proofing in C programming
Table of Contents Add a header to begin generating the table of contents Introduction The Japanese concept of ‘poka-yoke’ talks about preventing mistakes by introducing certain mechanisms. It was originally designed for machinery which can be applied for any other aspect of life as well. What about... Read more

Start Your
Embedded Systems Journey Today!

Register Now!