-
Book Overview & Buying
-
Table Of Contents
C++ in Embedded Systems
By :
If you are reading this book, chances are you have a good grasp of embedded systems. There are many definitions of embedded systems, and while the following may not be the most common, it captures the essence shared by others. Embedded systems are specialized computing systems for specific use with a limited set of responsibilities, in contrast to general-purpose computing systems. Embedded systems can be embedded in a larger electronic or mechanical system, or act as a standalone device.
The line between embedded systems and general-purpose computing devices is sometimes blurred. We can all agree that the system that controls a toaster or a pump in an airplane is an embedded system. Cellphones and early smartphones were also considered embedded systems. Nowadays, smartphones are closer to the definition of a general-purpose computing device. In this book, we will focus on firmware development using modern C++ on small embedded...