Introduction to PIC microcontroller programming

Published
ISBN Formato físico
ISBN-13
ISBN PDF (venta)
ISBN-13
Publication date (01)
How to Cite
Keywords:
Electronic devices and materials

Programming (Analog Digital Computers)


Electronic circuits


Integrated circuits


Drivers (Computer programs)


Microelectronics


Abstract
Digital systems are the basis of modern electronic equipment, where its core is centered on a microcontroller or processor. Learning how to program a microcontroller and properly use its peripherals is the basis for the design of current electronic technologies.
This book begins by recalling the basic concepts of C programming that are used in microcontroller programming. It then presents the way in which the data bus architecture operates to acquire information, process it and expose it to the user.
This opens the way to examples of the rest of the microcontroller architecture, with modules for analog-to-digital conversion, serial communication, analog comparison, and so on. These are covered in the framework of application examples, which orient the reader to their use and potential.
At the end of each chapter, the reader is left with proposed exercises that, supported by the previous documentation, will allow him to consolidate his knowledge and challenge himself to generate new applications.
Chapters
-
1. Lenguaje C
-
2. Puertos de datos y aplicaciones
-
3. Configuración demódulos base
-
4. Módulos específicos