舉報

會員
Embedded Systems Architecture
Ifyou’reasoftwaredeveloperordesignerwantingtolearnaboutembeddedprogramming,thisisthebookforyou.You’llalsofindthisbookusefulifyou’realessexperiencedembeddedprogrammerwillingtoexpandyourknowledge.
目錄(232章)
倒序
- 封面
- 版權信息
- Packt Upsell
- Why subscribe?
- PacktPub.com
- Contributors
- About the author
- About the reviewer
- Packt is searching for authors like you
- Preface
- Who this book is for
- What this book covers
- To get the most out of this book
- Download the example code files
- Download the color images
- Conventions used
- Get in touch
- Reviews
- Embedded Systems – A Pragmatic Approach
- Domain definition
- Embedded Linux systems
- Low-end 8-bit microcontrollers
- Hardware architecture
- Understanding the challenge
- Multithreading
- RAM
- Flash memory
- Interfaces and peripherals
- Asynchronous UART-based serial communication
- SPI
- I2C
- USB
- Connected systems
- The reference platform
- ARM reference design
- The Cortex-M microprocessor
- Summary
- Work Environment and Workflow Optimization
- Workflow overview
- C compiler
- Linker
- Build automation
- Debugger
- Embedded workflow
- The GCC toolchain
- The cross-compiler
- Compiling the compiler
- Linking the executable
- Binary format conversion
- Interacting with the target
- The GDB session
- Validation
- Functional tests
- Hardware tools
- Testing off-target
- Emulators
- Summary
- Architectural Patterns
- Configuration management
- Revision control
- Tracking activities
- Code reviews
- Continuous integration
- Source code organization
- Hardware abstraction
- Middleware
- Application code
- The life cycle of an embedded project
- Defining project steps
- Prototyping
- Refactoring
- API and documentation
- Summary
- The Boot-Up Procedure
- The interrupt vector table
- Startup code
- Reset handler
- Allocating the stack
- Fault handlers
- Memory layout
- Building and running the boot code
- The makefile
- Running the application
- Multiple boot stages
- Bootloader
- Building the image
- Debugging a multi-stage system
- Shared libraries
- Summary
- Memory Management
- Memory mapping
- Memory model and address space
- The code region
- The RAM regions
- Peripheral-access regions
- The system region
- Order of memory transactions
- The execution stack
- Stack placement
- Stack overflows
- Stack painting
- Heap management
- Custom implementation
- Using newlib
- Limiting the heap
- Multiple memory pools
- Common heap usage errors
- The memory protection unit
- MPU configuration registers
- Programming the MPU
- Summary
- General-Purpose Peripherals
- The interrupt controller
- Peripherals interrupt configuration
- System time
- Adjusting the flash wait states
- Clock configuration
- Clock distribution
- Enabling the SysTick
- Generic timers
- General-purpose I/O
- Pin configuration
- Digital output
- PWM
- Digital input
- Interrupt-based input
- Analog input
- The watchdog
- Summary
- Local Bus Interfaces
- Introducing serial communication
- Clock and symbol synchronization
- Bus wiring
- Programming the peripherals
- UART-based asynchronous serial bus
- Protocol description
- Programming the controller
- Hello world!
- Newlib printf
- Receiving data
- Interrupt-based input/output
- SPI bus
- Protocol description
- Programming the transceiver
- SPI transactions
- Interrupt-based SPI transfers
- I2C bus
- Protocol description
- Clock stretching
- Multi-master
- Programming the controller
- Interrupt handling
- Summary
- Low-Power Optimizations
- System configuration
- Hardware design
- Clock management
- Voltage control
- Low-power operating modes
- Deep-sleep configuration
- Stop mode
- Standby mode
- Wake-up intervals
- Measuring power
- Development boards
- Designing low-power embedded applications
- Replacing busy loops with sleep mode
- Deep sleep during longer inactivity periods
- Choosing the clock speed
- Power state transitions
- Summary
- Distributed Systems and IoT Architecture
- Network interfaces
- Media Access Control
- Ethernet
- Wi-Fi
- Low-Rate Wireless Personal Area Networks (LR-WPAN)
- LR-WPAN industrial link-layer extensions
- 6LoWPAN
- Bluetooth
- Mobile networks
- Low-power Wide Area Networks (LPWANs)
- Selecting the appropriate network interfaces
- The Internet Protocols
- TCP/IP implementations
- Network device drivers
- Running the TCP/IP stack
- Socket communication
- Mesh networks and dynamic routing
- Transport Layer Security
- Securing socket communication
- Application protocols
- Message protocols
- REST architectural pattern
- Distributed systems – single points of failure
- Summary
- Parallel Tasks and Scheduling
- Task management
- The task block
- Context switch
- Creating tasks
- Scheduler implementation
- Supervisor calls
- Cooperative scheduler
- Concurrency and timeslices
- Blocking tasks
- Waiting for resources
- Real-time scheduling
- Synchronization
- Semaphore
- Mutex
- Priority inversion
- System resource separation
- Privilege levels
- Memory segmentation
- System calls
- Summary
- Embedded Operating Systems
- Real-time application platforms
- FreeRTOS
- ChibiOS
- Low-power IoT systems
- Contiki OS
- Riot OS
- POSIX-compliant systems
- NuttX
- Frosted
- The future of safe embedded systems
- Process isolation – Tock
- Summary
- Other Books You May Enjoy
- Leave a review - let other readers know what you think 更新時間:2021-06-25 21:55:35
推薦閱讀
- 嵌入式Linux開發技術
- 零起點學Linux系統管理
- 鴻蒙生態:開啟萬物互聯的智慧新時代
- 嵌入式Linux系統開發:基于Yocto Project
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 注冊表應用完全DIY
- 從實踐中學習Kali Linux無線網絡滲透測試
- Delphi Programming Projects
- Social Data Visualization with HTML5 and JavaScript
- Learn CUDA Programming
- Building Telephony Systems With Asterisk
- bash shell腳本編程經典實例(第2版)
- Learn OpenShift
- Android NDK Beginner's Guide
- BuddyPress Theme Development
- Windows 8玩全不求人
- OpenSolaris紅寶書
- 物聯網操作系統AliOS Things探索與實踐
- Instant Google Compute Engine
- 馴獅記:Mac OS X 10.8 Mountain Lion使用手冊
- Getting Started with Oracle Public Cloud
- 計算機應用基礎:Windows 7+Office 2010(上冊)
- 第一行代碼:Linux命令行
- 鴻蒙操作系統應用開發實踐
- DevOps with Windows Server 2016
- Windows PowerShell實戰指南(第3版)
- Windows 7+Office 2010計算機應用情境教學基礎教程(微課版)
- Getting Started with Windows VDI
- Windows Server 2012 活動目錄項目式教程
- Powershell Core 6.2 Cookbook