The 8051/8052 Microcontroller


Book Description

This book was written with the novice or intermediate 8052 developer in mind. Assuming no prior knowledge of the 8052, it takes the reader step-by-step through the architecture including discussions and explanations of concepts such as internal RAM, external RAM, Special Function Registers (SFRs), addressing modes, timers, serial I/O, and interrupts. This is followed by an in-depth section on assembly language which explains each instruction in the 8052 instruction set as well as related concepts such as assembly language syntax, expressions, assembly language directives, and how to implement 16-bit mathematical functions. The book continues with a thorough explanation of the 8052 hardware itself, reviewing the function of each pin on the microcontroller and follows this with the design and explanation of a fully functional single board computer-every section of the schematic design is explained in detail to provide the reader with a full understanding of how everything is connected, and why. The book closes with a section on hardware interfacing and software examples in which the reader will learn about the SBCMON monitor program for use on the single board computer, interfacing with a 4x4 keypad, communicating with a 16x2 LCD in direct-connect as well as memory-mapped fashion, utilizing an external serial EEPROM via the SPI protocol, and using the I2C communication standard to access an external real time clock. The book takes the reader with absolutely no knowledge of the 8052 and provides him with the information necessary to understand the architecture, design and build a functioning circuit based on the 8052, and write software to operate the 8052 in assembly language.




8051/8052 Microcontroller


Book Description




The Microcontroller Idea Book


Book Description

A hands-on introduction to microcontroller project design with dozens of example circuits and programs. Presents practical designs for use in data loggers, controllers, and other small-computer applications. Example circuits and programs in the book are based on the popular 8052-BASIC microcontroller, whose on-chip BASIC programming language makes it easy to write, run, and test your programs. With over 100 commands, instructions, and operators, the BASIC-52 interpreter can do much more than other single-chip BASICs. Its abilities include floating-point math, string handling, and special commands for storing programs in EPROM, EEPROM, or battery-backed RAM.







The 8051 Microcontroller


Book Description

Well known in this discipline to be the most concise yet adequate treatment of the subject matter, it provides just enough detail in a direct exposition of the 8051 microcontroller's internal hardware components. This book provides an introduction to microcontrollers, a hardware summary, and an instruction set summary. It covers timer operation, serial port operation, interrupt operation, assembly language programming, 8051 C programming, program structure and design, and tools and techniques for program development. For microprocessor programmers, electronic engineering specialist, computer scientists, or electrical engineers.




8051 Microcontroller


Book Description

The 8051 architecture developed by Intel has proved to be the most popular and enduring type of microcontroller, available from many manufacturers and widely used for industrial applications and embedded systems as well as being a versatile and economical option for design prototyping, educational use and other project work.In this book the authors introduce the fundamentals and capabilities of the 8051, then put them to use through practical exercises and project work. The result is a highly practical learning experience that will help a wide range of engineers and students to get through the steepest part of the learning curve and become proficient and productive designing with the 8051. The text is also supported by practical examples, summaries and knowledge-check questions.The latest developments in the 8051 family are also covered in this book, with chapters covering flash memory devices and 16-bit microcontrollers.Dave Calcutt, Fred Cowan and Hassan Parchizadeh are all experienced authors and lecturers at the University of Portsmouth, UK. Increase design productivity quickly with 8051 family microcontrollers Unlock the potential of the latest 8051 technology: flash memory devices and16-bit chips Self-paced learning for electronic designers, technicians and students




Digital System Design


Book Description

Today, embedded systems are widely deployed in just about every piece of machinery from toasters to spacecrafts, and embedded system designers face many challenges. They are asked to produce increasingly complex systems using the latest technologies, but these technologies are changing faster than ever. They are asked to produce better quality designs with a shorter time-to-market. They are asked to implement increasingly complex functionality but, more importantly, to satisfy numerous other constraints. To achieve these current goals, the designer must be aware of such design constraints and, more importantly, the factors that have a direct effect on them. One of the challenges facing embedded system designers is the selection of the optimum processor for the application in hand: single-purpose, general-purpose, or application specific. Microcontrollers are one member of the family of the application specific processors. Digital System Design concentrates on the use of a microcontroller as the embedded system's processor and how to use it in many embedded system applications. The book covers both the hardware and software aspects needed to design using microcontrollers and is ideal for undergraduate students and engineers that are working in the field of digital system design.







The 8051 Microcontroller


Book Description

The second edition presents the hardware and software of the 8051 microcontroller. The authors emphasize interfacing to real-world devices such as switches, displays, and motors. In this revised edition, two new chapters on C programming have been added, making the book more beneficial to readers.