Using the HT16K33 in DVD Player Panel Applications

Size: px
Start display at page:

Download "Using the HT16K33 in DVD Player Panel Applications"

Transcription

1 Using the HT16K33 in DVD Player Panel Applications D/N:AN0363E Introduction The HT16K33 is a memory mapping and multi-function LED controller driver. The maximum display capacity in the device is 128 dots (16 segments 8 commons) with a 13 3 (Max.) matrix key scan circuit. The software configuration features of the HT16K33 make it suitable in a wide range of LED applications including LED modules and display subsystems, such as industrial control indicators, digital clocks, thermometers, counters, multimeters, VCR sets and others. The device can easily communicate with other microcontrollers using its I²C interface. Demo Basic Features Operating Voltage: 4.5V ~ 5.5V Integrated RC oscillator I 2 C bus communication interface Can upgrade its programs in-circuit using a 5-pin interface 16 levels of LED brightness control 16 8 bit RAM for display data storage Supports a maximum 16 8 dot display: 16 segments 8 commons Integrated key-scan function with a maximum of up to 13 3 key matrix Pressing any key can wake-up the system from the standby mode Package type: 20/24/28-pin SSOP Demo Function and Usage Description Demo Functional Description LED Display Function Display the playing track or the time and the state of the current playing mode. Track selection and the LED Panel brightness setting function select the track; adjust the LED panel brightness level. Playing mode selection function In the stop mode, setup the playing mode by pressing the Mode switch. 1

2 Demo Usage Description ICP Track Timer Power KeyBoard Input Switch Power Mode Play Stop Pause PBC Fast Bright Up Down Function Power:Enable / Disable LED display (1) Enable the LED Panel display, the Power LED remains on. (2) Enter the standby mode, the LED Panel display is off, the Power LED is flashing. First press on the Power Switch (Initial): (1) The Track, Hour and Minute display 0, the DVD lights up. (2) The Dial, and all light up. (3) The brightness is set to the maximum value (display 016). (4) The HT16K33 supports a function where any key can wake up the system from the Standby Mode. Therefore after being woken up, it will display the function which the Key Data read out belongs to. For example, if the Play switch is pressed to wake up the system, then it will start the Play function and display the relevant state. Mode: playing mode setting Initial state: DVD display is on; Press the Mode switch: DVD display is off, VCD display is on and the VCD playing mode is entered; Press the Mode switch again: VCD display is off, MP3 display is on and enter the MP3 playing mode; Press the Mode switch again: VCD display is off, DVD display is on. Return to the VCD playing mode. The three playing modes can be obtained cyclically as above. Play: the music play switch (1) and light up, the dial rotates. (2) Play the music from the list 001 (increasing). (3) Minute and second are increasing. Stop: the music playing stop switch (1) Track, Hour and Minute all display 0. (2) The Dial, and all light up. (3) and are off. Pause: the music playing pause switch (1) Display the current state, the dial and timer stop until the Play switch is pressed. (2) Press the Bright switch then it will display the brightness level in the Track display area. The brightness can be adjusted. A short time after the adjustment, it will return to display the track just stopped. PBC:PBC function control switch (1) Press the switch, the PBC lights up; press the switch again, the PBC is off. (2) In the PBC mode, display is off. Fast: Track adjustment switch (1) Must be in Play state. (2) Then press the Up SW, increase the current track displayed in the track area by 1, the maximum can be 999. (3) Then press the Down SW, the current track displayed in the track area minus 1, the minimum can be 000. Bright: LED Panel brightness adjustment switch Under any condition, it can be adjusted from 000~016 displayed briefly in the track area. In the Fast SW mode, the track will increase by one. If the switch is held down it will automatically increment quickly. In the Bright SW mode, the LED Panel brightness will increase by one. If the switch is held down it will automatically increment quickly. In the Fast SW mode, the track will increase by one. If the switch is held down it will automatically decrement quickly. In the Bright SW mode, the LED Panel brightness will increase by one. If the switch is held down it will automatically decrement quickly. 2

3 Hardware Design Principles Hardware Block Diagram Hardware Diagram Description The complete system consists of a 5V Adapter, a Keyboard, an LED display panel, the master MCU HT68F30 and the driver chip HT16K33. Keyboard: select functions by pressing the corresponding key LED display panel: indicate the different function state 5V Adapter: Supplies power for the MCUs. Hardware Operating Principle HT68F30 Control Circuit Circuit Description: PA0, PA2, RESB: ICP download lines PA3/INT0: HT16K33 interrupt pin input PA4, PA5: I²C data and clock pins PB5: Power LED driver pin After power on, the HT16K33 enters the Standby Mode and the Power LED will be flashing. The LED panel display will be off. Then press the Power switch. The Power LED will remain on and the device will exit the Standby Mode. If the Power switch is pressed again, it will enter the Standby Mode and the Power LED will again flash. 3

4 HT16K33 KeyBoard and LED Panel Driver Circuit S/W Flowchart and Description The following program description and attachments give details about the flowchart and the corresponding circuit. Refer to the HT16K33 datasheet for the related descriptions regarding initialisation, reading the key data, rewriting display data (address setting) and others. The main Flowchart steps are the following: Initialisation HT16K33 power on reset and ensure a delay time is implemented Initialise settings for the HT16K33 internal system clock, dimming, blinking and display Start Initial Delay 100ms for HT16K33 Power on reset Internal system clock enable ROW/INT pin set INT Output Low level Diming, Blinking, Display all off Bright Level and Data that will transimit to Display RAM initial Time Base0 1. According the External Int Flag or Every 24ms Read RAM 40H~45H To check Key Trigger. 2. If Has Key Trigger, Read Key Value and Set the Relevant Flag, then deal with the Key events and set Variable the relevant Value CLR WDT Time Base1 1. According to the setted Variable Value, finish writing the display RAM 00H~0DH through one arithmetic 2. According to the Key Flag to Control the Power LED light on or Dimming 4

