IES - Unit - 2
IES - Unit - 2
• Reset Circuit
• Brown-out Protection Circuit
• Oscillator Unit
• Real-Time Clock (RTC)
• Watchdog Timer
Reset Circuit
The RESET Circuit is essential that to
ensure that the device is not operating at a
voltage level where the device is not
guaranteed to operate.
Brown-out Protection Circuit
Brown-out
Protection Circuit
prevents the
processor/controller
from unexpected
program execution
behavior when the
supply voltage to the
core falls below a
specified voltage.
Oscillator Unit
A core of embedded system is a digital device made
up of digital combinational and sequential circuits. The
instruction execution of a microprocessor / controller
occurs in sync with a clock signal. Oscillator unit in
embedded system is responsible for generation of the
precise clock signal for processor.
Real-Time Clock (RTC)
Real-Time Clock (RTC) is a system
component responsible for keeping
track of the time. RTC holds
information like current time (in hours,
minutes and seconds) in 12 hrs/ 24hrs
format, date, month, year and day of
the week etc.
Watchdog Timer
Watchdog timers are used to monitor the firmware execution
and reset the system core in the system hangs up. It is a
watchdog increments or decrements the free running counter
which counts the firmware instruction execution. It generates
the RESET signal whenever the free running counter for
watchdog completes its count.