About This Book
- This book focuses on programming embedded systems using a practical approach
- Examples show how to use bitmapped graphics and manipulate digital audio to produce amazing games and other multimedia applications
- The recipes in this book are written using ARM's MDK Microcontroller Development Kit which is the most comprehensive and accessible development solution
Who This Book Is For
This book is aimed at those with an interest in designing and programming embedded systems. These could include electrical engineers or computer programmers who want to get started with microcontroller applications using the ARM Cortex M4 architecture in a short time frame. This book's recipes can also be used to support students learning embedded programming for the first time. Basic knowledge of programming using a high-level language is essential but those familiar with other high-level languages such as Python or Java should not have too much difficulty picking up the basics of embedded C programming.
What You Will Learn
- Use ARM's uVision MDK to configure the microcontroller run time environment (RTE), create projects and compile, download, and run simple programs on an evaluation board
- Use and extend device family packs to configure I/O peripherals
- Develop multimedia applications using the touchscreen and audio codec beep generator
- Write multi-threaded programs using ARM's real-time operating system (RTOS)
- Write critical sections of code in assembly language and integrate these with functions written in C
- Fix problems using ARM's debugging tool to set breakpoints and examine variables
- Port uVision projects to other open source development environments
In Detail
Embedded microcontrollers are at the core of many everyday electronic devices. The so-called Internet of Things drives the market for such technology, so much so that embedded cores now represent 90% of all processors sold. The ARM® Cortex® M4 is one of the most powerful microcontrollers on the market. The book begins with an introduction to the ARM® Cortex® family and we cover the installation of the ARM® uVision Integrated Development Environment and topics such as target devices, evaluation boards, code configuration, and GPIO. You will then learn about core programming topics. You will find out about advanced aspects such as data conversion, multimedia support, real-time signal processing, and real-time embedded systems. By the end of the book, you will be able to successfully create robust and scalable ARM® Cortex® based applications.
Dr. Mark Fisher
Dr. Mark Fisher is a chartered engineer, MIET. He started his career as an electronics apprentice with the UK Ministry of Defence. This was before he studied Electrical and Electronic Engineering at Aston University, Birmingham. After his graduation, he joined Ferranti Computer Systems, Manchester. However, he returned to academia to study Microprocessor Engineering and Digital Electronics at Manchester University (UMIST), and he then remained as a research assistant within the Department of Computation to gain a PhD in Applied Machine Learning. Currently, he is a senior lecturer at the School of Computing Sciences, University of East Anglia, and the course director of the Computer Systems Engineering Degree programme. Many of the recipes in this book were originally developed in the context of a taught module that Mark leads, which is popular among undergraduate and master's students in the school. Mark currently researches in the fields of medical imaging and computer vision, and he is a co-author of over a hundred journal and conference papers in this area.