5 Main Flowchart Description Every 24ms a TimeBase 0 interrupt is generated to implement key scanning or according to the external interrupt flag, to read the key value. After reading the key value, the key events are managed and the relevant flags set. After the next 24ms arrival, check whether the key is released. If not, determine if it is a long key press; if yes, then take it as a normal key press. In the TimeBase1, the program will rewrite the Display RAM after using a shifting algorithm to the variable values which are set in the TimeBase0 and determine whether it is the brightness that is to be adjusted and to then display the LED Panel brightness value. Another purpose for TimeBase1 is to control the Power LED light on or off according to the key flag. As can be seen in the Display RAM description above, the COM0~COM7 automatically output their waveform. Changes to any one of them will lead to a rewrite in the 8-byte space which also means every change to the display requires a rewrite to all the RAM data. In the application program, there are ten ROW control bits, DG0_temp~DG9_temp, which are obtained from a look-up table. After sequentially shifting the bits with the same odd and even data together, write the new data shifted out to the RAM. Finally shift out the 8 bits of data of each byte and write them to the corresponding Display RAM to complete a data update. Shift data Flowchart: Eight Even RAM Rows RRC DG0_temp Two Odd RAM Rows RRC DG8_temp RRC DG1_temp RRC DG9_temp RRC DG2_temp CLR C RRC DG3_temp RRC DG4_temp RRC DG5_temp RRC DG6_temp RRC DG7_temp Write DG_num_temp into Display RAM Write DG_num_temp into Display RAM 5

6 The data DG0_temp~ DG9_temp is obtained by looking-up the table which controls the ROW0~ROW9 display. Shift the corresponding data bits as follows: first bit, second bit until the eighth bit in turn and finally get ten new bits of data. Sequentially write them to the corresponding region control the ROW0~ROW9 display, then the data update is complete. Another point to note is the HT16K33 command code Write Flowchart: Write Command Form Example: Enable internal system oscillation HT16K33 I 2 C Start HT16K33 I 2 C Start Send Write Command 0E0H of HT16K33 Send Write Command 0E0H of HT16K33 Move temp_data to I 2 C Bus Move 21H to I 2 C Bus HT16K33 I 2 C Stop HT16K33 I 2 C Stop Note: 1. Uses the page-read method to read the RAM key data and finish reading the data at the address of 40H~45H in one operation. 2. After the HT16K33 command code setup and power on initialisation, the next step is to enable the internal oscillator. 3. The HT16K33 allows any key to wake up the system. 6

7 PCB Layout Notes The SCL and SDA lines should be parallel and as short as possible. The resistors and capacitors connected to the SCL and SDA lines, which are R5, R6, C6 and C7, should be located as close to the IC as possible. The Reset circuit should be located as close to the IC as possible The power decoupling capacitors, such as C2 (0.1µF) and C5 (0.1µF), which are connected between VDD and VSS, should be located as close to the ICs as possible. The power cables should be as thick as possible and start from the power pin. Connect a capacitor and then to the load. As the pin pitch of the HT16K33 is 25mil, special attention must be made to the trace width. RESET circuit is close to the IC A 104 capacitor is located between the power pin and the IC SCL and SDA Lines are parallel References Refer to the HT16K33 datasheet. Accessory Source Code file. 7

HT16K23 RAM Mapping 20 4/16 8 LCD Controller Driver with Keyscan

HT16K23 RAM Mapping 20 4/16 8 LCD Controller Driver with Keyscan RAM Mapping 20 4/16 8 LCD Controller Driver with Keyscan Feature Logic voltage: 2.4V~5.5V Integrated RC oscillator Various display modes Max. 20 4 patterns, 20 segments, 4 commons, 1/3 bias, 1/4 duty Max.

More information

Using the HT16C2x I 2 C Interface for LCD Driving and Control

Using the HT16C2x I 2 C Interface for LCD Driving and Control Using the HT16C2x I 2 C Interface for LCD Driving and Control D/N:AN0280E Introduction The Holtek HT16C2x is a series of I 2 C interface, RAM mapping LCD drivers. They include the HT16C22/HT16C22G, HT16C23/HT16C23G,

More information

Driving Matrix LEDs Using the HT1632C to Display an Animated Figure

Driving Matrix LEDs Using the HT1632C to Display an Animated Figure Driving Matrix LEDs Using the HT1632C to Display an Animated Figure D/: A0136E Introduction The HT1632C is a memory mapping type of LED display driver device. Its range of applications are large and can

More information

PIC Microcontroller Introduction

PIC Microcontroller Introduction PIC Microcontroller Introduction The real name of this microcontroller is PICmicro (Peripheral Interface Controller), but it is better known as PIC. Its first ancestor was designed in 1975 by General Instruments.

More information

ST Sitronix ST7565P. 65 x 132 Dot Matrix LCD Controller/Driver

ST Sitronix ST7565P. 65 x 132 Dot Matrix LCD Controller/Driver ST Sitronix ST7565P 65 x 132 Dot Matrix LCD Controller/Driver FEATURES Direct display of RAM data through the display data RAM. RAM capacity : 65 x 132 = 8580 bits Display duty selectable by select pin

More information

ST Sitronix ST7565R. 65 x 132 Dot Matrix LCD Controller/Driver. Ver 1.3 1/ /11/25

ST Sitronix ST7565R. 65 x 132 Dot Matrix LCD Controller/Driver. Ver 1.3 1/ /11/25 ST Sitronix ST7565R 65 x 32 Dot Matrix LCD Controller/Driver Features Direct display of RAM data through the display data RAM. RAM capacity : 65 x 32 = 8580 bits Display duty selectable by select pin /65

More information

Microcomputer Architecture and Programming

Microcomputer Architecture and Programming IUST-EE (Chapter 1) Microcomputer Architecture and Programming 1 Outline Basic Blocks of Microcomputer Typical Microcomputer Architecture The Single-Chip Microprocessor Microprocessor vs. Microcontroller

More information

