by emertxe_admin | Jan 6, 2015 | Debugging, Programming, Open Source, Blog, Tips, OSFY, Java
In object-oriented programming languages (like C++ and Java), there could be unused objects that are still a part of the program. These will create undesirable results like an out of memory error, for instance, during run-time, if left unattended. The memory occupied...
by emertxe_admin | Dec 1, 2014 | C programming, Debugging, Embedded, Programming, Emertxe, Blog, OSFY
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...
by emertxe_admin | Jul 23, 2014 | Debugging, Emertxe, Open Source, Blog, OSFY
Our Team from Emertxe consist of subject matter experts in specific areas (ex: Advanced C programming, Linux Kernel, Software Engineering etc..). This blog was initially created to share our knowledge with broader community, which we are expending further by sharing...
by emertxe_admin | May 19, 2014 | C programming, Debugging, Linux, Programming, Blog
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 mistake proofing in C programming ?  The earlier we...
by emertxe_admin | Feb 17, 2014 | Debugging, Embedded, Programming, Self learning kit project, Micro-controllers
 This is my first step to blogging world, where words matter and quality counts. I was befuddled while searching for my first blog topic. For last one month I was working on PIC 16F877 faced some challenges which i was not aware of. So finalized that I’m going...