ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
ARM System on a Chip Architecture 2nd edition
Author:
Steve Furber
ISBN:
0 201 67519 6
Publisher:
Addison-Wesley
Pages:
416pp
Price:
£29.99
Reviewer:
Chris Hills
Subject:
internals and hardware
Appeared in:
14-2
I have two books on ARM, this one and the ARM Reference manual (both from Addison-Wesley). Whilst they do appear to over lap they are for two completely different markets. The System on a Chip book, that I am reviewing here, is aimed more at those who are looking for an introductory book on micros based on ARM. The book explains in reasonable detail how the ARM core works but is not a programmer's reference.

If you have a little familiarity with processors and do not need hex and logic symbols explained this is the book. This book covers ARM 7 to 10, Strong Arm, Thumb and ARMulet. So as you can imagine it only skims each one.

All parts of the core are explained with simple diagrams (though the diagram showing the MU0 ALU for one bit addition has 12 gates in it). It will take the mystery out of memory cache design, the MMU and how all the parts work together.

Managers will find some of the discussions on memory (cost/speed/power) very useful to help them guide a project. In fact this book will probably be of use to a manager longer than to the engineers.

One useful area is the discussion on the debug facilities and the JTAG. JTAG is the umbilical cord used to test the system, program flash and get the board running. This could have been a little more in depth but then I suppose any subject you are interested in could be a little deeper in this book. Basically it gives you enough information to go into the data books without getting swamped.

After this book you may need the Arm Architecture Reference Manual by David Seal, which covers the nuts and bolts of the hardware to a deep level. High-level programmers will need something else. This will depend on which OS they are using.

This book is ideal for students, managers and those wanting a gentle introduction to ARM in all its forms. Working engineers with 32-bit experience will want something more substantial. I recommend it as an introduction to the ARM family