SH69P55A EVB. Application Note for SH69P55A EVB SH69P55A EVB SH69V55A

SH69P55A EVB. Application Note for SH69P55A EVB SH69P55A EVB SH69V55A Application Note for SH69P55A EVB SH69P55A EVB The SH69P55A EVB is used to evaluate the SH69P55A chip's function for the development of application program. It contains of a SH69V55A chip to evaluate the

More information

RA8835A. Dot Matrix LCD Controller Specification. Version 1.1 September 18, RAiO Technology Inc. Copyright RAiO Technology Inc.

RA8835A. Dot Matrix LCD Controller Specification. Version 1.1 September 18, RAiO Technology Inc. Copyright RAiO Technology Inc. RAiO Dot Matrix LCD Controller Specification Version 1.1 September 18, 2014 RAiO Technology Inc. Copyright RAiO Technology Inc. 2014 RAiO TECHNOLOGY I. 1/6 www.raio.com.tw Preliminary Version 1.1 1. Overview

More information

RA8835. Dot Matrix LCD Controller Specification. Version 1.2 June 1, RAiO Technology Inc. Copyright RAiO Technology Inc.

RA8835. Dot Matrix LCD Controller Specification. Version 1.2 June 1, RAiO Technology Inc. Copyright RAiO Technology Inc. RAiO Dot Matrix LCD Controller Specification Version 1.2 June 1, 2005 RAiO Technology Inc. Copyright RAiO Technology Inc. 2004, 2005 RAiO TECHNOLOGY I. 1/6 Preliminary Version 1.2 1. Overview The is a

More information

1. Features and Benefits

1. Features and Benefits 1. Features and Benefits Single die, low cost 16x4 pixels IR array Factory calibrated absolute PTAT temperature sensor for measuring die temperature Separate channel for connecting additional IR sensor

More information

TL0313. LCD driver IC. Apr VER 0.0. lsi. ( 5.5V Specification ) 65COM / 132SEG DRIVER & CONTROLLER FOR STN LCD. TOMATO LSI Inc.

TL0313. LCD driver IC. Apr VER 0.0. lsi. ( 5.5V Specification ) 65COM / 132SEG DRIVER & CONTROLLER FOR STN LCD. TOMATO LSI Inc. LCD driver IC Apr. 2001 VER 0.0 lsi 65COM / 132SEG DRIVER & CONTROLLER ( 5.5V Specification ) FOR STN LCD TOMATO LSI Inc. 1. INTRODUCTION The is a driver and controller LSI for graphic dot-matrix liquid

More information

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 4 The 8051 Architecture

EEE3410 Microcontroller Applications Department of Electrical Engineering Lecture 4 The 8051 Architecture Department of Electrical Engineering Lecture 4 The 8051 Architecture 1 In this Lecture Overview General physical & operational features Block diagram Pin assignments Logic symbol Hardware description Pin

More information

8. SED1565 Series. (Rev. 1.2)

8. SED1565 Series. (Rev. 1.2) 8. (Rev. 1.2) Contents GENERAL DESCRIPTION...8-1 FEATURES...8-1 BLOCK DIAGRAM...8-3 PIN DIMENSIONS...8-4 PIN DESCRIPTIONS...8-2 DESCRIPTION OF FUNCTIONS...8-24 COMMANDS...8-48 COMMAND DESCRIPTION...8-57

More information

Using the Library to jump from the User Code to the Bootloader Code in the HT66FB5x0 and HT68FB5x0

Using the Library to jump from the User Code to the Bootloader Code in the HT66FB5x0 and HT68FB5x0 Using the Library to jump from the User Code to the Bootloader Code in the HT66FB5x0 and HT68FB5x0 D/N : AN0322E Introduction Holtek s USB Flash MCU series devices, the HT66FB5x0 and HT68FB5x0, include

More information

PAN502x Capacitive Touch Controller Datasheet

PAN502x Capacitive Touch Controller Datasheet PAN502x Capacitive Touch Controller sheet PAN502x-A-A, Rev 1.0 Panchip Microelectronics www.panchip.com Copyright@2014, Panchip Microelectronics, CO., LTD. All right reserved. 1 / 16 Table of Contents

More information

HT1628 RAM Mapping LCD Driver

HT1628 RAM Mapping LCD Driver RAM Mapping 116 2 LCD Driver Features Logic voltage 2.4V~5.5V LCD operating voltage (VLCD) 2.4V~5.5V LCD display 2 commons, 116 segments Support a maximum of 58 4 bit Display RAM Duty Static, 1/2; Bias

More information

NT7532 V X132 RAM-Map LCD Controller/Driver. Preliminary

NT7532 V X132 RAM-Map LCD Controller/Driver. Preliminary 65X132 RAM-Map LCD Controller/Driver V 0.1 Preliminary 1 1 REVISION HISTORY...3 2 FEATURES...4 3 GENERAL DESCRIPTION...4 4 PADS CONFIGURATION...5 5 BLOCK DIAGRAM...6 6 PAD DESCRIPTIONS...7 7 FUNCTIONAL

More information

A0061. Overview. Features. Ordering Information. HSS Touch Signature IC 15 Input - I 2 C. Part Number Format: A X Y Z

A0061. Overview. Features. Ordering Information. HSS Touch Signature IC 15 Input - I 2 C. Part Number Format: A X Y Z Sensor5 ADD2 ADD1 SCL SDA Sensor6 Sensor7 Sensor1 Sensor0 Reset NC NC Sensor14 Sensor13 HSS Touch Signature IC 15 Input - I 2 C A0061 Overview The patented AlSentis A0061 Touch IC is a complete 1 15 input

More information

Freescale Semiconductor, Inc.

Freescale Semiconductor, Inc. Order this document by /D Software I 2 C Communications By Brad Bierschenk MMD Applications Engineering Austin, Texas Introduction I 2 C Overview The I 2 C (inter-integrated circuit) protocol is a 2-wire

More information

Sitronix. ST7038i FEATURES GENERAL DESCRIPTION. Dot Matrix LCD Controller/Driver

