English
Language : 

AT89S8253_08 Datasheet, PDF (8/59 Pages) ATMEL Corporation – 8-bit Microcontroller with 12K Bytes Flash and 2K Bytes EEPROM
5.1 Auxiliary Register
The AUXR Register contains a single active bit called DISALE.
Table 5-2. AUXR – Auxiliary Register
AUXR Address = 8EH
Not Bit Addressable
Reset Value = XXXX XXX0B
–
Bit
7
Symbol
Intel_Pwd_Exit
DISALE
–
–
–
–
–
Intel_Pwd_Exit
DISALE
6
5
4
3
2
1
0
Function
When set, this bit configures the interrupt driven exit from power-down to resume execution on the rising edge of
the interrupt signal. When this bit is cleared, the execution resumes after a self-timed interval (nominal 2 ms)
referenced from the falling edge of the interrupt signal.
When DISALE = 0, ALE is emitted at a constant rate of 1/6 the oscillator frequency (except during MOVX when 1
ALE pulse is missing). When DISALE = 1, ALE is active only during a MOVX or MOVC instruction.
5.2 Clock Register
The CLKREG register contains a single active bit called X2.
Table 5-3. CLKREG – Clock Register
CLKREG Address = 8FH
Not Bit Addressable
Reset Value = XXXX XXX0B
–
–
–
–
–
–
–
X2
Bit
7
6
5
4
3
2
1
0
Symbol
X2
Function
When X2 = 0, the oscillator frequency (at XTAL1 pin) is internally divided by 2 before it is used as the device system
frequency.
When X2 = 1, the divider by 2 is no longer used and the XTAL1 frequency becomes the device system frequency. This
enables the user to choose a 6 MHz crystal instead of a 12 MHz crystal, for example, in order to reduce EMI.
5.3 SPI Registers
Control and status bits for the Serial Peripheral Interface are contained in registers SPCR (see
Table 14-1 on page 25) and SPSR (see Table 14-2 on page 26). The SPI data bits are contained
in the SPDR register. In normal SPI mode, writing the SPI data register during serial data trans-
fer sets the Write Collision bit (WCOL) in the SPSR register. In enhanced SPI mode, the SPDR
is also write double-buffered because WCOL works as a Write Buffer Full Flag instead of being a
collision flag. The values in SPDR are not changed by Reset.
5.4 Interrupt Registers
The global interrupt enable bit and the individual interrupt enable bits are in the IE register. In
addition, the individual interrupt enable bit for the SPI is in the SPCR register. Four priorities can
be set for each of the six interrupt sources in the IP and IPH registers.
IPH bits have the same functions as IP bits, except IPH has higher priority than IP. By using IPH
in conjunction with IP, a priority level of 0, 1, 2, or 3 may be set for each interrupt.
8 AT89S8253
3286L–MICRO–8/08