You are viewing an older revision! See the latest version
Books
ARM Microcontrollers (pt1) - 35 projects for beginners¶
- Author: Bert van Dam
- Book on Elektor Website
- Book with Starter Kit on Elektor Website
- ISBN: 978-0-905705-94-1
Official book summary
The perfect book for hobbyists, students and engineers who want to learn C and how to use an mbed ARM microcontroller in an easy and fun way, without the need for cumbersome software installations.
The projects in this book are meant for beginners in C and ARM microcontrollers. That doesn't mean the projects are simple, but it does mean that they are easy to understand. We use for example USB communications, a subject that is made so easy by the mbed that it is suitable for a beginners book.
Features of this book
- Learn how to program an mbed ARM microcontroller using cloud technology. No complicated software installation on your PC needed.
- Learn programming in C by doing fun and interesting projects. No previous experience or knowledge required.
- Examples of projects in this book: flashing light, timer, light activated switch, digital thermometer, people detector, USB communication, talking microcontroller, debugging, sound switch, and much more - 35 projects in total.
- Examples of C subjects in this book: variables, commands, functions, program execution, pointers (introduction).
The Definitive Guide to the ARM Cortex-M3¶
- Author: Joseph Yiu
- Book on Amazon (UK)
Official book summary
This user's guide does far more than simply outline the ARM Cortex-M3 CPU features; it explains step-by-step how to program and implement the processor in real-world designs. It teaches readers how to utilize the complete and thumb instruction sets in order to obtain the best functionality, efficiency, and reuseability. The author, an ARM engineer who helped develop the core, provides many examples and diagrams that aid understanding. Quick reference appendices make locating specific details a snap!