UNDERSTANDING THE MICROCHIP TECHNOLOGY PIC 16F877A: FEATURES OF THE MCU

UNDERSTANDING THE MICROCHIP TECHNOLOGY PIC 16F877A: FEATURES OF THE MCU PIC microcontrollers are manufactured by the Microchip Technology Corporation of Chandler, Arizona. We will be using the recommended 16F877A microcontroller in the LAB-X1 board, see Figure 3.1. Not all the features provided in the 16F877A will be addressed in the exercises to follow, but enough […]
Continue reading…

 

THE SOFTWARE, COMPILERS, AND EDITORS:PICBASIC PRO COMPILER INSTRUCTION SET

PICBASIC PRO COMPILER INSTRUCTION SET As you can see from the preceding comparison, the PICBASIC PRO compiler pro- vides a much more comprehensive instruction set and is the compiler of choice for serious development work. The mathematical functions are substantially more powerful. It is, of course, also possible to program microcontrollers in assembly language and […]
Continue reading…

 

UNDERSTANDING THE MICROCHIP TECHNOLOGY PIC 16F877A:CONFIGURING AND CONTROLLING THE PROPERTIES OF THE PORTS

CONFIGURING AND CONTROLLING THE PROPERTIES OF THE PORTS The PIC 16F877A provides 33 I/O pins distributed across five ports. Each of the ports has unique capabilities built into it. This chapter discusses the capabilities of each of the ports with special attention to these special properties. The descriptions are cursory and are designed to provide […]
Continue reading…

 

UNDERSTANDING THE MICROCHIP TECHNOLOGY PIC 16F877A:USING THE A TO D CAPABILITIES OF THE PIC 16F877A

USING THE A TO D CAPABILITIES OF THE PIC 16F877A A to D conversions will be discussed in more detail in Chapter 5. There are a number of basic measurements that you can make with the LAB-X1 board by using its analog-to-digital and other capabilities. These form the basis for the inputs that you can […]
Continue reading…

 

GETTING STARTED:LOADING THE SOFTWARE

LOADING THE SOFTWARE The following software will be provided with the various components that you will acquire as you learn about using microcontrollers based on the experimental boards provided by microEngineering Labs. N PICBASIC PRO compiler software and book. N USB port programmer (or whatever programmer you are using) software and book N MicroCode Studio […]
Continue reading…