Embedded Systems with Arm Cortex-M3 Microcontrollers in Assembly Language and C
Autor Yifeng Zhuen Limba Engleză Paperback – 31 iul 2014
Preț: 475.88 lei
Nou
Puncte Express: 714
Preț estimativ în valută:
91.07€ • 94.60$ • 75.65£
91.07€ • 94.60$ • 75.65£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780982692622
ISBN-10: 0982692625
Pagini: 542
Dimensiuni: 188 x 244 x 30 mm
Greutate: 0.98 kg
Editura: E-Man Press LLC
ISBN-10: 0982692625
Pagini: 542
Dimensiuni: 188 x 244 x 30 mm
Greutate: 0.98 kg
Editura: E-Man Press LLC
Descriere
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"