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

PIC18F24J10-I/SO 参数 Datasheet PDF下载

PIC18F24J10-I/SO图片预览
型号: PIC18F24J10-I/SO
PDF下载: 下载PDF文件 查看货源
内容描述: 28 /40/ 44引脚高性能, RISC微控制器 [28/40/44-Pin High-Performance, RISC Microcontrollers]
分类和应用: 微控制器
文件页数/大小: 368 页 / 5652 K
品牌: MICROCHIP [ MICROCHIP ]
 浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第108页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第109页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第110页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第111页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第113页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第114页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第115页浏览型号PIC18F24J10-I/SO的Datasheet PDF文件第116页  
PIC18F45J10 FAMILY  
The upper four bits of the TRISE register also control  
the operation of the Parallel Slave Port. Their operation  
is explained in Register 10-1.  
10.6 PORTE, TRISE and LATE  
Registers  
Note:  
PORTE is only available in 40/44-pin  
devices.  
The Data Latch register (LATE) is also memory  
mapped. Read-modify-write operations on the LATE  
register read and write the latched output value for  
PORTE.  
Depending on the particular PIC18F45J10 family  
device selected, PORTE is implemented in two  
different ways.  
EXAMPLE 10-6:  
INITIALIZING PORTE  
For 40/44-pin devices, PORTE is a 4-bit wide port.  
Three pins (RE0/RD/AN5, RE1/WR/AN6 and RE2/CS/  
AN7) are individually configurable as inputs or outputs.  
These pins have Schmitt Trigger input buffers. When  
selected as analog inputs, these pins will read as ‘0’s.  
CLRF  
PORTE  
; Initialize PORTE by  
; clearing output  
; data latches  
CLRF  
LATE  
; Alternate method  
; to clear output  
; data latches  
The corresponding Data Direction register is TRISE.  
Setting a TRISE bit (= 1) will make the corresponding  
PORTE pin an input (i.e., put the corresponding output  
driver in a high-impedance mode). Clearing a TRISE bit  
(= 0) will make the corresponding PORTE pin an output  
(i.e., put the contents of the output latch on the selected  
pin).  
MOVLW 0Ah  
; Configure A/D  
MOVWF ADCON1 ; for digital inputs  
MOVLW 03h  
; Value used to  
; initialize data  
; direction  
MOVWF TRISE  
; Set RE<0> as inputs  
; RE<1> as outputs  
; RE<2> as inputs  
TRISE controls the direction of the RE pins, even when  
they are being used as analog inputs. The user must  
make sure to keep the pins configured as inputs when  
using them as analog inputs.  
Note:  
On a Power-on Reset, RE<2:0> are  
configured as analog inputs.  
DS39682E-page 110  
© 2009 Microchip Technology Inc.  
 复制成功!