Sitronix. ST7038i FEATURES GENERAL DESCRIPTION. Dot Matrix LCD Controller/Driver ST Sitronix FEATURES 5 x 8 dot matrix possible Support low voltage single power operation: VDD, VDD2: 1.8 to 3.3V (typical) LCD Voltage Operation Range (V0/Vout) Programmable V0: 3 to 7V(V0) External power

More information

FT6336G. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT6336G. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES FT6336G Self-Capacitive Touch Panel Controller INTRODUCTION The FT6336G are single-chip capacitive touch panel controller IC with a built-in 16 bit enhanced Micro-controller unit (MCU).They adopt the self-capacitance

More information

ST Sitronix ST7565R. 65 x 132 Dot Matrix LCD Controller/Driver. Ver 1.7 1/ /06/01

ST Sitronix ST7565R. 65 x 132 Dot Matrix LCD Controller/Driver. Ver 1.7 1/ /06/01 ST Sitronix ST7565R 65 x 32 Dot Matrix LCD Controller/Driver Features Directly display RAM data through Display Data RAM. RAM capacity : 65 x 32 = 8580 bits Display duty selectable by select pin /65 duty

More information

HT1621. RAM Mapping 32 4 LCD Controller for I/O µc. Features. General Description. Selection Table

HT1621. RAM Mapping 32 4 LCD Controller for I/O µc. Features. General Description. Selection Table RAM Mapping 32 4 LCD Controller for I/O µc Features Operating voltage : 2.4V~5.2V Built-in 256kHz RC oscillator External 32.768kHz crystal or 256kHz frequency source input Selection of 1/2 or 1/3 bias,

More information

MF S1D15714D00B000. Preliminary. Rev. 0.5

MF S1D15714D00B000. Preliminary. Rev. 0.5 MF1511-2 S1D15714DB Rev..5 Seiko Epson is neither licensed nor authorized to license its customers under one or more patents held by Motif Corporation to use this integrated circuit in the manufacture

More information

SH69P48A EVB. Application Notes for SH69P48A EVB SH69V48A JP2 J4(ICE_J4) S1 IDD TEST JP1 74HC273 JP4 JP3 74HC273 JP6 STKOVE JP7 SW1 J5(ICE_J5)

SH69P48A EVB. Application Notes for SH69P48A EVB SH69V48A JP2 J4(ICE_J4) S1 IDD TEST JP1 74HC273 JP4 JP3 74HC273 JP6 STKOVE JP7 SW1 J5(ICE_J5) SH69P48A EVB Application Notes for SH69P48A EVB The SH69P48A EVB is used to evaluate the SH69P48A chip's function for the development of application program. It contains of a SH69V48A chip to evaluate

More information

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used to connect devices such as microcontrollers, sensors,

More information

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter CIRCUITS ITEGRATED CIRCUITS ABSTRACT This application note illustrates the use of an 87LPC76x microcontroller from Philips Semiconductors as an infrared RC5 remote control transmitter. Using the Philips

More information

68 x 102 Dot Matrix LCD Controller/Driver 1. INTRODUCTION

68 x 102 Dot Matrix LCD Controller/Driver 1. INTRODUCTION Sitronix ST ST7579 68 x 102 Dot Matrix LCD Controller/Driver 1. INTRODUCTION The ST7579 is a driver & controller LSI for graphic dot-matrix liquid crystal display systems. It contains 102 segment and 67

More information

SH69P21 EVB. Application Note for SH69P21 EVB SH69P21 EVB SH69P21

SH69P21 EVB. Application Note for SH69P21 EVB SH69P21 EVB SH69P21 SH69P21 EVB Application Note for SH69P21 EVB The SH69P21 EVB is used to evaluate the SH69P21 chip's function for the development of application program. It contains of a SH69V21 chip to evaluate the functions

More information

FT6x06. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT6x06. Self-Capacitive Touch Panel Controller INTRODUCTION FEATURES Self-Capacitive Touch Panel Controller INTRODUCTION The FT6x06 Series ICs are single-chip capacitive touch panel controller ICs with a built-in 8 bit enhanced Micro-controller unit (MCU).They adopt the

More information

1.3inch OLED User Manual

1.3inch OLED User Manual 1.3inch OLED User Manual 1. Key Parameters Table 1: Key Parameters Driver Chip SH1106 Interface 3-wire SPI 4-wire SPI I2C Resolution 128*64 Display Size 1.3 inch Dimension 29mm*33mm Colors Yellow, Blue

More information

KS COM / 132 SEG DRIVER & CONTROLLER FOR STN LCD

KS COM / 132 SEG DRIVER & CONTROLLER FOR STN LCD January.2000 Ver. 4.0 Prepared by: JaeSu, Ko Ko1942@samsung.co.kr Contents in this document are subject to change without notice. No part of this document may be reproduced or transmitted in any form or

More information

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter

AN10210 Using the Philips 87LPC76x microcontroller as a remote control transmitter CIRCUITS ITEGRATED CIRCUITS ABSTRACT This application note illustrates the use of an 87LPC76x microcontroller from Philips Semiconductors as an infrared RC5. Using the Philips 87LPC76x microcontroller

More information

Obsolete. LX1800 SMBus TO ANALOG INTERFACE

Obsolete. LX1800 SMBus TO ANALOG INTERFACE LX1800 SMBus TO ANALOG INTERFACE TM Page 1 INTRODUCING TO PRODUCT The LX1800 Evaluation Board is available from for evaluating the functionality and performance of the LX1800 SMBus to Analog Interface

More information

HT1611/HT1611C Timer with Dialer Interface

HT1611/HT1611C Timer with Dialer Interface Features Operating voltage: 1.2V~1.7V Low operating current: 3µA (typ.) Dialing number and conversation time display Conversation timer (59 mins and 59 secs max.) 8 or 10-digit LCD display driver, 3V,

More information

