LPC47M192-NW Standard Microsystems (SMSC), LPC47M192-NW Datasheet - Page 167

no-image

LPC47M192-NW

Manufacturer Part Number
LPC47M192-NW
Description
Manufacturer
Standard Microsystems (SMSC)
Datasheet

Specifications of LPC47M192-NW

Lead Free Status / RoHS Status
Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
LPC47M192-NW
Manufacturer:
Microchip Technology
Quantity:
10 000
Part Number:
LPC47M192-NW
Manufacturer:
SMSC
Quantity:
20 000
Company:
Part Number:
LPC47M192-NW
Quantity:
4 000
9.2 Configuration Sequence
To program the configuration registers, the following sequence must be followed:
1)
2)
3)
9.2.1 ENTER CONFIGURATION MODE
To place the chip into the Configuration State the Config Key is sent to the chip’s CONFIG PORT. The config key
consists of 0x55 written to the CONFIG PORT. Once the configuration key is received correctly the chip enters into
the Configuration State (The auto Config ports are enabled).
9.2.1.1
The system sets the logical device information and activates desired logical devices through the INDEX and DATA
ports. In configuration mode, the INDEX PORT is located at the CONFIG PORT address and the DATA PORT is at
INDEX PORT address + 1.
The desired configuration registers are accessed in two steps:
Note : If accessing the Global Configuration Registers, step (a) is not required.
9.2.2 EXIT CONFIGURATION MODE
To exit the Configuration State the system writes 0xAA to the CONFIG PORT. The chip returns to the RUN State.
Note : Only two states are defined (Run and Configuration). In the Run State the chip will always be ready to enter
the Configuration State.
9.2.2.1
The following is an example of a configuration program in Intel 8086 assembly language.
Notes:
HARD RESET: PCI_RESET# pin asserted.
SOFT RESET: Bit 0 of Configuration Control register set to one. All host accesses are blocked for 500µs after Vcc
POR (see Power-up Timing Diagram)
SMSC DS – LPC47M192
Enter Configuration Mode
Configure the Configuration Registers
Exit Configuration Mode
a)
b)
Write the index of the Logical Device Number Configuration Register (i.e., 0x07) to the INDEX PORT and
then write the number of the desired logical device to the DATA PORT
Write the address of the desired configuration register within the logical device to the INDEX PORT and then
write or read the configuration register through the DATA PORT.
Configuration Mode
Programming Example
;----------------------------.
; ENTER CONFIGURATION MODE |
;----------------------------‘
MOV
MOV
OUT
;----------------------------.
; CONFIGURE REGISTER CRE0, |
; LOGICAL DEVICE 8
;----------------------------‘
MOV
MOV
OUT
MOV
MOV
OUT
;
MOV
MOV
OUT
MOV
MOV
OUT
;-----------------------------.
; EXIT CONFIGURATION MODE
;-----------------------------‘
MOV
MOV
OUT
DX,AL ;Point to LD# Config Reg
DX,AL;Point to Logical Device 8
DX,AL
DX,AL
DX,02EH
AX,055H
DX,AL
DX,02EH
AL,07H
DX,02FH
AL, 08H
DX,02EH
AL,E0H
DX,02fH
AL,02H
DX,02EH
AX,0AAH
DX,AL
DATASHEET
; Point to CRE0
; Update CRE0
|
Page 167
|
Rev. 03/30/05

Related parts for LPC47M192-NW