欢迎访问ic37.com |
会员登录 免费注册
发布采购

PIC16F73-I/SO 参数 Datasheet PDF下载

PIC16F73-I/SO图片预览
型号: PIC16F73-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 40分之28引脚, 8位CMOS闪存微控制器 [28/40-pin, 8-bit CMOS FLASH Microcontrollers]
分类和应用: 闪存微控制器
文件页数/大小: 174 页 / 3853 K
品牌: MICROCHIP [ MICROCHIP TECHNOLOGY ]
 浏览型号PIC16F73-I/SO的Datasheet PDF文件第29页浏览型号PIC16F73-I/SO的Datasheet PDF文件第30页浏览型号PIC16F73-I/SO的Datasheet PDF文件第31页浏览型号PIC16F73-I/SO的Datasheet PDF文件第32页浏览型号PIC16F73-I/SO的Datasheet PDF文件第34页浏览型号PIC16F73-I/SO的Datasheet PDF文件第35页浏览型号PIC16F73-I/SO的Datasheet PDF文件第36页浏览型号PIC16F73-I/SO的Datasheet PDF文件第37页  
PIC16F7X
4.0
I/O PORTS
FIGURE 4-1:
Some pins for these I/O ports are multiplexed with an
alternate function for the peripheral features on the
device. In general, when a peripheral is enabled, that
pin may not be used as a general purpose I/O pin.
Additional information on I/O ports may be found in the
PICmicro™
Mid-Range
Reference
Manual,
(DS33023).
BLOCK DIAGRAM OF
RA3:RA0 AND RA5 PINS
Q
V
DD
Q
Data Bus
WR Port
D
CK
P
Data Latch
N
I/O pin
(1)
4.1
PORTA and the TRISA Register
WR TRIS
D
Q
Q
Analog
Input
Mode
V
SS
PORTA is a 6-bit wide, bi-directional port. The corre-
sponding data direction register is TRISA. Setting a
TRISA bit (= ‘1’) will make the corresponding PORTA
pin an input (i.e., put the corresponding output driver in
a Hi-Impedance mode). Clearing a TRISA bit (= ‘0’) will
make the corresponding PORTA pin an output (i.e., put
the contents of the output latch on the selected pin).
Reading the PORTA register reads the status of the
pins, whereas writing to it will write to the port latch. All
write operations are read-modify-write operations.
Therefore, a write to a port implies that the port pins are
read, the value is modified and then written to the port
data latch.
Pin RA4 is multiplexed with the Timer0 module clock
input to become the RA4/T0CKI pin. The RA4/T0CKI
pin is a Schmitt Trigger input and an open drain output.
All other PORTA pins have TTL input levels and full
CMOS output drivers.
Other PORTA pins are multiplexed with analog inputs
and analog V
REF
input. The operation of each pin is
selected by clearing/setting the control bits in the
ADCON1 register (A/D Control Register1).
Note:
On a Power-on Reset, these pins are con-
figured as analog inputs and read as '0'.
CK
TRIS Latch
RD TRIS
Q
D
EN
EN
TTL
Input
Buffer
RD PORT
To A/D Converter
Note 1:
I/O pins have protection diodes to V
DD
and V
SS
.
FIGURE 4-2:
BLOCK DIAGRAM OF
RA4/T0CKI PIN
D
Q
Q
N
V
SS
Schmitt
Trigger
Input
Buffer
Data Bus
WR PORT
The TRISA register controls the direction of the RA
pins, even when they are being used as analog inputs.
The user must ensure the bits in the TRISA register are
maintained set, when using them as analog inputs.
WR TRIS
CK
I/O pin
(1)
Data Latch
D
Q
Q
CK
EXAMPLE 4-1:
BCF
BCF
CLRF
INITIALIZING PORTA
;
;
;
;
;
;
;
;
;
;
;
;
;
;
;
Bank0
Initialize PORTA by
clearing output
data latches
Select Bank 1
Configure all pins
as digital inputs
Value used to
initialize data
direction
Set RA<3:0> as inputs
RA<5:4> as outputs
TRISA<7:6>are always
read as ’0’.
TRIS Latch
STATUS, RP0
STATUS, RP1
PORTA
RD TRIS
Q
D
EN
EN
RD PORT
BSF
MOVLW
MOVWF
MOVLW
STATUS, RP0
0x06
ADCON1
0xCF
MOVWF
TRISA
TMR0 Clock Input
Note 1:
I/O pin has protection diodes to V
SS
only.
2002 Microchip Technology Inc.
DS30325B-page 31