English
Language : 

GMS30C2116 Datasheet, PDF (148/322 Pages) Hynix Semiconductor – USERS MANUAL
6-26
CHAPTER 6
6.9.3 Bus Signal Description (continued)
States Names
Use
O ACT
Active as bus master. ACT is signaled high when GRANT# is
low and it is kept high during a current bus access. Since
GRANT# is asynchronous, ACT follows GRANT# with a delay
of 2..3 cycles. ACT is also kept high on a bus lock
(FCR(17) = 0) from the beginning of the first access after
FCR(17) is cleared to zero until the bus lock is released by
setting FCR(17) to one.
Note: When ACT transits from high to low, the address and data
bus are switched to threats (inactive). All bus control signals
marked O/Z are driven high and then switched to threats. These
signals are kept high by an on-chip resistor (ca. 1 MΩ) tied on-
chip to Vcc.
I
INT1..INT4
Interrupt Request. A signal of a specified level on any of the
INT1..INT4 interrupt request pins causes an interrupt exception
when the interrupt lock flag L is zero and the corresponding
INTxMask bit in FCR is not set. The INTxPolarity bits in FCR
specify the level of the INTx signals: INTxPolarity = 1 causes
an interrupt on a high input signal level, INTxPolarity = 0
causes an interrupt on a low input signal level. INT1..INT4 may
be signaled asynchronously to the clock; they are not stored
internally.
A transition of INT1..INT4 is effective after a minimum of three
cycles. The response time may be much higher depending on the
number of cycles to the end of the current instruction or the
number of cycles until the interrupt lock flag L is cleared.
Note: The signal level of INT1..INT4 can be inspected in
ISR(0)..ISR(4). Thus, with the corresponding INTxMask bit set,
INT1..INT4 can be used just as input signals.
O/I IO1..IO3
General Input-Output. IO1..IO3 can be individually configured
via IOxDirection bits in the FCR as either input or output pins.
When configured as input, IO1..IO3 can be used like
INT1..INT4 for additional interrupt or input signals.
When configured as output, the IOxPolarity bit in FCR specifies
the output signal level. IOxPolarity = 1 specifies a high level,
IOxPolarity = 0 specifies a low level. An output signal at IO1 or
IO2 cannot cause an interrupt regardless of the corresponding
IOxMask bit; however, it can be inspected as IOxLevel in ISR
(e.g. for testing).
The supervisor flag S can be switched to the IO1 pin by
configuring IO1 as an output and clearing the IO1 mask.
IO1Polarity = 1 switches S non-inverted to IO1 (high when
S = 1), IO1Polarity = 0 switches S inverted to IO1.
IO3 can be used for various control functions, see section 6.8.
IO3 Control Modes.