PIC16F884-I/PT Microchip Technology, PIC16F884-I/PT Datasheet - Page 43

IC PIC MCU FLASH 4KX14 44TQFP

PIC16F884-I/PT

Manufacturer Part Number
PIC16F884-I/PT
Description
IC PIC MCU FLASH 4KX14 44TQFP
Manufacturer
Microchip Technology
Series
PIC® 16Fr

Specifications of PIC16F884-I/PT

Program Memory Type
FLASH
Program Memory Size
7KB (4K x 14)
Package / Case
44-TQFP, 44-VQFP
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
35
Eeprom Size
256 x 8
Ram Size
256 x 8
Voltage - Supply (vcc/vdd)
2 V ~ 5.5 V
Data Converters
A/D 14x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Processor Series
PIC16F
Core
PIC
Data Bus Width
8 bit
Data Ram Size
256 B
Interface Type
MSSP/EUSART
Maximum Clock Frequency
20 MHz
Number Of Programmable I/os
35
Number Of Timers
3
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
Development Tools By Supplier
PG164130, DV164035, DV244005, DV164005, PG164120, ICE2000, DM164120-2
Minimum Operating Temperature
- 40 C
On-chip Adc
14-ch x 10-bit
Package
44TQFP
Device Core
PIC
Family Name
PIC16
Maximum Speed
20 MHz
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With
XLT44PT3 - SOCKET TRAN ICE 44MQFP/TQFPAC164305 - MODULE SKT FOR PM3 44TQFP444-1001 - DEMO BOARD FOR PICMICRO MCU
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
PIC16F884-I/PT
Manufacturer:
VISHAY
Quantity:
2 300
Part Number:
PIC16F884-I/PT
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
PIC16F884-I/PT
Manufacturer:
MICROCHIP/微芯
Quantity:
20 000
Part Number:
PIC16F884-I/PT
0
3.2.2
The Ultra Low-Power Wake-up (ULPWU) on RA0 allows
a slow falling voltage to generate an interrupt-on-change
on RA0 without excess current consumption. The mode
is selected by setting the ULPWUE bit of the PCON
register. This enables a small current sink, which can be
used to discharge a capacitor on RA0.
Follow these steps to use this feature:
a)
b)
c)
d)
e)
When the voltage on RA0 drops below V
will be generated which will cause the device to
wake-up and execute the next instruction. If the GIE bit
of the INTCON register is set, the device will then call
the interrupt vector (0004h).
This feature provides a low-power technique for
periodically waking up the device from Sleep. The
time-out is dependent on the discharge time of the RC
circuit on RA0. See Example 3-2 for initializing the
Ultra Low-Power Wake-up module.
© 2009 Microchip Technology Inc.
Charge the capacitor on RA0 by configuring the
RA0 pin to output (= 1).
Configure RA0 as an input.
Set the ULPWUIE bit of the PIE2 register to
enable interrupt.
Set the ULPWUE bit of the PCON register to
begin the capacitor discharge.
Execute a SLEEP instruction.
ULTRA LOW-POWER WAKE-UP
IL
, an interrupt
PIC16F882/883/884/886/887
A series resistor between RA0 and the external
capacitor provides overcurrent protection for the
RA0/AN0/ULPWU/C12IN0- pin and can allow for
software calibration of the time-out (see Figure 3-1). A
timer can be used to measure the charge time and
discharge time of the capacitor. The charge time can
then be adjusted to provide the desired interrupt delay.
This technique will compensate for the affects of
temperature, voltage and component accuracy. The
Ultra Low-Power Wake-up peripheral can also be
configured as a simple Programmable Low Voltage
Detect or temperature sensor.
EXAMPLE 3-2:
BANKSEL PORTA
BSF
BANKSEL ANSEL
BCF
BANKSEL TRISA
BCF
CALL
BANKSEL PIR2
BCF
BANKSEL PCON
BSF
BSF
BSF
MOVLW
MOVWF
SLEEP
NOP
Note:
PORTA,0
ANSEL,0
TRISA,0
CapDelay
PIR2,ULPWUIF
PCON,ULPWUE
TRISA,0
PIE2, ULPWUIE
B’11000000’
INTCON
For more information, refer to AN879,
“Using the Microchip Ultra Low-Power
Wake-up
(DS00879).
ULTRA LOW-POWER
WAKE-UP INITIALIZATION
Module”
;
;Set RA0 data latch
;
;RA0 to digital I/O
;
;Output high to
;charge capacitor
;
;Clear flag
;Enable ULP Wake-up
;RA0 to input
;Enable interrupt
;Enable peripheral
;interrupt
;Wait for IOC
;
Application
DS41291F-page 41
Note

Related parts for PIC16F884-I/PT