Embedded Programming is in almost every electronic device we use today. There is software hidden away inside our watches, microwaves, VCRs, cellular telephones, and pagers; the military uses embedded software to guide smart missiles; and communications satellites, space probes, and modern medicine would be nearly impossible without it. Of course, someone has to write all that software, and there are tens of thousands of computer scientists, electrical engineers, and other professionals who actually do.
Embedded Programming is unique and highly customized for the application at hand. As a result, embedded systems programming is a widely varying field that can take years to master. However, if you have some programming experience and are familiar with C or C++, you’re ready to learn how to write embedded software. The hands-on, no-nonsense style of this book will help you get started by offering practical advice from someone who’s been in your shoes and wants to help you learn quickly.
The techniques and code examples presented here are directly applicable to real-world embedded software projects of all sorts.
- Testing memory chips quickly and efficiently
- Writing and erasing flash memory devices
- Verifying nonvolatile memory contents with CRC’s
- Interfacing to on-chip and external peripherals
- Designing and implementing device drivers
- Understanding real-time operating system internals
- Optimizing embedded software for size and speed
- Making the most of C++ without a performance penalty