December 2014

Embedded systems for beginners

Embedded Systems: Top 5 Tips for a Beginner

Table of Contents Add a header to begin generating the table of contents Here Is the Top 5 from Our Team for Embedded Systems for Beginners What Is an Embedded Systems? An embedded system is a special-purpose system which performs a specific task with its own hardware. The embedded system is different from a general purpose computing […]

Embedded Systems: Top 5 Tips for a Beginner Read More »

Online learning through MOOC

MOOC: The Modern Guru for Learning

Table of Contents Add a header to begin generating the table of contents Introduction Improve your online learning through MOOC’s, which is a short for Massive Online Open Courseware are gaining a lot of attention these days. Let’s see what these are and how they are going to revolutionize education industry. In the past, other than traditional

MOOC: The Modern Guru for Learning Read More »

Embedded Systems trainings

Embedded Systems Training: Offerings from Emertxe

Table of Contents Add a header to begin generating the table of contents Introduction It is imperative that adoption of technology be accompanied with enabling the users with practical learnings, new tools and methodologies. Every organization, whether in the private or public sector, recognizes that to sustain a quality service, long-term success & growth, it must

Embedded Systems Training: Offerings from Emertxe Read More »

Constant pointer and pointer to constant in C programming

Constant Pointer and Pointer to Constant

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 a constant. Here is an article that describes differences between

Constant Pointer and Pointer to Constant Read More »