PIC12C672-10/SM Microchip Technology, PIC12C672-10/SM Datasheet - Page 502

no-image

PIC12C672-10/SM

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

Specifications of PIC12C672-10/SM

Core Processor
PIC
Core Size
8-Bit
Speed
10MHz
Peripherals
POR, WDT
Number Of I /o
5
Program Memory Size
3.5KB (2K x 14)
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
0°C ~ 70°C
Package / Case
8-SOIC (5.3mm Width), 8-SOP, 8-SOEIAJ
For Use With
XLT08SO-1 - SOCKET TRANSITION 8SOIC 150/208AC164312 - MODULE SKT FOR PM3 16SOICISPICR1 - ADAPTER IN-CIRCUIT PROGRAMMING309-1048 - ADAPTER 8-SOIC TO 8-DIP309-1047 - ADAPTER 8-SOIC TO 8-DIPAC124001 - MODULE SKT PROMATEII 8DIP/SOIC
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Connectivity
-
Other names
PIC12C672-10/SMR
PIC12C672-10/SMR
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-10/SM