Microcontroller cookbook
Microcontroller Cookbook guides you through programming, interfacing, development work and circuit design using two of the most popular microcontroller families. The cookbook approach makes this an ideal book for anyone who has to get up and running quickly, so it is ideal for hard-pressed professio...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Oxford ; Boston :
Newnes
c2001.
|
Edición: | 2nd ed |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628965506719 |
Tabla de Contenidos:
- Front Cover; Microcontroller Cookbook; Copyright Page; Table of Contents; Preface; Acknowledgements; Chapter 1. Microcomputer Systems; Introduction; Histories; Brief Comparisons; Chapter 2. The MCSS1 Microcontroller; Family Members/Variants; Reset; The Watchdog Timer; Clock and Resonator Circuits; I/O Port Structures; Some Design Examples; Accessing External Memory; Logical Separation of Program Memory (read only)and Data Memory (read/write); Non-volatile Memory; Architecture; Timer/Counters; Interrupts; Stack; Serial Ports; Bit Addressing; Using the ADC in the 80550 Family
- Analogue to Digital ConversionDigital to Analogue Conversion (the PWM output); The 80552 Watchdog Timer; Parallel Expansion; Chapter 3. The PIC Microcontroller; Early PIC Variants; Oscillator Connections; Reset Circuit; Internal Architecture; Input/Output Operations; The 16C5x Instruction Set; Simple Programming Examples; Members of the PIC16C5x family; I/O Port Structures; Timing; The Rest of the Family; PICs with ADC; Analogue to Digital Converter Programming; Interrupts on the PIC; Stack; PIC16C84 with EEPROM Management; The Watchdog Timer; Power Down Mode; Subroutines vs Macros
- Chapter 4. Interface DevicesSingle Line Input; Single Line Output; AC Control; Keypad Input; Keyboard Input; Seven-segment Displays; Liquid Crystal Displays; Analogue Input; TLC548 8-bit Analogue to Digital Converter with Serial Control; Analogue Output; Motor Drive Circuits; Chapter 5. RS232 and other Serial Standards; RS232; RS422 Transmission Standard; RS485 Transmission Standard; I2C Configuration; 12C Applications; Chapter 6. LCD Text Display Panels; MCS51 Code; PIC Code; Appendices; A MCS51 Instruction Set; Notes; Arithmetic Operations; Logical Operations; Data Transfer
- Boolean Variable ManipulationProgram Branching; The Special Function Register; B Number Systems; Hexadecimal Notation; Logic; Applications of Logic Functions; Arithmetic; Binary Coded Decimal; Gray Code; American Standard Code for Information Interchange (ASCII); Index