A0021. Overview. Features. Ordering Information. HSS Touch Signature IC 6 Input - I 2 C. Part Number Format: A X Y Z

A0021. Overview. Features. Ordering Information. HSS Touch Signature IC 6 Input - I 2 C. Part Number Format: A X Y Z VSS NC NC VDD SDA SENSOR 2 SENSOR 1 ADD1 HSS Touch Signature IC 6 Input - I 2 C A0021 Overview The patented AlSentis A0021 Touch IC is a complete 1 6 input touch sensing solution. It includes all signal

More information

BV4542. I2C or Serial 16x2 with Keypad interface

BV4542. I2C or Serial 16x2 with Keypad interface BV4543 I2C or Serial 16x2 with Keypad interface Date Firmware Revision February 2018 Preliminary 11 Feb. 2018 1.1.1 Updated how serial works 16 Feb. 2018 1.1.3 Sleep updated Introduction This is an I2C

More information

LABORATORY MANUAL Interfacing LCD 16x2, Keypad 4x4 and 7Segment Display to PIC18F4580

LABORATORY MANUAL Interfacing LCD 16x2, Keypad 4x4 and 7Segment Display to PIC18F4580 LABORATORY MANUAL Interfacing LCD 16x2, Keypad 4x4 and 7Segment Display to PIC18F458 1. OBJECTIVES: 1.1 To learn how to interface LCD 16x2, Keypad 4x4 and 7Segment Display to the microcontroller. 1.2 To

More information

JUL. 27, 2001 Version 1.0

JUL. 27, 2001 Version 1.0 S SPLC782A 6COM/8SEG Controller/Driver JUL. 27, 2 Version. SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLOGY CO. is

More information

INTERFACING 16 2 LCD WITH 8051

INTERFACING 16 2 LCD WITH 8051 INTERFACING 16 2 LCD WITH 8051 LCD display is an inevitable part in almost all embedded projects and this article is about interfacing 16 2 LCD with 8051 microcontroller. Many guys find it hard to interface

More information

HT1635A/B Wearable Sports Bracelet LED Display Application

HT1635A/B Wearable Sports Bracelet LED Display Application HT6A/B Wearable Sports Bracelet LED Display Application HT6A/B Wearable Sports Bracelet LED Display Application D/: A09E Introduction The HT6A and HT6B are Holtek display data memory mapping LED driver

More information

BL24C02/BL24C04/BL24C08/BL24C16

BL24C02/BL24C04/BL24C08/BL24C16 BL24C02/BL24C04/BL24C08/BL24C16 2K bits (256 X 8) / 4K bits (512 X 8) / 8K bits (1024 X 8) / 16K bits (2048 X 8) Two-wire Serial EEPROM Features Two-wire Serial Interface VCC = 1.8V to 5.5V Bi-directional

More information

SSD1307. Advance Information. 128 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1307. Advance Information. 128 x 39 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ SSD1307 Advance Information 128 x 39 Dot Matrix OLED/PLED Segment/Common

More information

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: 8051 Architecture Module No: CS/ES/5 Quadrant 1 e-text In this lecture the detailed architecture of 8051 controller, register bank,

More information

LCD. Configuration and Programming

LCD. Configuration and Programming LCD Configuration and Programming Interfacing and Programming with Input/Output Device: LCD LCD (liquid crystal display) is specifically manufactured to be used with microcontrollers, which means that

More information

Capacitive Touch Remote Control Reference Design User s Guide

Capacitive Touch Remote Control Reference Design User s Guide Capacitive Touch Remote Control Reference Design User s Guide Microchip Korea V0.8-page 1 Capacitive Touch Remote Control Reference Design User s Guide Table of Contents Chapter 1. Introduction 1.1 Introduction

More information

Freescale Semiconductor, I

Freescale Semiconductor, I nc. Application Note Rev. 0, 4/2004 Software Drivers for Tango3 RF Transmitter and Romeo2 RF Receiver ICs By John Logan 8/16-Bit Division East Kilbride, Scotland Introduction This application note describes

More information

I/O Emulated UART Baud Rate Calibration Application Note

I/O Emulated UART Baud Rate Calibration Application Note I/O Emulated UART Baud Rate Calibration Application Note D/N: AN0475E Introduction Not every HOLTEK MCU contains a Universal Asynchronous Receiver/Transmitter function, otherwise known as a UART. If this

More information

SSD1327. Advance Information. 128 x 128, 16 Gray Scale Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1327. Advance Information. 128 x 128, 16 Gray Scale Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1327 Advance Information 128 x 128, 16 Gray Scale Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new

More information

HT48RA0-2/HT48CA0-2 Remote Type 8-Bit MCU

HT48RA0-2/HT48CA0-2 Remote Type 8-Bit MCU Remote Type 8-Bit MCU Technical Document Tools Information FAQs Application Note HA006E Writing and Reading to the HT24 EEPROM with the HT48 MCU Series HA008E Controlling the HT62 LCD Controller with the

More information

TTP226. Preliminary 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION

TTP226. Preliminary 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION The TTP222 is a touch pad detector IC which offers 8 touch keys. The touching detection IC is designed for replacing traditional direct button key with

More information

SSD1305. Advance Information. 132 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1305. Advance Information. 132 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1305 Advance Information 132 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new product. Specifications

More information

BV4218. I2C-LCD & Keypad. Product specification. December 2008 V0.a. ByVac 2006 ByVac Page 1 of 9

BV4218. I2C-LCD & Keypad. Product specification. December 2008 V0.a. ByVac 2006 ByVac Page 1 of 9 Product specification December 2008 V0.a ByVac 2006 ByVac Page 1 of 9 Contents 1. Introduction...3 2. Features...3 3. Electrical Specification...3 4. I2C set...4 5. The LCD Set...5 5.1. 1...5 5.2. 2...5

More information

Laboratory 10. Programming a PIC Microcontroller - Part II

