English
Language : 

PIC18F2331 Datasheet, PDF (126/396 Pages) Microchip Technology – 28/40/44-Pin Enhanced Flash Microcontrollers with nanoWatt Technology, High Performance PWM and A/D
PIC18F2331/2431/4331/4431
10.4 PORTD, TRISD and LATD
Registers
Note: PORTD is only available on PIC18F4X31
devices.
PORTD is an 8-bit wide, bidirectional port. The
corresponding Data Direction register is TRISD.
Setting a TRISD bit (= 1) will make the corresponding
PORTD pin an input (i.e., put the corresponding output
driver in a High-Impedance mode). Clearing a TRISD
bit (= 0) will make the corresponding PORTD pin an
output (i.e., put the contents of the output latch on the
selected pin).
The Data Latch register (LATD) is also memory
mapped. Read-modify-write operations on the LATD
register read and write the latched output value for
PORTD.
All pins on PORTD are implemented with Schmitt
Trigger input buffers. Each pin is individually
configurable as an input or output.
Note: On a Power-on Reset, these pins are
configured as digital inputs.
PORTD includes PWM<7:6> complementary fourth
channel PWM outputs. PWM4 is the complementary
output of PWM5 (the third channel), which is multi-
plexed with the RB5 pin. This output can be used as the
alternate output using the PWM4MX configuration bit in
CONFIG3L when the low-voltage programming pin
(PGM) is used on RB5.
RD1, RD2 and RD3 can be used as the alternate out-
put for SDO, SDI/SDA and SCK/SCL using the SSPMX
configuration bit in CONFIG3L.
RD4 an be used as the alternate output for FLTA using
the FLTAMX configuration bit in CONFIG3L.
EXAMPLE 10-4: INITIALIZING PORTD
CLRF
CLRF
MOVLW
MOVWF
PORTD
LATD
0xCF
TRISD
; Initialize PORTD by
; clearing output
; data latches
; Alternate method
; to clear output
; data latches
; Value used to
; initialize data
; direction
; Set RD<3:0> as inputs
; RD<5:4> as outputs
; RD<7:6> as inputs
FIGURE 10-21: BLOCK DIAGRAM OF RD7:RD6 PINS
PORT/PWM Select
PWM6,7 Data Out
Data Bus
WR LATD
or
PORTD
WR TRISD
RD LATD
D
Q
CK Q
Data Latch
D
Q
CK Q
TRIS Latch
RD TRISD
RD PORTD
0
VDD
P
1
N
VSS
Q
D
EN
Schmitt
Trigger
RD[7:6] Pin
DS39616B-page 124
Preliminary
 2003 Microchip Technology Inc.