top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
The 8051 microcontroller : a systems approach / / Muhammad Ali Mazidi, Rolin D. Mckinlay, Janice Gillispie Mazidi
The 8051 microcontroller : a systems approach / / Muhammad Ali Mazidi, Rolin D. Mckinlay, Janice Gillispie Mazidi
Autore Mazidi Muhammad Ali
Edizione [First edition, Pearson new international edition.]
Pubbl/distr/stampa Harlow, England : , : Pearson, , [2014]
Descrizione fisica 1 online resource (572 pages) : illustrations
Disciplina 629.89
Collana Pearson Custom Library
Soggetto topico Programmable controllers
Microcontrollers
ISBN 1-292-05432-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover -- Table of Contents -- 1. The 8051 Microcontrollers -- 2. 8051 Assembly Language Programming -- 3. Jump, Loop, and Call Instructions -- 4. I/O Port Programming -- 5. 8051 Addressing Modes -- 6. Arithmetic, Logic, Instructions, and Programs -- 7. 8051 Programming in C -- 8. 8051 Hardware Connection and Intel Hex File -- 9. 8051 Timer Programming in Assembly and C -- 10. 8051 Serial Port Programming In Assembly and C -- 11. Interrupts Programming in Assembly and C -- 12. LCD and Keyboard Interfacing -- 13. ADC, DAC, and Sensor Interfacing -- 14. 8051 Interfacing to External Memory -- 15. Relay, Optoisolator, and Stepper Motor -- 16. DS12887 RTC Interfacing and Programming -- 17. DC Motor Control and PWM -- 18. SPI and 12C Protocols -- Appendix: 8051 Instructions, Timing, and Registers -- Appendix: Basics of Wire Wrapping -- Appendix: IC Technology and System Design Issues -- Appendix: Flowcharts and Pseudocode -- Appendix: 8051 Primer for X86 Programmers -- Appendix: ASCII Codes -- Index.
Record Nr. UNINA-9910153093903321
Mazidi Muhammad Ali  
Harlow, England : , : Pearson, , [2014]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The 8051 microcontroller and embedded systems / / Muhammad Ali Mazidi, Janice Gillispie Mazidi, Rolin D. McKinlay
The 8051 microcontroller and embedded systems / / Muhammad Ali Mazidi, Janice Gillispie Mazidi, Rolin D. McKinlay
Autore Mazidi Muhammad Ali
Edizione [Second edition, Pearson new international edition.]
Pubbl/distr/stampa Harlow, England : , : Pearson, , 2014
Descrizione fisica 1 online resource (641 pages) : illustrations, tables
Disciplina 004.165
Soggetto topico Intel 8051 (Microcontroller)
Programmable controllers
Microcontrollers
Embedded computer systems
ISBN 1-292-03895-0
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Cover -- Title -- Contents -- CHAPTER 0: INTRODUCTION TO COMPUTING -- Section 0.1 : Numbering and coding systems -- Section 0.2: Digital primer -- Section 0.3: Inside the computer -- CHAPTER 1: THE 8051 MICROCONTROLLERS -- Section 1. I : Microcontrollers and embedded processors -- Section 1.2: Overview of the 805 1 family -- CHAPTER 2: 8051 ASSEMBLY LANGUAGE PROGRAMMING -- Section 2.1 : Inside the 8051 -- Section 2.2: Introduction to 8051 Assembly programming -- Section 2.3: Assembling and running an 8051 program -- Section 2.4: The program counter and ROM space in the 8051 -- Section 2.5: 8051 data types and directives -- Section 2.6: 8051 flag bits and the PSW register -- Section 2.7: 8051 register banks and stack -- CHAPTER 3: JUMP, LOOP, AND CALL INSTRUCTIONS -- Section 3.1 : Loop and jump instructions -- Section 3.2: Call instructions -- Section 3.3 : Time delay for various 8051 chips -- CHAPTER 4: I/O PORT PROGRAMMING -- Section 4.1 : 8051 I/O programming -- Section 4.2: I/O bit manipulation programming -- CHAPTER 5: 8051 ADDRESSING MODES -- Section 5.1 : Immediate and register addressing modes -- Section 5.2: Accessing memory using various addressing modes -- Section 5.3: Bit addresses for I/O and RAM -- Section 5.4: Extra 128-byte on-chip RAM in 8052 -- CHAPTER 6: ARITHMETIC & LOGlC INSTRUCTIONSAND PROGRAMS -- Section 6.1 : Arithmetic instructions -- Section 6.2: Signed number concepts and arithmetic operations -- Section 6.3: Logic and compare instructions -- Section 6.4: Rotate instruction and data serialization -- Section 6.5: BCD, ASCII, and other application programs -- CHAPTER 7: 8051 PROGRAMMING INC -- Section 7.1 : Data types and time delay in 8051 C -- Section 7.2: 110 programming in 8051 C -- Section 7.3: Logic operations in 8051 C -- Section 7.4: Data conversion programs in 8051 C.
Section 7.5: Accessing code ROM space in 8051 C -- Section 7.6: Data serialization using 8051 C -- CHAPTER 8: 8051 HARDWARE CONNECTION ANDINTEL HEX FILE -- Section 8.1: Pin description of the 8051 -- Section 8.2: Design and test of DS89C4xO trainer -- Section 8.3: Explaining the Intel hex file -- CHAPTER 9: 8051 TIMER PROGRAMMINGIN ASSEMBLY AND C -- Section 9.1 : Programming 8051 timers -- Section 9.2: Counter programming -- Section 9.3: Programming timers 0 and 1 in 8051 C -- CHAPTER 10: 8051 SERIAL PORT PROGRAMMING IN ASSEMBLY AND C -- Section 10.1 : Basics of serial communication -- Section 10.2: 8051 connection to RS232 -- Section 10.3: 8051 serial port programming in Assembly -- Section 10.4: Programming the second serial port -- Section 10.5: Serial port programming in C -- CHAPTER 11: INTERRUPTS PROGRAMMINGIN ASSEMBLY AND C -- Section 11.1 : 8051 interrupts -- Section 11.2: Programming timer interrupts -- Section 11.3 : Programming external hardware interrupts -- Section 11.4: Programming tlie serial communication interrupt -- Section 11.5: Interrupt priority in the 8051/52 -- Section 11.6: Interrupt programming in C -- CHAPTER 12: LCD AND KEYBOARD INTERFACING -- Section 12.1 : LCD interfacing -- Section 12.2: Keyboard interfacing -- CHAPTER 13: ADC, DAC, AND SENSOR INTERFACING -- Section 13.1 : Parallel and serial ADC -- Section 13.2: DAC interfacing -- Section 13.3: Sensor interfacing and signal conditioning -- CHAPTER 14: 8051 INTERFACING TO EXTERNAL MEMORY -- Section 14.1 : Semiconductor memory -- Section 14.2: Memory address decoding -- Section 14.3: 8031/51 interfacing with external ROM -- Section 14.4: 8051 data memory space -- Section 14.5: Accessing external data memory in 8051 C -- CHAPTER 15: 8051 INTERFACING WITH THE 8255 -- Section 15.1 : Programming the 8255 -- Section 15.2: 8255 interfacing.
Section 15.3: 8051 C programming for the 8255 -- CHAPTER 16: DS12887 RTC INTERFACINGAND PROGRAMMING -- Section 16.1 : DS 12887 RTC interfacing -- Section 16.2: DS12887 RTC programming in C -- Section 16.3: Alarm, SQW, and IRQ features of the DS12887 chip -- CHAPTER 17: MOTOR CONTROL: RELAY, PWM, DC,AND STEPPER MOTORS -- Section 17.1 : Relays and optoisolators -- Section 17.2: Stepper motor interfacing -- Section 17.3: DC motor interfacing and PWM -- APPENDIX A: 805 1 INSTRUCTIONS, TIMING, AND REGISTERS -- APPENDIX B: BASICS OF WIRE WRAPPING -- APPENDIX C: IC TECHNOLOGY AND SYSTEM DESIGN ISSUES -- APPENDIX D: FLOWCHARTS AND PSEUDOCODE -- APPENDIX E: 8051 PRIMER FOR X86 PROGRAMMERS -- APPENDIX F: ASCII CODES -- APPENDIX G: ASSEMBLERS, DEVELOPMENT RESOURCES,AND SUPPLIERS -- APPENDIX H: DATA SHEETS -- INDEX.
Record Nr. UNINA-9910153076903321
Mazidi Muhammad Ali  
Harlow, England : , : Pearson, , 2014
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui