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

FDC37N3869 参数 Datasheet PDF下载

FDC37N3869图片预览
型号: FDC37N3869
PDF下载: 下载PDF文件 查看货源
内容描述: 3.3V超级I / O控制器,红外支持 [3.3V SUPER I/O CONTROLLER WITH INFRARED SUPPORT]
分类和应用: 控制器
文件页数/大小: 136 页 / 718 K
品牌: SMSC [ SMSC CORPORATION ]
 浏览型号FDC37N3869的Datasheet PDF文件第93页浏览型号FDC37N3869的Datasheet PDF文件第94页浏览型号FDC37N3869的Datasheet PDF文件第95页浏览型号FDC37N3869的Datasheet PDF文件第96页浏览型号FDC37N3869的Datasheet PDF文件第98页浏览型号FDC37N3869的Datasheet PDF文件第99页浏览型号FDC37N3869的Datasheet PDF文件第100页浏览型号FDC37N3869的Datasheet PDF文件第101页  
CONFIGURATION REGISTER PROGRAMMING  
The FDC37N3869 contains configuration registers CR00-CR2F. After the FDC37N3869 enters the configuration  
state, configuration registers can be programmed by first writing the register index number (00 - 2FH) to the  
Configuration Select Register (CSR) through the INDEX PORT and then writing or reading the configuration register  
contents through the DATA PORT. Configuration register access remains enabled until the configuration state is  
explicitly exited.  
EXITING THE CONFIGURATION STATE  
To exit the configuration state, write one byte of AAH data to the CONFIG PORT. The FDC37N3869 will  
automatically deactivate the Configuration Access Ports following this procedure, at which point configuration register  
access cannot occur until the configuration state is explicitly re-enabled.  
PROGRAMMING EXAMPLE  
The following is a configuration register programming example written in Intel 8086 assembly language.  
;-----------------------------.  
; ENTER CONFIGURATION STATE |  
;-----------------------------‘  
MOV  
MOV  
OUT  
DX,3F0H  
AX,055H  
DX,AL  
;SYSOPT = 0  
;-----------------------------.  
; CONFIGURE REGISTERS CR0-CRx |  
;-----------------------------‘  
MOV  
MOV  
OUT  
MOV  
MOV  
OUT  
;
DX,3F0H  
AL,00H  
DX,AL  
;Point to CR0  
;Update CR0  
DX,3F1H  
AL,3FH  
DX,AL  
MOV  
MOV  
OUT  
MOV  
MOV  
OUT  
;
DX,3F0H  
AL,01H  
DX,AL  
;Point to CR1  
;Update CR1  
DX,3F1H  
AL,9FH  
DX,AL  
; Repeat for all CRx registers  
;
;-----------------------------.  
; EXIT CONFIGURATION STATE  
;-----------------------------‘  
|
MOV  
MOV  
OUT  
DX,3F0H  
AX,AAH  
DX,AL  
CONFIGURATION SELECT REGISTER (CSR)  
The Configuration Select Register can only be accessed when the FDC37N3869 is in the configuration state. The  
CSR is located at the INDEX PORT address and must be initialized with configuration register index before the  
register can be accessed using the DATA PORT.  
SMSC DS – FDC37N3869  
Page 97  
Rev. 10/25/2000  
 复制成功!