Over the last ten years, the ARM architecture has become one of the most pervasive architectures in the world, with more than 2 billion ARM-based processors embedded in products ranging from cell phones to automotive braking systems. A world-wide community of ARM developers in semiconductor and prod
ARM System Developer's Guide: Designing and Optimizing System Software
โ Scribed by Andrew Sloss, Dominic Symes, Chris Wright
- Publisher
- Morgan Kaufmann
- Year
- 2004
- Tongue
- English
- Leaves
- 703
- Series
- The Morgan Kaufmann Series in Computer Architecture and Design
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Over the last ten years, the ARM architecture has become one of the most pervasive architectures in the world, with more than 2 billion ARM-based processors embedded in products ranging from cell phones to automotive braking systems. A world-wide community of ARM developers in semiconductor and product design companies includes software developers, system designers and hardware engineers. To date no book has directly addressed their need to develop the system and software for an ARM-based system. This text fills that gap.
This book provides a comprehensive description of the operation of the ARM core from a developer's perspective with a clear emphasis on software. It demonstrates not only how to write efficient ARM software in C and assembly but also how to optimize code. Example code throughout the book can be integrated into commercial products or used as templates to enable quick creation of productive software.
The book covers both the ARM and Thumb instruction sets, covers Intel's XScale Processors, outlines distinctions among the versions of the ARM architecture, demonstrates how to implement DSP algorithms, explains exception and interrupt handling, describes the cache technologies that surround the ARM cores as well as the most efficient memory management techniques. A final chapter looks forward to the future of the ARM architecture considering ARMv6, the latest change to the instruction set, which has been designed to improve the DSP and media processing capabilities of the architecture.
No other book describes the ARM core from a system and software perspective.
Author team combines extensive ARM software engineering experience with an in-depth knowledge of ARM developer needs.
Practical, executable code is fully explained in the book and available on the publisher's Website.
Includes a simple embedded operating system.
๐ SIMILAR VOLUMES
Over the last ten years, the ARM architecture has become one of the most pervasive architectures in the world, with more than 2 billion ARM-based processors embedded in products ranging from cell phones to automotive braking systems. A world-wide community of ARM developers in semiconductor and prod
The book is very well written and the language is easy to understand, as long as you have some basic knowledge about assembly language and C programming.
The book is very well written and the language is easy to understand, as long as you have some basic knowledge about assembly language and C programming.
<span>Secure Software Systems presents an approach to secure software systems design and development that tightly integrates security and systems design and development (or software engineering) together. It addresses the software development process from the perspective of a security practitioner.