11.0 Analog Front-End (AFE) Functional Description (PIC16F639 Only) .......................................................................................... 79
12.0 Special Features of the CPU.................................................................................................................................................... 111
13.0 Instruction Set Summary .......................................................................................................................................................... 131
14.0 Development Support............................................................................................................................................................... 141
16.0 DC and AC Characteristics Graphs and Tables....................................................................................................................... 173
Systems Information and Upgrade Hot Line ..................................................................................................................................... 185
Appendix A: Data Sheet Revision History......................................................................................................................................... 187
Appendix B: Product Identification System ....................................................................................................................................... 193
Worldwide Sales and Service ........................................................................................................................................................... 194
TO OUR VALUED CUSTOMERS
It is our intention to provide our valued customers with the best documentation possible to ensure successful use of your Microchip
products. To this end, we will continue to improve our publications to better suit your needs. Our publications will be refined and
enhanced as new volumes and updates are introduced.
If you have any questions or comments regarding this publication, please contact the Marketing Communications Department via
E-mail at
docerrors@microchip.com
or fax the
Reader Response Form
in the back of this data sheet to (480) 792-4150. We
welcome your feedback.
Most Current Data Sheet
To obtain the most up-to-date version of this data sheet, please register at our Worldwide Web site at:
http://www.microchip.com
You can determine the version of a data sheet by examining its literature number found on the bottom outside corner of any page.
The last character of the literature number is the version number, (e.g., DS30000A is version A of document DS30000).
Errata
An errata sheet, describing minor operational differences from the data sheet and recommended workarounds, may exist for current
devices. As device/documentation issues become known to us, we will publish an errata sheet. The errata will specify the revision
of silicon and revision of document to which it applies.
To determine if an errata sheet exists for a particular device, please check with one of the following:
• Microchip’s Worldwide Web site; http://www.microchip.com
• Your local Microchip sales office (see last page)
When contacting a sales office, please specify which device, revision of silicon and data sheet (include literature number) you are
using.
Customer Notification System
Register on our web site at
www.microchip.com
to receive the most current information on all of our products.
Hello everyone!
I am currently working on LED lighting fixtures, mainly high-voltage linear solutions for North America. My job is to be responsible for everything except designing the circuit (PCB La...
The MSP430 offers various types of timers and clocks that can be configured to run without CPU intervention. When a delay is required, one of the timer peripherals can be utilized to generate this del...
Lisp Badge is a standalone ATmega1284-based computer with a display and keyboard that you can program with uLisp:You can use it to run programs that interface with components such as LEDs and buttons ...
The price of STM32F429VI is too high, so I replaced it with STM32F407VE. I did not modify the program and tested UART, SPI, and CAN, all of which were normal. After using it for a while, I found that ...
First of all, why does C++ need inheritance? What does inheritance mean? What are the three types of inheritance?
Why do we need inheritance?
When writing large programs, there are often many classes,...