"The ARM architecture has enabled a rich set of new applications on increasingly powerful wireless platforms. Media-rich applications such as 3D games, camera and videophones, location-based services and connected portable music and video devices are enabled by next generation CDMA phones executing on the ARM architecture.
Developing embedded software for these platforms requires a knowledge of the underlying architecture, and programming practices which balance power, cost and performance efficient. Sloss provides a comprehensive and practical guide to the development of "hardware aware" software which meets the demanding constraints of these applications. Highlighted with practical examples, and enhanced by a thorough treatment of topics such as ISRs, code optimization, and DSP on ARM, this book is essential for every embedded software and hardware engineer alike."
-J. Scott Runner, Senior Staff Engineer/Manager, Qualcomm CMDA Technologies, Qualcomm Inc.
"This book has a place on the desk of every engineer developing software for the ARM processor; it is a thorough introduction for newcomers, and a useful reference for the ARM expert.
The technical information in this book is aimed squarely at the software developer, you'll find advice on bringing a device up from a bare board, reference information describing the characteristics of all current ARM architectures, and many valuable tips for optimizing code running on ARM cores.
I have been using this book since reviewing the first draft, and can recommend it to anyone who wants the get the best out of their ARM Powered products."
-Peter Maloy, CodeSprite Inc.
"This book provides an excellent introduction to the ARM architecture. It describes important architectural features in detail. It also makes great use of examples to illustrate those features and put them in context."
-Wayne Wolf, Princeton University
Customer Reviews & Comments
In the ARM tradition of charging for everything, the firmware guide by Sloss is easy to read, and comprehensive up to ARM10/StrongARM XScale/926/940. That said, the book looks like the notes from a firmware lecture delivered by an Arm Apps engineer. The book is strongest in coverage of MMU and cache, but weak on ARM11 (1136 only and as a final chapter) and essentially non-existent in Jazelle coverage. Nice features are the toy RTOS which appears early at reappears with more features (memory protection, and MMU, for example). That this book is so quickly out of date brings the point that MDR bulleted last year, that the ARM family needs birth control but that is a topic for another discussion. Sloss' book has 'non-commercial license' for all the sourcecode. huh? Regarding this book, Freescale for example publishes equivalent information (old ESS manuals) in the 860/8260 training manuals for free, on their website. If your company pays for your books, by all means have them get the sloss book for you it makes a great read on the john, but if you are a student or independent developer, you would be as well served by studying the ARM ARM and applicable ARM source code for U-Boot, Redboot and the L4 microkernel, or even Ed Sutter's book, with the added benefit that you would have a license to use the code in your project.