Embedded Systems with Arm Cortex-M3 Microcontrollers in Assembly Language and C
Zhu, Yifeng
- 出版商: E-Man Press LLC
- 出版日期: 2014-08-01
- 售價: $2,280
- 貴賓價: 9.5 折 $2,166
- 語言: 英文
- 頁數: 542
- 裝訂: Quality Paper - also called trade paper
- ISBN: 0982692625
- ISBN-13: 9780982692622
-
相關分類:
ARM
海外代購書籍(需單獨結帳)
相關主題
商品描述
This book introduces basic programming of ARM Cortex chips in assembly language and the fundamentals of embedded system design. It presents data representations, assembly instruction syntax, implementing basic controls of C language at the assembly level, and instruction encoding and decoding. The book also covers many advanced components of embedded systems, such as software and hardware interrupts, general purpose I/O, LCD driver, keypad interaction, real-time clock, stepper motor control, PWM input and output, digital input capture, direct memory access (DMA), digital and analog conversion, and serial communication (USART, I2C, SPI, and USB). The book has the following features: Emphasis on structured programming and top-down modular design in assembly language Line-by-line translation between C and ARM assembly for most example codes Mixture of C and assembly languages, such as a C program calling assembly subroutines, and an assembly program calling C subroutines Implementation of context switch between multiple concurrently running tasks according to a round-robin scheduling algorithm"