▶Book Description
Embedded systems are self-contained devices with a dedicated purpose. We come across a variety of fields of applications for embedded systems in industries such as automotive, telecommunications, healthcare and consumer electronics, just to name a few.
Embedded Systems Architecture begins with a bird's eye view of embedded development and how it differs from the other systems that you may be familiar with. You will first be guided to set up an optimal development environment, then move on to software tools and methodologies to improve the work flow. You will explore the boot-up mechanisms and the memory management strategies typical of a real-time embedded system. Through the analysis of the programming interface of the reference microcontroller, you'll look at the implementation of the features and the device drivers. Next, you'll learn about the techniques used to reduce power consumption. Then you will be introduced to the technologies, protocols and security aspects related to integrating the system into IoT solutions.
By the end of the book, you will have explored various aspects of embedded architecture, including task synchronization in a multi-threading environment, and the safety models adopted by modern real-time operating systems.
▶What You Will Learn
⦁ Participate in the design and definition phase of an embedded product
⦁ Get to grips with writing code for ARM Cortex-M microcontrollers
⦁ Build an embedded development lab and optimize the workflow
⦁ Write memory-safe code
⦁ Understand the architecture behind the communication interfaces
⦁ Understand the design and development patterns for connected and distributed devices in the IoT
⦁ Master multitask parallel execution patterns and real-time operating systems
▶Key Features
⦁ Identify and overcome challenges in embedded environments
⦁ Understand the steps required to increase the security of IoT solutions
⦁ Build safety-critical and memory-safe parallel and distributed embedded systems
▶Who This Book Is For
If you're a software developer or designer wanting to learn about embedded programming, this is the book for you. You'll also find this book useful if you're a less experienced embedded programmer willing to expand your knowledge.
▶What this book covers
⦁ Chapter 1, Embedded Systems –. A Pragmatic Approach, is an introduction to microcontroller-basedembedded systems.
⦁ Chapter 2, Work Environment and Workflow Optimization, describes the tools used and the
development workflow.
⦁ Chapter 3, Architectural Patterns, is about strategies and development methodologies for collaborative development and testing.
⦁ Chapter 4, The Boot-Up Procedure, analyzes the boot phase of an embedded system, boot stages, and bootloaders.
⦁ Chapter 5, Memory Management, suggests optimal strategies for memory management.
⦁ Chapter 6, General-Purpose Peripherals, describes access to GPIO pins and other generic integrated peripherals.
⦁ Chapter 7, Local Bus Interfaces, guides the reader through the integration of serial bus controllers (UART, SPI, I2C).
⦁ Chapter 8, Low-Power Optimizations, explores the available techniques of reducing power consumption on energy-efficient systems.
⦁ Chapter 9, Distributed Systems and IoT Architecture, introduces the available protocols and interfaces required to build distributed and connected systems.
⦁ Chapter 10, Parallel Tasks and Scheduling, explains the infrastructure of a multi-tasking operating system through the implementation of a real-time task scheduler.
⦁ Chapter 11, Embedded Operating Systems, is an overview of the available open source operating systems for the embedded world, focusing on the safety and security mechanisms implemented.