PIC16F76T-E/SO Microchip Technology, PIC16F76T-E/SO Datasheet - Page 502

IC MCU FLASH 8KX14 A/D 28SOIC

PIC16F76T-E/SO

Manufacturer Part Number
PIC16F76T-E/SO
Description
IC MCU FLASH 8KX14 A/D 28SOIC
Manufacturer
Microchip Technology
Series
PIC® 16Fr

Specifications of PIC16F76T-E/SO

Core Processor
PIC
Core Size
8-Bit
Speed
20MHz
Connectivity
I²C, SPI, UART/USART
Peripherals
Brown-out Detect/Reset, POR, PWM, WDT
Number Of I /o
22
Program Memory Size
14KB (8K x 14)
Program Memory Type
FLASH
Ram Size
368 x 8
Voltage - Supply (vcc/vdd)
4 V ~ 5.5 V
Data Converters
A/D 5x8b
Oscillator Type
External
Operating Temperature
-40°C ~ 125°C
Package / Case
28-SOIC (7.5mm Width)
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Other names
PIC16F76TE/SO
PICmicro MID-RANGE MCU FAMILY
27.2.1
DS31027A-page 27-6
MPASM’s CONFIG Directive
Microchip’s assembler, MPASM, has a nice feature that allows you to specify, in the source code
file, the selected states of the configuration bits for this program. This ensures that when pro-
gramming a device for an application the required configuration is also programmed. This mini-
mizes the risk of programming the wrong device configuration, and wondering why it no longer
works in the application.
Example 27-1
Example 27-1:Using the CONFIG Directive, a Source File Template
The Symbols that are currently in the Microchip Device Header files that make using the CONFIG
directive straight forward are shown in
please refer to that device’s Microchip Include file.
;
;
;
;
; Specify Device Configuration Bits
;
;
RESET_ADDR
Note:
LIST
Revision History
#INCLUDE
#INCLUDE
#INCLUDE
__CONFIG
org
end
As long as the correct device is specified (in the LIST and INCLUDE file directives),
the correct polarity of all bits is ensured.
0x00
show a template for using the CONFIG directive.
p = p16C77
:
<P16C77.INC>
<MY_STD.MAC>
<APP.MAC>
_XT_OSC & _PWRTE_ON & _BODEN_OFF & _CP_OFF & _WDT_ON
; Start of Program Memory
; First instruction to execute after a reset
; List Directive,
Table
; Microchip Device Header File
; File which includes my standard macros
; File which includes macros specific
;
to this application
27-1. For the symbols available for your device,
1997 Microchip Technology Inc.

Related parts for PIC16F76T-E/SO