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

FDC37N769_07 参数 Datasheet PDF下载

FDC37N769_07图片预览
型号: FDC37N769_07
PDF下载: 下载PDF文件 查看货源
内容描述: 3.3V超级I / O控制器具有红外支持针对便携式应用 [3.3V Super I/O Controller with Infrared Support for Portable Applications]
分类和应用: 控制器便携式
文件页数/大小: 137 页 / 659 K
品牌: SMSC [ SMSC CORPORATION ]
 浏览型号FDC37N769_07的Datasheet PDF文件第92页浏览型号FDC37N769_07的Datasheet PDF文件第93页浏览型号FDC37N769_07的Datasheet PDF文件第94页浏览型号FDC37N769_07的Datasheet PDF文件第95页浏览型号FDC37N769_07的Datasheet PDF文件第97页浏览型号FDC37N769_07的Datasheet PDF文件第98页浏览型号FDC37N769_07的Datasheet PDF文件第99页浏览型号FDC37N769_07的Datasheet PDF文件第100页  
Exiting the Configuration State  
To exit the configuration state, write one byte of AAH data to the CONFIG PORT. The FDC37N769 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  
;-----------------------------.  
; CONFIGURE REGISTERS CR0-CRx |  
;-----------------------------‘  
MOV  
MOV  
OUT  
MOV  
MOV  
OUT  
;
DX,3F0H  
AL,00H  
DX,AL  
DX,3F1H  
AL,3FH  
DX,AL  
;Point to CR0  
;Update CR0  
MOV  
MOV  
OUT  
MOV  
MOV  
OUT  
;
DX,3F0H  
AL,01H  
DX,AL  
DX,3F1H  
AL,9FH  
DX,AL  
;Point to CR1  
;Update CR1  
; Repeat for all CRx registers  
;
;-----------------------------.  
; EXIT CONFIGURATION STATE  
|
;-----------------------------‘  
MOV  
MOV  
OUT  
DX,3F0H  
AX,AAH  
DX,AL  
SMSC DS – FDC37N769  
Page 96 of 137  
Rev. 02-16-07  
DATASHEET  
 复制成功!