MPAE-15126 GitHub display description updated

master 1.0.0
Amey Panse 2023-02-13 14:55:57 +05:30
rodzic 72e423a65d
commit d2ecb0a6d5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
# Configure the External 32.768 kHz Crystal as an RTC Clock Source in Sleep Mode Using AVR128DB48
This code example demonstrates usage of AVR128DB48 microcontroller for configuring external crystal as peripheral clock source in sleep. In this example, external crystal as peripheral clock source in sleep is exemplified using Real-Time Counter(RTC).
This code example demonstrates how to configure an external 32.768 kHz crystal as a clock source to the Real-Time Counter (RTC) module of AVR microcontrollers. In this code example, the RTC module of AVR128DB48 microcontroller is supplied with an external 32.768 kHz crystal clock source while the microcontroller is in Sleep mode (Power-Down mode). It will show the power consumption by the device in Sleep mode and how external crystal as clock is accurate and consumes less power than the internal high frequency (HF) oscillator.
## Introduction