High Availability Embedded System Designs for Industries and Small-scale applications
Today, in the current industrial and commercial scenario, it is highly unlikely for any company or an organization to function smoothly without smooth communication, organized work-flow, and efficiency. Embedded...
what is reentrant function or code explain with examples
A function or code or subroutine is called reentrant if it can be called by many tasks simultaneously without any conflict. It is clear from the term “re-entrant” that...
how to write unit test cases with various unit testing frameworks
In this blog post we will study how to write unit test cases with various unit testing frameworks. Unit testing is method through a developers ensure that individual unit...
Top 5 Internet of Things Operating system
“Internet of things” is new market segment in electronics , communication and information technology industries. The next big thing from IoT is yet to come. It is well known...
Internet of things Definition and explanation
Now-a-days everywhere among the technically aware community “Internet of things” is a hot topic. The term “Internet of things” attracts me to think about it and i am trying...
how to compile c program for arm
what is cross compilation? Cross compilation is a technique in which we compile source code on ( for example on Linux x86 desktop machine) with intent to run the...
analysing time taken by c program by gprof
Time analysis of c program The time taken by c or cpp program is an important measure for embedded system target for optimizing the code. The Linux/Unix operating system...