Laboratory 10. Programming a PIC Microcontroller - Part II Laboratory 10 Programming a PIC Microcontroller - Part II Required Components: 1 PIC16F88 18P-DIP microcontroller 1 0.1 F capacitor 3 SPST microswitches or NO buttons 4 1k resistors 1 MAN 6910 or LTD-482EC

More information

Question Bank Microprocessor and Microcontroller

Question Bank Microprocessor and Microcontroller QUESTION BANK - 2 PART A 1. What is cycle stealing? (K1-CO3) During any given bus cycle, one of the system components connected to the system bus is given control of the bus. This component is said to

More information

Nuvoton NCT5655Y/W. 16-bit I 2 C-bus and SMBus GPIO controller with interrupt. Revision: 1.0 Date: May, 2016 NCT5655Y/W

Nuvoton NCT5655Y/W. 16-bit I 2 C-bus and SMBus GPIO controller with interrupt. Revision: 1.0 Date: May, 2016 NCT5655Y/W Nuvoton NCT5655Y/W 16-bit I 2 C-bus and SMBus GPIO controller with interrupt Revision: 1.0 Date: May, 2016 - I - Revision 1.0 NCT5655Y/W Datasheet Revision History PAGES DATES VERSION MAIN CONTENTS 1 18

More information

HT49R10A-1/HT49C10-1 LCD Type 8-Bit MCU

HT49R10A-1/HT49C10-1 LCD Type 8-Bit MCU LCD Type 8-Bit MCU Technical Document Tools Information FAQs Application Note HA007E Controlling the Read/Write Function of the HT24 Series EEPROM Using the HT49 Series MCUs HA0024E Using the RTC in the

More information

TTP229-LSF TonTouch TM

TTP229-LSF TonTouch TM 16 KEYS OR 8 KEYS TOUCH PAD DETECTOR IC GENERAL DESCRIPTION The IC is capacitive sensing design specifically for touch pad controls. The device built in regulator for touch sensor. Stable sensing method

More information

SNC Four Channels Speech Controller

SNC Four Channels Speech Controller ========================== CONTENTS =========================== 1. INTRODUCTION... 3 2. FEATURES... 3 3. BLOCK DIAGRAM... 4 4. PIN ASSIGNMENT... 5 5. FUNCTION DESCRIPTIONS... 6 5.1. OSCILLATOR... 6 5.2.

More information

Emulating I2C Bus Master by using FlexIO

Emulating I2C Bus Master by using FlexIO Freescale Semiconductor, Inc. Document Number: AN5133 Application Notes Rev. 0, 06/2015 Emulating I2C Bus Master by using FlexIO 1. Introduction This application note lists the steps to use the FlexIO

More information

HT95R6x CPT (Call Progress Tone) Decoder Function

HT95R6x CPT (Call Progress Tone) Decoder Function HT95R6x CPT (Call Progress Tone) Decoder Function D/N:AN0227E Introduction The CPT (Call Progress Tone), is a group of voice tones sent from the switchboard to the caller to indicate the call condition,

More information

Using the HT9B95G in Three-Phase Electric Meter LCD Display Panel Applications

Using the HT9B95G in Three-Phase Electric Meter LCD Display Panel Applications Using the HT9B9G in Three-Phase Electric Meter LCD Display Panel Applications D/ A09E Introduction The HT9B9G is an LCD driver device which includes a display RAM mapping function and has multiple display

More information

INTEGRATED CIRCUITS DATA SHEET. PCF2119x-2 LCD controllers/drivers. Product specification File under Integrated Circuits, IC12

INTEGRATED CIRCUITS DATA SHEET. PCF2119x-2 LCD controllers/drivers. Product specification File under Integrated Circuits, IC12 INTEGRATED CIRCUITS DATA SHEET File under Integrated Circuits, IC12 28. August 2000 CONTENTS 1 FEATURES 1.1 Note 2 APPLICATIONS 3 GENERAL DESCRIPTION 4 ORDERING INFORMATION 5 BLOCK DIAGRAM 6 PAD INFORMATION

More information

8051 Microcontroller

8051 Microcontroller 8051 Microcontroller The 8051, Motorola and PIC families are the 3 leading sellers in the microcontroller market. The 8051 microcontroller was originally developed by Intel in the late 1970 s. Today many

More information

Using the HT48R008 to Control a Bidirectional LED Array and Touch Keys

Using the HT48R008 to Control a Bidirectional LED Array and Touch Keys Using the HT48R008 to Control a Bidirectional LED Array and Touch Keys D/N: AN0397E Introduction The HT48R008 is an 8-bit high performance enhanced RISC architecture MCU which has the advantages of low

More information

DC6688FL32TC Super 1T 8051 Microcontroller

DC6688FL32TC Super 1T 8051 Microcontroller DC6688FL32TC Super 1T 8051 Microcontroller DC6688FL32TC is an 8-bit Microcontroller Unit with low voltage embedded Flash memory, high accuracy system clock, high current drainage output, and IR receiving

More information

Elan Microelectronics Crop. EM COM/ 128SEG 4096 Color STN LCD Driver October 12, 2004 Version 1.2

Elan Microelectronics Crop. EM COM/ 128SEG 4096 Color STN LCD Driver October 12, 2004 Version 1.2 Elan Microelectronics Crop. EM65568 130COM/ 128 4096 Color STN LCD Driver October 12, 2004 Version 1.2 Specification Revision History Version Content Date 0.1 Initial version February 11, 2003 0.2 1. Add

More information

SSD1309. Advance Information. 128 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1309. Advance Information. 128 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1309 Advance Information 128 x 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new product Specifications

More information

HT46R46/C46/R47/C47/R48A/C48A/R49 Cost-Effective A/D Type 8-Bit MCU

HT46R46/C46/R47/C47/R48A/C48A/R49 Cost-Effective A/D Type 8-Bit MCU Cost-Effective A/D Type 8-Bit MCU Features Operating voltage: f SYS =4MHz: 2.2V~5.5V f SYS =8MHz: 3.3V~5.5V 13 to 23 bidirectional I/O lines External interrupt input shared with an I/O line 8-bit programmable

