PIC12F675-I/MF Microchip Technology, PIC12F675-I/MF Datasheet - Page 31

no-image

PIC12F675-I/MF

Manufacturer Part Number
PIC12F675-I/MF
Description
IC MCU CMOS 1K FLASH W/AD 8-DFN
Manufacturer
Microchip Technology
Series
PIC® 12Fr

Specifications of PIC12F675-I/MF

Core Size
8-Bit
Program Memory Size
1.75KB (1K x 14)
Core Processor
PIC
Speed
20MHz
Peripherals
POR, WDT
Number Of I /o
5
Program Memory Type
FLASH
Eeprom Size
128 x 8
Ram Size
64 x 8
Voltage - Supply (vcc/vdd)
2 V ~ 5.5 V
Data Converters
A/D 4x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
8-DFN
Controller Family/series
PIC12
No. Of I/o's
6
Eeprom Memory Size
128Byte
Ram Memory Size
64Byte
Cpu Speed
20MHz
No. Of Timers
2
Processor Series
PIC12F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
64 B
Interface Type
RS- 232, USB
Maximum Clock Frequency
20 MHz
Number Of Programmable I/os
6
Number Of Timers
2
Operating Supply Voltage
2 V to 5.5 V
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
3rd Party Development Tools
52715-96, 52716-328, 52717-734, 53270-913
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, ICE2000, DM163014, DM164120-4
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit, 4 Channel
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
AC164324 - MODULE SKT FOR MPLAB 8DFN/16QFNXLT08DFN2 - SOCKET TRANSITION ICE 14DIP/8DFNXLT08DFN - SOCKET TRANSITION ICE 8DFNAC164032 - ADAPTER PICSTART PLUS 8DFN/DIPAC124001 - MODULE SKT PROMATEII 8DIP/SOIC
Connectivity
-
Lead Free Status / Rohs Status
 Details

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC12F675-I/MF
Manufacturer:
MICROCHIP
Quantity:
875
Part Number:
PIC12F675-I/MF
Manufacturer:
MICROCHI
Quantity:
20 000
4.4
An 8-bit counter is available as a prescaler for the
Timer0 module, or as a postscaler for the Watchdog
Timer. For simplicity, this counter will be referred to as
“prescaler” throughout this Data Sheet. The prescaler
assignment is controlled in software by the control bit
PSA (OPTION_REG<3>). Clearing the PSA bit will
assign the prescaler to Timer0. Prescale values are
selectable via the PS2:PS0 bits (OPTION_REG<2:0>).
The prescaler is not readable or writable. When
assigned to the Timer0 module, all instructions writing
to the TMR0 register (e.g., CLRF 1,
BSF 1, x....etc.) will clear the prescaler. When
assigned to WDT, a CLRWDT instruction will clear the
prescaler along with the Watchdog Timer.
4.4.1
The prescaler assignment is fully under software
control (i.e., it can be changed “on the fly” during
program execution). To avoid an unintended device
Reset, the following instruction sequence (Example 4-
1) must be executed when changing the prescaler
assignment from Timer0 to WDT.
TABLE 4-1:
 2010 Microchip Technology Inc.
01h
0Bh/8Bh
81h
85h
Legend:
Address
Prescaler
TMR0
INTCON
OPTION_REG
TRISIO
Shaded cells are not used by the Timer0 module.
— = Unimplemented locations, read as ‘
SWITCHING PRESCALER
ASSIGNMENT
Name
REGISTERS ASSOCIATED WITH TIMER0
Timer0 Module Register
GPPU
Bit 7
GIE
INTEDG
Bit 6
PEIE
TRISIO5 TRISIO4 TRISIO3 TRISIO2 TRISIO1 TRISIO0 --11 1111
T0CS
MOVWF 1,
Bit 5
T0IE
0
’, u = unchanged, x = unknown.
T0SE
Bit 4
INTE
GPIE
Bit 3
PSA
EXAMPLE 4-1:
To change prescaler from the WDT to the TMR0
module, use the sequence shown in Example 4-2. This
precaution must be taken even if the WDT is disabled.
EXAMPLE 4-2:
BCF
CLRWDT
CLRF
BSF
MOVLW
MOVWF
CLRWDT
MOVLW
MOVWF
BCF
CLRWDT
BSF
MOVLW
MOVWF
BCF
Bit 2
T0IF
PS2
STATUS,RP0
TMR0
STATUS,RP0
b’00101111’ ;Required if desired
OPTION_REG
b’00101xxx’ ;Set postscaler to
OPTION_REG
STATUS,RP0
STATUS,RP0
b’xxxx0xxx’ ;Select TMR0,
OPTION_REG
STATUS,RP0
Bit 1
INTF
PS1
PIC12F629/675
CHANGING PRESCALER
(TIMER0WDT)
CHANGING PRESCALER
(WDTTIMER0)
Bit 0
GPIF
PS0
;Bank 0
;Clear WDT
;Clear TMR0 and
; prescaler
;Bank 1
; PS2:PS0 is
; 000 or 001
;
; desired WDT rate
;Bank 0
;Clear WDT and
; postscaler
;Bank 1
; prescale, and
; clock source
;
;Bank 0
POR, BOD
xxxx xxxx
0000 0000
1111 1111
Value on
DS41190G-page 31
uuuu uuuu
0000 000u
1111 1111
--11 1111
Value on
all other
Resets

Related parts for PIC12F675-I/MF