PIC12C672-10I/P Microchip Technology, PIC12C672-10I/P Datasheet - Page 502

no-image

PIC12C672-10I/P

Manufacturer Part Number
PIC12C672-10I/P
Description
IC MCU OTP 2KX14 A/D 8DIP
Manufacturer
Microchip Technology
Series
PIC® 12Cr
Datasheets

Specifications of PIC12C672-10I/P

Core Size
8-Bit
Program Memory Size
3.5KB (2K x 14)
Core Processor
PIC
Speed
10MHz
Peripherals
POR, WDT
Number Of I /o
5
Program Memory Type
OTP
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
3 V ~ 5.5 V
Data Converters
A/D 4x8b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
8-DIP (0.300", 7.62mm)
Controller Family/series
PIC12
No. Of I/o's
6
Ram Memory Size
128Byte
Cpu Speed
10MHz
No. Of Timers
1
Digital Ic Case Style
DIP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
ISPICR1 - ADAPTER IN-CIRCUIT PROGRAMMINGAC124001 - MODULE SKT PROMATEII 8DIP/SOIC
Eeprom Size
-
Connectivity
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
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 PIC12C672-10I/P