Designing embedded hardware
Embedded computer systems literally surround us: they're in our cell phones, PDAs, cars, TVs, refrigerators, heating systems, and more. In fact, embedded systems are one of the most rapidly growing segments of the computer industry today. Along with the growing list of devices for which embed...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Sebastopol, California :
O'Reilly
2005.
|
Edición: | 2nd ed |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627141506719 |
Tabla de Contenidos:
- Table of Contents; Preface; Organization of This Book; Using Code Examples; Conventions; Safari® Enabled; How to Contact Us; Acknowledgments; Chapter 1. An Introduction to Computer Architecture; Concepts; Processors; Basic System Architecture; Buses; Processor operation; ALU; Interrupts; Hardware interrupts; Software interrupts; CISC and RISC; Digital Signal Processors; Memory; RAM; ROM; EPROM; EEROM; Flash; Input/Output; DMA; Parallel and Distributed Computers; Introduction to parallel architectures; SIMD computers; MIMD computers; Embedded Computer Architecture; Chapter 2. Assembly Language
- RegistersMachine Code; Signed Numbers; Addressing Modes; Big-Endian and Little-Endian Addressing; Coding in Assembly; Disassembly; Position-Independent Code; Loops; Masking; Indexed Addressing; Stacks; Timing of Instructions; Chapter 3. Forth/Open Firmware; Introducing Forth; String Words; Stack Manipulation; Creating New Words; Comments; if ... else; Loops; Data Structures; Interacting with Hardware and Memory; Forth Programming Guidelines; Chapter 4. Electronics 101; Voltage and Current; Analog Signals; Power; Reading Schematics; Resistors; Capacitors; Types of Capacitors; RC Circuits
- InductorsTransformers; Diodes; Crystals; Clocks and Oscillators; Power versus speed; Digital Signals; Electrical Characteristics; Absolute Maximum Ratings; DC Characteristics; AC Characteristics and Timing; Logic Gates; The Importance of Reading the Datasheet; Chapter 5. Power Sources; The Stuff Out of the Wall; Batteries; Low Power Design; Regulators; LM78xx Regulators; MAX603/MAX604 Regulators; MAX1615 Regulator; MAX724 Regulator; Electrical Noise and Interference; Minimize the Current Loop Area; Keep the Power Smooth; How to Destroy a Computer Without Really Trying
- Chapter 6. Building HardwareTools; Development Kits; Measurement Tools; In-Circuit Emulators; Construction Tools; Soldering; How to Solder; Quick Construction; Breadboarding; Wirewrapping; Printed-Circuit Boards; Laying Out a PCB; Building It; Powering Up for the First Time; Add in the Processor; Some Thoughts on Debugging; JTAG; Chapter 7. Adding Peripherals Using SPI; Serial Peripheral Interface; SPI-Based Clock/Calendar; SPI-Based Digital Potentiometer; Adding Nonvolatile Data Memory with SPI; Adding a Parameter Memory Using SPI; Chapter 8. Adding Peripherals Using I2C; Overview of I2C
- Adding a Real-Time Clock with I2CAdding a Small Display with I2C; Chapter 9. Serial Ports; UARTs; Error Detection; Old Faithful: RS-232C; Shake Hands; Implementing an RS-232C Interface; Using a Serial Port as a Power Supply; RS-422; RS-485; Chapter 10. IrDA; Introduction to IrDA; An IrDA Interface; Other Infrared Devices; Chapter 11. USB; Introduction to USB; USB Packets; Physical Interface; Implementing a USB Interface; Chapter 12. Networks; Controller Area Network (CAN); Ethernet; Adding an Ethernet Interface; Chapter 13. Analog; Amplifiers; Analog to Digital Conversion; Sample Rates
- Interfacing an External ADC