More information

Nuvoton Touch Key Series NT1160 Datasheet

Nuvoton Touch Key Series NT1160 Datasheet Nuvoton Touch Series Datasheet The information described in this document is the exclusive intellectual property of Nuvoton Technology Corporation and shall not be reproduced without permission from Nuvoton.

More information

INTEGRATED CIRCUITS DATA SHEET. PCF2119X LCD controllers/drivers. Product specification Supersedes data of 2002 Jan 16.

INTEGRATED CIRCUITS DATA SHEET. PCF2119X LCD controllers/drivers. Product specification Supersedes data of 2002 Jan 16. INTEGRATED CIRCUITS DATA SHEET Supersedes data of 2002 Jan 16 2003 Jan 30 CONTENTS 1 FEATURES 1.1 Note 2 APPLICATIONS 3 GENERAL DESCRIPTION 4 ORDERING INFORMATION 5 BLOCK DIAGRAM 6 PAD INFORMATION 6.1

More information

34 Series EEPROM Application Note. 1. Introduction. 2. Power supply & power on reset

34 Series EEPROM Application Note. 1. Introduction. 2. Power supply & power on reset 1. Introduction his application note provides assistance and guidance on how to use GIANEC I 2 C serial EEPROM products. he following topics are discussed one by one: Power supply & power on reset Power

More information

Approximately half the power consumption of earlier Renesas Technology products and multiple functions in a 14-pin package

Approximately half the power consumption of earlier Renesas Technology products and multiple functions in a 14-pin package Renesas Technology to Release R8C/Mx Series of Flash MCUs with Power Consumption Among the Lowest in the Industry and Powerful On-Chip Peripheral Functions Approximately half the power consumption of earlier

More information

SSD1355. Advance Information. 128 RGB x 160 Dot Matrix OLED/PLED Segment/Common Driver with Controller

SSD1355. Advance Information. 128 RGB x 160 Dot Matrix OLED/PLED Segment/Common Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1355 Advance Information 128 RGB x 160 Dot Matrix OLED/PLED Segment/Common Driver with Controller This document contains information on a new product. Specifications

More information

RW1026G Revision History Version Date Description

RW1026G Revision History Version Date Description RW1026G Revision History Version Date Description 0.1 2010/9/3 Add I/O Pin ITO Resistance Limitation 0.2 2010/9/15 Modify storage temperature -40 o C to 80 o C change to -50 o C to 125 o C and operation

More information

FT5x26. True Multi-Touch Capacitive Touch Panel Controller INTRODUCTION FEATURES

FT5x26. True Multi-Touch Capacitive Touch Panel Controller INTRODUCTION FEATURES FT5x26 True Multi-Touch Capacitive Touch Panel Controller INTRODUCTION The FT5X26 is single-chip capacitive touch panel controllers with built-in enhanced Micro-controller unit (MCU). Itprovides the benefits

More information

n/a PIC12F629-I/P (RC) n/a PIC12F629-I/SN (RC) n/a PIC12F675-I/P (RC) n/a PIC12F675-I/SN MICROCONTROLLER (RC)

n/a PIC12F629-I/P (RC) n/a PIC12F629-I/SN (RC) n/a PIC12F675-I/P (RC) n/a PIC12F675-I/SN MICROCONTROLLER (RC) DATA SHEET PIC Microcontrollers Order code Manufacturer code Description 73-36 n/a PICF69-I/P (RC) 73-364 n/a PICF69-I/SN (RC) 73-34 n/a PICF675-I/P (RC) 73-36 n/a PICF675-I/SN MICROCONTROLLER (RC) PIC

More information

Using the HT45R36 and HT45R38 to implement Touch Switches

Using the HT45R36 and HT45R38 to implement Touch Switches Using the HT45R36 and HT45R38 to implement Touch Switches D/N: HA0115E Introduction This example uses the C/R to F internal feature of the HT45R36 and HT45R38 to implement a Touch Switch. It is one way

More information

DATA SHEET. PCF2113x LCD controller/driver INTEGRATED CIRCUITS Apr 04

DATA SHEET. PCF2113x LCD controller/driver INTEGRATED CIRCUITS Apr 04 INTEGRATED CIRCUITS DATA SHEET Supersedes data of 1996 Oct 21 File under Integrated Circuits, IC12 1997 Apr 04 CONTENTS 1 FEATURES 2 APPLICATIONS 3 GENERAL DESCRIPTION 4 ORDERING INFORMATION 5 BLOCK DIAGRAM

More information

HT46F46E/HT46F47E/HT46F48E/HT46F49E. Cost-Effective A/D Flash Type 8-Bit MCU with EEPROM. Technical Document. Features. General Description

HT46F46E/HT46F47E/HT46F48E/HT46F49E. Cost-Effective A/D Flash Type 8-Bit MCU with EEPROM. Technical Document. Features. General Description Cost-Effective A/D Flash Type 8-Bit MCU with EEPROM Technical Document Tools Information FAQs Application Note HA0052E Microcontroller Application - Battery Charger HA0075E MCU Reset and Oscillator Circuits

More information

8051 Microcontrollers

8051 Microcontrollers 8051 Microcontrollers Richa Upadhyay Prabhu NMIMS s MPSTME richa.upadhyay@nmims.edu March 8, 2016 Controller vs Processor Controller vs Processor Introduction to 8051 Micro-controller In 1981,Intel corporation

More information

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their

Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. All other product or service names are the property of their S08 Highlighted Features Why Do I Need a Slave LIN Interface Controller (SLIC)? Design Challenges Slave synchronization Slave synchronizing to LIN messaging requires a cost versus resource trade-off. Your

More information

S6B SEG / 65 COM DRIVER & CONTROLLER FOR STN LCD

S6B SEG / 65 COM DRIVER & CONTROLLER FOR STN LCD 132 SEG / 65 COM DRIVER & CONTROLLER FOR STN LCD June. 2000. Ver. 0.9 Prepared by Kyutae, Lim Kyetae@samsung.co.kr Contents in this document are subject to change without notice. No part of this document

