AT89S52 Microcontroller
AT89S52 Microcontroller
AT89S52 Microcontroller
Features:
-
RST Pin:
-
Reset input. A high on this pin for two machine cycles while the oscillator is
running resets the device.
This pin drives high for 98 oscillator periods after the Watchdog times out.
The DISRTO bit in SFR AUXR (address 8EH) can be used to disable this
feature.
Category
Pin NO.
Power Pins
Contrast Pin
VSS Ground
2
VDD or VCC
Vo or VEE
Control Pins
RS
RW
7-14
D0-D7
Data Pins
Backlight Pins
15
16
Backlight Ground
Interrupts:
Port 3(P3.2 & P3.3)
The interrupts refer to a notification, communicated to the
controller, by a hardware device or software.
on receipt of which controller momentarily stops and responds to
the interrupt.
Whenever an interrupt occurs the controller completes the
execution of the current instruction and starts the execution of
Interrupt Service Routine (ISR) or Interrupt Handler .
Each of these interrupt sources can be individually enabled or
disabled by setting or clearing a bit in Special Function Register IE. IE
also contains a global disable bit, EA, which disables all
interrup111111ts at once.
-