More information

EXPERIMENT NO.1. A Microcontroller is a complete computer system built on a single chip.

EXPERIMENT NO.1. A Microcontroller is a complete computer system built on a single chip. EXPERIMENT NO.1 AIM: Study of 8051 Microcontroller TOOLS: 8051 kit THEORY: Salient Features of 8051 A Microcontroller is a complete computer system built on a single chip. It contains all components like

More information

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual 4T 8051 8-bit Microcontroller Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology

More information

FM24C Kb FRAM Serial Memory Features

FM24C Kb FRAM Serial Memory Features Preliminary FM24C512 512Kb FRAM Serial Memory Features 512Kbit Ferroelectric Nonvolatile RAM Organized as 65,536 x 8 bits High Endurance 10 Billion (10 10 ) Read/Writes 45 year Data Retention NoDelay Writes

More information

Locktronics PICmicro getting started guide

Locktronics PICmicro getting started guide Page 2 getting started guide What you need to follow this course 2 Using the built-in programs 3 Create your own programs 4 Using Flowcode - your first program 5 A second program 7 A third program 8 Other

More information

RL78 Serial interfaces

RL78 Serial interfaces RL78 Serial interfaces Renesas Electronics 00000-A Introduction Purpose This course provides an introduction to the RL78 serial interface architecture. In detail the different serial interfaces and their

More information

SH67P33A / SH66K33A EVB

SH67P33A / SH66K33A EVB SH67P33A / SH66K33A EVB SH67P33A / SH66K33A EVB Application Notice for SH67P33A / SH66K33A EVB The SH67P33A / SH66K33A EVB is used to evaluate the SH67P33A / SH66K33A chip's function for the development

More information

Parallel Display Specifications Revision 1.0

Parallel Display Specifications Revision 1.0 MOP-AL162A Parallel Display Specifications Revision 1.0 Revision History Revision Description Author 1.0 Initial Release Clark 0.2 Updates as per issue #333 Clark 0.1 Initial Draft Clark 1 Contents Revision

More information

Pin Assignment 2 ) # 2 ) % 2 ) $ 2 )! 2 ) 6 2 ) 2 )! " 4 # $ % /, & ' ' & % $ # "! 2 ) " : /, * ) 6 8,, * $ * 2 ) # 2 ) %

Pin Assignment 2 ) # 2 ) % 2 ) $ 2 )! 2 ) 6 2 ) 2 )!  4 # $ % /, & ' ' & % $ # ! 2 )  : /, * ) 6 8,, * $ * 2 ) # 2 ) % RF One Channel Mouse 8-bit OTP MCU Technical Document Tools Information FAQs Application Note HA0075E MCU Reset and Oscillator Circuits Application Note Features Operating voltage: f SYS = 27MHz: 2.0V~3.3V

More information

Product Information. Features. Table of Contents EA DIP162 DN3LW EA DIP162 DHNLED EA DIP162 DNLED EA DIP162J DN3LW

Product Information. Features. Table of Contents EA DIP162 DN3LW EA DIP162 DHNLED EA DIP162 DNLED EA DIP162J DN3LW LCD Module with included HD44780 controller Product Information EA DIP162 DNLED EA DIP162 DHNLED EA DIP162 DN3LW EA DIP162J DN3LW LCD Module with two 16-character rows 6.68mm in height Same as previous,

More information

KNJN I2C bus development boards

KNJN I2C bus development boards KNJN I2C bus development boards 2005, 2006, 2007, 2008 KNJN LLC http://www.knjn.com/ Document last revision on December 5, 2008 R22 KNJN I2C bus development boards Page 1 Table of Contents 1 The I2C bus...4

More information

Chapter 2 Sections 1 8 Dr. Iyad Jafar

Chapter 2 Sections 1 8 Dr. Iyad Jafar Introducing the PIC 16 Series and the 16F84A Chapter 2 Sections 1 8 Dr. Iyad Jafar Outline Overview of the PIC 16 Series An Architecture Overview of the 16F84A The 16F84A Memory Organization Memory Addressing

More information

SH X 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller. Features. General Description 1 V2.2

SH X 64 Dot Matrix OLED/PLED Segment/Common Driver with Controller. Features. General Description 1 V2.2 132 X 64 Dot Matrix OLD/PLD Segment/Common Driver with Controller Features Support maximum 132 X 64 dot matrix panel mbedded 132 X 64 bits SRAM Operating voltage: - Logic voltage supply: VDD1 = 1.65V -

More information

5x7 LED Matrix Display with Z8 Encore! XP

5x7 LED Matrix Display with Z8 Encore! XP Application Note 5x7 LED Matrix Display with Z8 Encore! XP AN014402 1207 Abstract This application note explains the method to use Zilog s Z8 Encore! XP microcontroller s General-Purpose Input/Output (GPIO)

More information

PMS165C. 8bit IO-Type Controller

PMS165C. 8bit IO-Type Controller 8bit IO-Type Controller Data Sheet Version 0.01 Aug. 31, 2017 Copyright 2017 by PADAUK Technology Co., Ltd., all rights reserved Copyright 2016, PADAUK Technology Co. Ltd Page 1 of 11 -EN-V001 Aug. 31,

More information

Description: 4x 7 segment display module with decimals and colon

Description: 4x 7 segment display module with decimals and colon Device: DSP-7S04B This document Version: 1.0 Date: 19 October 2013 Description: 4x 7 segment display module with decimals and colon Matches module hardware version: [30 Sep 2013 v3] Table of Contents DSP-7S04B

More information

DS1682 Total-Elapsed-Time Recorder with Alarm

DS1682 Total-Elapsed-Time Recorder with Alarm www.maxim-ic.com GENERAL DESCRIPTION The DS1682 is an integrated elapsed-time recorder containing a factory-calibrated, temperaturecompensated RC time base that eliminates the need for an external crystal.

More information