MK7A20P 8 bit microcontroller

Size: px
Start display at page:

Download "MK7A20P 8 bit microcontroller"

Transcription

1 MK7A2P. Feature ROM size: 2,48 Words OTP ROM RAM size: 72 Bytes 76 single word instruction Stack level: 2 I/O ports: 2 - Port B: 8 pull high I/O pin and has wake up function - Port A~3: 4 normal I/O pin - Port C~7: 8 normal I/O pin - RTCC: input pin Four kinds of external oscillation modes can be selected: RC, LS(Low Speed) Crystal, NS(Normal Speed) Crystal and HS(High Speed) Crystal Port B has signal toggle wake up function Built-in one 8 bit count up Timer/counter (TMR) with 8 bit programmable prescaler Built-in Watchdog Timer Operation Voltage: 2.2V 5. Different Package Type: MK7A2PD28C: 28 pin DIP MK7A2PSD28C: 28 pin SDIP MK7A2PS28C: 28 pin SOP MK7A2PSS28C: 28 pin SSOP MK7A2PSD2C: 2 pin SDIP MK7A2PS2C: 2 pin SOP MK7A2PSD8C: 8 pin SDIP MK7A2PS8C: 8 pin SOP 27/5/24 Rev.3

2 MK7A2P 2. Pin Assignment RTCC VDD NC VSS NC PA PA PA2 PA3 PB PB PB2 PB3 PB RESETB VSS OSC OSC2 PC7 PC6 PC5 PC4 PC3 PC2 PC PC PB7 PB6 PB5 RTCC VDD VDD PA PA PA2 PA3 PB PB PB2 PB3 PB4 VSS RESETB OSC OSC2 PC7 PC6 PC5 PC4 PC3 PC2 PC PC PB7 PB6 PB5 28 pin SDIP,DIP or SOP package 28 pin SSOP package PC4 PC5 PC6 PC7 OSC2 OSC RESETB VDD VSS PA PC3 PB7 PB6 PB5 PB4 PB3 PB2 PB PB PA PC5 PC6 PC7 OSC2 OSC RESETB VDD VSS PA PB7 PB6 PB5 PB4 PB3 PB2 PB PB PA 2 pin SDIP and SOP package 8 pin SDIP and SOP package 2 27/5/24 Rev.3

3 MK7A2P 3. Pin Description Name I/O Description RTCC I. External clock or pulse input to TMR counter 2. PA4 input ( When config bit6 is set to ) PA3~ I/O I/O Port A~3 PB7~ I/O. I/O Port B~7 2. Signal toggle wake up ( When config bit7 is set to ) 3. Pull-up resistor ( When config bit7 is set to ) PC7~ I/O I/O Port C~7 RESETB I System reset signal OSC I Oscillator input OSC2 O Oscillator output VDD P System power VSS P Ground <Note> I: Input; O: Output; I/O: Input/Output; P: Power 4. System Block Diagram I/O Port A I/O Port B I/O Port C I/O Port ALU 8 bit timer 72 Bytes RAM 248 word ROM Program Counter 2 Levels Stack Pre-scaler Watchdog Timer Oscillator RTCC OSC OSC2 3 27/5/24 Rev.3

4 MK7A2P 5. Memory Map 5. Program memory H PAGE FFH 2H PAGE 3FFH 4H PAGE 2 5FFH 6H PAGE 3 7FFH (RESET VECTOR) <Note> LCALL and LGOTO allow directly operate 2K word addressing. 5.2 Control Register Name Addr Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit Bit CONFIG TYPE RTCE LV LV CPT WDTE FOSC FOSC SELECT X X SUR EDGE PSA PS2 PS PS IAR $ X X X A4 A3 A2 A A TMR $ D7 D6 D5 D4 D3 D2 D D PC $2 D7 D6 D5 D4 D3 D2 D D STATUS $3 X SA SA TOB PDB Z DC C BSR $4 X X X D4 D3 D2 D D I/O Port A $5 X X X X PA3 PA2 PA PA I/O Port B $6 PB7 PB6 PB5 PB4 PB3 PB2 PB PB I/O Port C $7 PC7 PC6 PC5 PC4 PC3 PC2 PC PC 4 27/5/24 Rev.3

5 MK7A2P 5.3 Configuration Register Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit Bit CONFIG TYPE RTCE LV LV CPT WDTE FOSC FOSC Bit Bit OSC Type Frequency Range LS (low speed) 32~2KHz NS (Normal speed) 2K~MHz HS (high speed) ~2MHz RC 32K~ MHz Bit 2 Description Watchdog timer disable Watchdog timer enable Bit 3 Description Code Protection ON Code Protection OFF Bit 5 Bit 4 Detected Voltage Level 4V No use 2V No use Bit 6 Description Timer Input Only PA4 Input 5 27/5/24 Rev.3

6 MK7A2P Bit 7 Description Port B has no signal toggle wake up function Port B has signal toggle wake up function <Note> When Port B is in input mode, it will has pull up resistor 5.4 Select Register Name Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit Bit SELECT SUR EDGE PSA PS2 PS PS Bit 2 Bit Bit Description PS2 PS PS TMR rate WDT rate :2 :4 :8 :6 :32 :64 :28 :256 : :2 :4 :8 :6 :32 :64 :28 Bit 3 Description Prescaler assigned to TMR Prescaler assigned to WDT Bit 4 Description Increment when rising edge (Lo to Hi transition) on external clock Increment when falling edge (Hi to Lo transition) on external clock Bit 5 Description TMR clock source is (System Clock/4) TMR clock source is RTCC input 6 27/5/24 Rev.3

7 MK7A2P 5.5 Data memory (Register and RAM) The Data memory is composed of Register and RAM, the address map is as below: H H 2H 3H 4H 5H 6H 7H 8H FH BANK BANK BANK2 BANK3 IAR TMR PC STATUS BSR PORT A PORT B PORT C General Purpose Register General General General General Purpose Purpose Purpose Purpose Registers Registers Registers Registers H~FH 3H~3FH 5H~5FH 7H~7FH 5.5. IAR: Indirect Address Register. It is used with BSR to access a physical address TMR: 8 bit count up timer register PC: Program Counter. bit counter register. 7 27/5/24 Rev.3

8 MK7A2P STATUS: Status Register. Bit Symbol Description C DC 2 Z 3 PDB 4 TOB Carry and Borrow bit: ADD instruction SUB instruction : a carry occurred from the MSB : no carry : no borrow (Note) : a borrow occurred from the MSB Nibble Carry and Nibble Borrow bit ADD instruction SUB instruction : a carry from the low nibble bits of the result occurred : no carry Zero bit: : the result of a logic operation is zero : the result of a logic operation is not zero Power down flag bit: (Note2) : after power-on or by the CLRWDT instruction : execute SLEEP instruction : no borrow : a borrow from the low nibble bits of the result occurred Time out flag bit: : after power-on or by the CLRWDT or SLEEP instruction : Occur WDT time-overflow SA SA Page Location 6~5 SA~SA Page (H~FFH) Page (2H~3FFH) Page 2 (4H~5FFH) Page 3 (6H~7FFH) <Note>: A SUB instruction is executed by adding the 2 s complement of the subtrahend, so C = represents positive result. The below table show the relation between Carry and Borrow. BH 5H 5H BH C B7 B6 B5 B4 B3 B2 B B C B7 B6 B5 B4 B3 B2 B B 8 27/5/24 Rev.3

9 MK7A2P <Note2>: The TOB and PDB bits are active low that can be used to determine different causes of reset. The below table illustrates the value of TOB and PDB after the relative reset events. TOB PDB Reset Event WDT time out from sleep mode WDT time out from normal mode RESETB reset from sleep Power on reset Unchanged Unchanged RESETB reset from normal BSR: Bank Select Register. It is used with IAR for indirect addressing data memory. Direct Addressing Mode Indirect Addressing Mode (BSR) (opcode) (BSR) Select bank Select bank Offset data These location will map to ~F F 2F 3 4F 5 6F 7 Offset data F 3F 5F 7F Bank Bank Bank 2 Bank 3 Data Memory Port A/B/C are programmable I/O ports. All I/O pins were set to input mode in power on reset stage. 9 27/5/24 Rev.3

10 MK7A2P 5.6 Reset There are 3 kinds of condition will cause system reset: 5.6. Power-on Input a Lo signal into RESETB When WDTE flag is enabled and the timer escape 5.7 Reset condition of all the RAM Address Name Cold Reset Warm Reset N/A Accumulator xxxx xxxx pppp pppp N/A IODIR N/A Select h IAR h TMR xxxx xxxx pppp pppp 2h PC 3h STATUS xxx # #ppp 4h BSR xxx xxxx ppp pppp 5h PORTA xxxx pppp 6h PORTB xxxx xxxx pppp pppp 7h PORTC xxxx xxxx pppp pppp General Purpose RAM xxxx xxxx pppp pppp <Note> x: unknown; p: keep as previous data ; #: value depends on condition -:unimplemented and read as. 27/5/24 Rev.3

11 MK7A2P 5.8 Wake up function The chip provide pin signal toggle wake up function. It will return from sleep mode when signal toggle in input port. In order to safely wake up from sleep mode, we suggest to read the input pin to store data before entering sleep mode. The sample program is as below: MOVLA IODIR MOVM SLEEP NOP FFh PORTB ;// set bit~7 of port B as input. Only input pin can be wake up.. PORTB,a ;//Store the data of input pin before sleep ;// if doesn t perform the read instruction, then can not enter ;// SLEEP mode ;//Add NOP instruction to delay a while when chi 27/5/24 Rev.3

12 MK7A2P 6. Instruction Set <Note> Instruction cycle consist of 4 system clock Mnemonic Operands Instruction Code (Advance) Cycles Status Affected OP-code ADD M, m (M)+(acc) (M) C, DC, Z MMM MMMM ADD M, a (M)+(acc) (acc) C, DC, Z MMM MMMM AND M, m (M) (acc) (M) Z MMM MMMM AND M, a (M) (acc) (acc) Z MMM MMMM ANDLA I Literal (acc) (acc) Z iiii iiii BC M, b Clear bit of (M) None MMM MMMM BC M, b Clear bit of (M) None MMM MMMM BC M, b2 Clear bit2 of (M) None MMM MMMM BC M, b3 Clear bit3 of (M) None MMM MMMM BC M, b4 Clear bit4 of (M) None MMM MMMM BC M, b5 Clear bit5 of (M) None MMM MMMM BC M, b6 Clear bit6 of (M) None MMM MMMM BC M, b7 Clear bit7 of (M) None MMM MMMM BS M, b Set bit of (M) None MMM MMMM BS M, b Set bit of (M) None MMM MMMM BS M, b2 Set bit2 of (M) None MMM MMMM BS M, b3 Set bit3 of (M) None MMM MMMM BS M, b4 Set bit4 of (M) None MMM MMMM BS M, b5 Set bit5 of (M) None MMM MMMM BS M, b6 Set bit6 of (M) None MMM MMMM BS M, b7 Set bit7 of (M) None MMM MMMM BTSC M, b If bit of (M) =, skip next instruction + (skip) None MMM MMMM BTSC M, b If bit of (M) =, skip next instruction + (skip) None MMM MMMM BTSC M, b2 If bit2 of (M) =, skip next instruction + (skip) None MMM MMMM BTSC M, b3 If bit3 of (M) =, skip next instruction + (skip) None MMM MMMM BTSC M, b4 If bit4 of (M) =, skip next instruction + (skip) None MMM MMMM BTSC M, b5 If bit5 of (M) =, skip next instruction + (skip) None MMM MMMM BTSC M, b6 If bit6 of (M) =, skip next instruction + (skip) None MMM MMMM 2 27/5/24 Rev.3

13 MK7A2P BTSC M, b7 If bit7 of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b If bit of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b If bit of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b2 If bit2 of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b3 If bit3 of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b4 If bit4 of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b5 If bit5 of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b6 If bit6 of (M) =, skip next instruction + (skip) None MMM MMMM BTSS M, b7 If bit7 of (M) =, skip next instruction + (skip) None MMM MMMM CLRA Clear accumulator Z CLR M Clear memory M Z MMM MMMM CLRWDT Clear watch-dog register TO, PO COM M, m ~(M) (M) Z MMM MMMM COM M, a ~(M) (acc) Z MMM MMMM DEC M, m Decrement M to M Z MMM MMMM DEC M, a (M) - (acc) Z MMM MMMM DECSZ M, m (M) - (M), skip if (M) = + (skip) None MMM MMMM DECSZ M, a (M) - (acc), skip if (M) = + (skip) None MMM MMMM INC M, m (M) + (M) Z MMM MMMM INC M, a (M) + (acc) Z MMM MMMM INCSZ M, m (M) + (M), skip if (M) = + (skip) None MMM MMMM INCSZ M, a (M) + (acc), skip if (M) = + (skip) None MMM MMMM IODIR M Set i/o direction None MMM IOR M, m (M) ior (acc) (M) Z MMM MMMM IOR M, a (M) ior (acc) (acc) Z MMM MMMM IORLA l Literal ior (acc) (acc) Z iiii iiii LCALL I Call subroutine. However, LCALL can addressing 2K address 2 None iii iiii iiii LGOTO I Go branch to any address 2 None iii iiii iiii 3 27/5/24 Rev.3

14 MK7A2P MOVAM m Move data form acc to memory None MMM MMMM MOVLA l Move literal to accumulator None iiii iiii MOV M, m (M) (M) Z MMM MMMM MOV M, a (M) (acc) Z MMM MMMM NOP No operation None RET Return 2 None RETI Return and enable INTM 2 None RETLA l Return and move literal to accumulator 2 None iiii iiii RL M, m Rotate left from m to itself C MMM MMMM RL M, a Rotate left from m to acc C MMM MMMM RR M, m Rotate right from m to itself C MMM MMMM RR M, a Rotate right from m to acc C MMM MMMM SELECT Set select register None SLEEP Enter sleep (saving) mode TO, PO SUB M, m (M) (acc) (M) C, DC, Z MMM MMMM SUB M, a (M) (acc) (acc) C, DC, Z MMM MMMM SWAP M, m Swap data from m to itself None MMM MMMM SWAP M, a Swap data from m to acc None MMM MMMM XOR M, m (M) xor (acc) (M) Z MMM MMMM XOR M, a (M) xor (acc) (acc) Z MMM MMMM XORLA l Literal xor (acc) (acc) Z iiii iiii 4 27/5/24 Rev.3

15 MK7A2P 7. Electrical Characteristics 7. Absolute Maximum Ratings Supply Voltage. Vss-.3V to Vss+5. Storage Temperature. 5 to 25 Input Voltage Vss-.3V to VDD+.3V Operating Temperature. to DC Characteristics Symbol Parameter VDD Test Conditions Conditions Min. Typ. Max. Unit VDD Operating Voltage V Low Voltage Detector (Idd = 3uA) 3.8 V V DVT Detect Voltage Config bit6.bit5= Low Voltage Detector 3V (Idd = ua) Config bit6.bit5= 2.2 V V IL Input Low Voltage I/O Port.8 V IDD Standby Current I IL I DD I IL R PUHI Input Leakage Current Standby Current Input Leakage Current Pull_Hi Pin Resister 3V 3V WDT disable WDT enable Vin=VDD, VSS UA UA LVD disable,wdt disable, LV disable ua LVD disable,wdt enable, LV disable LVD disable,wdt disable, LV disable LVD disable,wdt enable, LV disable 2 Vin=VDD, VSS Vol=V 35 ua Vol=. 5 Set PortB input pin and Pull_Hi Set PortB input pin and Pull_Hi 6 KΩ 5 27/5/24 Rev.3

16 MK7A2P Symbol Parameter VDD Test Conditions Conditions Min. Typ. Max. Unit Voh=4. 9 ma Voh=4.V 8 ma Voh=3. 22 ma I OH PA~3 output port, PB~7 output port, PC~3 output port, Driving Current Voh=3.V 26 ma Voh=2. 29 ma Voh=2.7V 4 ma Voh=2.4V 7 ma 3V Voh=2.V 9 ma Voh=2.V ma Voh=.8V 2 ma Voh=. 2 ma Voh=.V 37 ma Voh=. 48 ma I OL PA~3 output port, PB~7 output port, PC~3 output port, Sink Current Voh=2.V 55 ma Voh=2. 59 ma Voh=.3V 8 ma Voh=.6V 6 ma 3V Voh=.9V 2 ma Voh=.2V 25 ma Voh=. 26 ma 6 27/5/24 Rev.3

17 MK7A2P 7.3 AC Characteristics Test Conditions Symbol Parameter VDD Conditions Min Typ Max Unit f sys f sys2 f sys3 f sys4 T wdt T rht System Clock System Clock System Clock System Clock Watchdog Timer Reset Hold Time 3V 3V 3V 3V 3V 3V LP Crystal mode NT Crystal mode HS Crystal mode RC mode K 32K Khz Mhz Mhz Mhz ms ms 7.4 External RC Table R value C value RC frequency R connect to (VDD,OSC) 4.9 M.u (need) 32 Khz The capacitor is need for stabile frequency 25 K.u (suggest) 455 Khz 6 K.u (suggest) Mhz 6 K.u (suggest) 2 Mhz 32 K.u (suggest) 4 Mhz 8 K.u (suggest) 8 Mhz 4 K.u (suggest) Mhz 7 27/5/24 Rev.3

18 MK7A2P 7.5 Oscillator circuit in different mode VDD OSC2 C3 VDD OSC2 R RESETB MK7A2P OSC C2 R RESETB MK7A2P OSC R2 C C C4 Crystal mode RC mode Crystal mode Crystal C2 C3 LP mode 32 Khz 2~P 2~P 455 Khz P P NT mode 455 Khz P P Mhz 2~P 2~P 2 Mhz 2~P 2~P 4 Mhz 2~P 2~P 8 Mhz 2~5P 2~5P Mhz 2~5P 2~5P HS mode 2 Mhz 2~5P 2~5P 6 Mhz 2~5P 2~5P 2 Mhz 2~5P 2~5P <Note> R/C value of RESETB depends on user s system request 8 27/5/24 Rev.3

19 MK7A2P 8. Package Dimension (a) 28 Pin DIP (6 mil) L A A A2 B B e D D.85 E C E eb BOTTOM E-PIN INDENT # ø.25 x.6 DP x 2PLS TOP E-PIN INDENT ø.25" x.6dp xm 2PLS BOTTOM E-PIN INDENT #2 DIMENSIONS IN MILLIMETERS DIMENSIONS IN INCHES SYMBOLS MIN NOM MAX MIN NOM MAX A A.38.5 A B B C D D.3.5 E E e L eb /5/24 Rev.3

20 MK7A2P (b) 28 Pin SOP (TOP7.78±.5) (BTM7.83±.5).58X45 5 ± (TOP7.443±.5) (BTM7.493±.5).3±. TOP ø.x.~.5dp BTM ø EPINX.5~.DP.27 3 ± ±.5.4± ± ±..762± /5/24 Rev.3

21 MK7A2P (c) 2 Pin DIP D E A L A A2 C B B e D eb.4 E TOP E-PIN INDENT ø.79 BOTTOM E-PIN INDENT ø.8 SYMBOLS DIMENSIONS IN MILLIMETERS DIMENSIONS IN INCHES MIN NOM MAX MIN NOM MAX A A.38.5 A B B C D D E E e L eb /5/24 Rev.3

22 MK7A2P (d) 2 Pin SOP (TOP2.65±.5) (BTM2.7±.5).58X45 5 ± ±2.524 (TOP7.443±.5) (BTM7.493±.5).3±..762± TOP.x.5~.DP BTM2. SEAING PLANE ±.5.4± ± ± /5/24 Rev.3

23 MK7A2P (e) 8 Pin DIP D E A L A A2 C B B e D eb.727 E PIN INDICATOR ø.39 TOP E-PIN INDENT ø.79 BOTTOM E-PIN INDENT ø.8 SYMBOLS DIMENSIONS IN MILLIMETERS DIMENSIONS IN INCHES MIN NOM MAX MIN NOM MAX A A.38.5 A B B C D D E E e L eb /5/24 Rev.3

24 MK7A2P (f) 8 Pin SOP (TOP.57±.5) (BTM.557±.5).58X (TOP7.443±.5) (BTM7.493±.5).3± ±3.762±.76 3 ±2.27 BTM2. TOP.x.~.5DP SEAING PLANE ±.5.4± ± ± /5/24 Rev.3

On-chip RC oscillator based Watchdog Timer(WDT) can be operated freely 12 I/O pins with their own independent direction control 3. Applications The ap

On-chip RC oscillator based Watchdog Timer(WDT) can be operated freely 12 I/O pins with their own independent direction control 3. Applications The ap MDT2010 1. General Description This EPROM-Based 8-bit micro-controller uses a fully static CMOS design technology combines higher speeds and smaller size with the low power and high noise immunity of CMOS.

More information

MDT10P General Description. 2. Features. 3. Applications

MDT10P General Description. 2. Features. 3. Applications 1. General This ROM-Based 8-bit micro-controller uses a fully static CMOS technology process to achieve high speed, small size, the low power and high noise immunity. On chip memory includes 2K words EPROM,

More information

MDT General Description. 2. Features. 3. Applications. 4. Pin Assignment

MDT General Description. 2. Features. 3. Applications. 4. Pin Assignment 1. General Description This EPROM-Based 8-bit micro-controller uses a fully static CMOS technology process to achieve higher speed and smaller size with the low power consump-tion and high noise immunity.

More information

MDT2005E. 1. General Description. 2. Features

MDT2005E. 1. General Description. 2. Features MDT2005E 1. General Description This EPROM-Based 8-bit micro-controller uses a fully static CMOS design technology combines higher speeds and smaller size with the low power and high noise immunity of

More information

MK7A21P 8Bit Microcontroller with 8bit ADC

MK7A21P 8Bit Microcontroller with 8bit ADC General Description MK7A21P 8Bit Microcontroller with 8bit ADC The MK7A21P is an 8 bit RISC high performance microcontroller with 8bit A/D converter. It is equipped with 2K word OTP(One Time Programmable)

More information

MDT10P57 1. General Description 2. Features 3. Applications P /02 Ver. 1.2

MDT10P57 1. General Description 2. Features 3. Applications P /02 Ver. 1.2 1. General Description This EPROM-Based 8-bit micro-controller uses a fully static CMOS technology process to achieve higher speed and smaller size with the low power consumption and high noise immunity.

More information

MK7A25P 8Bit Microcontroller with 10bit ADC

MK7A25P 8Bit Microcontroller with 10bit ADC General Description MK7A25P 8Bit Microcontroller with 10bit ADC The MK7A25P is an 8 bit RISC high performance microcontroller with 10bit A/D converter. It is equipped with 2K word OTP(One Time Programmable)

More information

HT1621. HT1621 RAM Mapping 32x4 LCD Controller for I/O MCU

HT1621. HT1621 RAM Mapping 32x4 LCD Controller for I/O MCU HT1621 RAM Mapping 32x4 LCD Controller for I/O MCU Features Operating voltage: 2.4V ~ 5.2V Built-in 256kHz RC oscillator External 32.768kHz crystal or 256 khz frequency source input Selection of 1/2 or

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency

More information

HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM

HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM RAM Mapping 48 16 LCD Controller for I/O µc LCD Controller Product Line Selection Table HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM 4 4 8 8 8 81 16 16 16 SEG 32 32 32 32

More information

Block Diagram , E I F = O 4 ) + J H 6 E E C + E H? K E J +,, H E L A H * E = I + E H? K E J + + % 8,, % 8 +, * * 6 A. H A G K A? O

Block Diagram , E I F = O 4 ) + J H 6 E E C + E H? K E J +,, H E L A H * E = I + E H? K E J + + % 8,, % 8 +, * * 6 A. H A G K A? O PAT No. : 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto increment

More information

SG8F160P. 8-BIT MCU With Embedded Touch Sensor Version 1.1. Sigma reserves the right to change this documentation without prior notice

SG8F160P. 8-BIT MCU With Embedded Touch Sensor Version 1.1. Sigma reserves the right to change this documentation without prior notice SPECIFICATION SG8F160P Version 1.1 Sigma reserves the right to change this documentation without prior notice TABLE OF CONTENTS SG8F160P 1. GENERAL DESCRIPTION...3 2. FEATURES...3 3. PIN ASSIGNMENT...5

More information

General-Purpose OTP MCU with 14 I/O LInes

General-Purpose OTP MCU with 14 I/O LInes General-Purpose OTP MCU with 14 I/O LInes Product Specification PS004602-0401 PRELIMINARY ZiLOG Worldwide Headquarters 910 E. Hamilton Avenue Campbell, CA 95008 Telephone: 408.558.8500 Fax: 408.558.8300

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM RAM Mapping 328 LCD Controller for I/O C Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons, 32 segments Built-in internal

More information

Built-in LCD display RAM Built-in RC oscillator

Built-in LCD display RAM Built-in RC oscillator PAT No. : TW 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto

More information

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description.

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description. RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons,

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM 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 or1/3 bias, and selection of 1/2 or 1/3 or1/4 duty LCD applications

More information

R/W address auto increment External Crystal kHz oscillator

R/W address auto increment External Crystal kHz oscillator RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V R/W address auto increment External Crystal 32.768kHz oscillator Two selectable buzzer frequencies

More information

IZ602 LCD DRIVER Main features: Table 1 Pad description Pad No Pad Name Function

IZ602 LCD DRIVER Main features: Table 1 Pad description Pad No Pad Name Function LCD DRIVER The IZ602 is universal LCD controller designed to drive LCD with image element up to 128 (32x4). Instruction set makes IZ602 universal and suitable for applications with different types of displays.

More information

MK7A22P 8Bit Microcontroller with ADC

MK7A22P 8Bit Microcontroller with ADC General Description (Preliminary) MK7A22P 8Bit Microcontroller with ADC The MK7A22P is an 8 bit RISC high performance microcontroller with 15bit A/D(11bit+4bit) converter. It is equipped with 2K word OTP(One

More information

Built-in LCD display RAM Built-in RC oscillator

Built-in LCD display RAM Built-in RC oscillator PAT No. : TW 099352 RAM Mapping 488 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto

More information

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description.

PATENTED. PAT No. : HT1622/HT1622G RAM Mapping 32 8 LCD Controller for I/O MCU. Features. General Description. RAM Mapping 328 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons,

More information

RAM Mapping LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

RAM Mapping LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator PAT No. : 099352 RAM Mapping 4816 LCD Controller for I/O MCU Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto increment

More information

PIC16C5X. EPROM/ROM-Based 8-Bit CMOS Microcontroller Series. Peripheral Features: Devices Included in this Data Sheet: CMOS Technology:

PIC16C5X. EPROM/ROM-Based 8-Bit CMOS Microcontroller Series. Peripheral Features: Devices Included in this Data Sheet: CMOS Technology: EPROM/ROM-Based 8-Bit CMOS Microcontroller Series Devices Included in this Data Sheet: PIC16C54 PIC16CR54 PIC16C55 PIC16C56 PIC16CR56 PIC16C57 PIC16CR57 PIC16C58 PIC16CR58 Note: 16C5X refers to all revisions

More information

S3C9442/C9444/F9444/C9452/C9454/F9454

S3C9442/C9444/F9444/C9452/C9454/F9454 PRODUCT OVERVIEW 1 PRODUCT OVERVIEW SAM88RCRI PRODUCT FAMILY Samsung's SAM88RCRI family of 8-bit single-chip CMOS microcontrollers offers a fast and efficient CPU, a wide range of integrated peripherals,

More information

Z86C04/C08 1 CMOS 8-BIT LOW-COST 1K/2K-ROM MICROCONTROLLERS

Z86C04/C08 1 CMOS 8-BIT LOW-COST 1K/2K-ROM MICROCONTROLLERS PRELIMINARY PRODUCT SPECIFICATION Z86C04/C08 CMOS 8-BIT LOW-COST K/2K-ROM MICROCONTROLLERS FEATURES Part Number Z86C04 Z86C08 ROM (KB) 2 RAM* (Bytes) 25 25 Note: * General-Purpose Speed (MHz) 2 2 Auto

More information

RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator RAM Mapping 648 LCD Controller for I/O MCU PATENTED PAT No. : 099352 Technical Document Application Note Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address

More information

RAM Mapping 32 8 LCD Controller for I/O MCU. R/W address auto increment Built-in RC oscillator

RAM Mapping 32 8 LCD Controller for I/O MCU. R/W address auto increment Built-in RC oscillator RAM Mapping 328 LCD Controller for I/O MCU Features Operating voltage: 2.7V~5.2V R/W address auto increment Built-in RC oscillator Two selectable buzzer frequencies (2kHz or 4kHz) 1/4 bias, 1/8 duty, frame

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM RAM Mapping 324 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, and

More information

EM78P156K. Product Specification. 8-Bit Microcontroller with OTP ROM ELAN MICROELECTRONICS CORP. DOC. VERSION 1.3

EM78P156K. Product Specification. 8-Bit Microcontroller with OTP ROM ELAN MICROELECTRONICS CORP. DOC. VERSION 1.3 8-Bit Microcontroller with OTP ROM Product Specification DOC. VERSION 1.3 ELAN MICROELECTRONICS CORP. July 2012 Trademark Acknowledgments: IBM is a registered trademark and PS/2 is a trademark of IBM.

More information

MK7A23P 8Bit Microcontroller with ADC

MK7A23P 8Bit Microcontroller with ADC General Description MK7A23P 8Bit Microcontroller with ADC The MK7A23P is an 8 bit RISC high performance microcontroller with 15bit A/D converter It is equipped with 2K word OTP(One Time Programmable) ROM,

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 HT1627 HT16270 COM RAM Mapping 328 LCD Controller for I/O C Features Operating voltage: 2.7V~5.2V Built-in RC oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max. 328 patterns, 8 commons, 32 segments Built-in internal

More information

PATENTED. HT1621/HT1621G RAM Mapping 32 4 LCD Controller for I/O MCU. PAT No. : TW Features. General Description.

PATENTED. HT1621/HT1621G RAM Mapping 32 4 LCD Controller for I/O MCU. PAT No. : TW Features. General Description. PAT No. : TW 099352 RAM Mapping 324 LCD Controller for I/O MCU Features Operating voltage: 2.4V~5.2V Built-in 256kHz RC oscillator External 32.768kHz crystal or 256kHz frequency source input Selection

More information

GC221-SO16IP. 8-bit Turbo Microcontroller

GC221-SO16IP. 8-bit Turbo Microcontroller Total Solution of MCU GC221-SO16IP 8-bit Turbo Microcontroller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products

More information

RAM Mapping 48 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

RAM Mapping 48 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator RAM Mapping 488 LCD Controller for I/O MCU Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM Built-in RC oscillator R/W address auto increment External 32.768kHz crystal or 32kHz frequency

More information

Crystalfontz. RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator

Crystalfontz. RAM Mapping 64 8 LCD Controller for I/O MCU. Built-in LCD display RAM Built-in RC oscillator Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/www.crystalfontz.com/controlers/ HT1625 RAM Mapping 648 LCD Controller for I/O MCU Features Operating voltage: 2.7V~5.2V Built-in LCD display RAM

More information

W588AXXX Data Sheet. 8-BIT MCU WITH VOICE SYNTHESIZER (PowerSpeech TM Series) Table of Contents-

W588AXXX Data Sheet. 8-BIT MCU WITH VOICE SYNTHESIZER (PowerSpeech TM Series) Table of Contents- Data Sheet 8-BIT MCU WITH VOICE SYNTHESIZER (PowerSpeech TM Series) Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 2 3. PIN DESCRIPTION... 3 4. BLOCK DIAGRAM... 4 5. ELECTRICAL CHARACTERISTICS...

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. M PIC16C5X EPROM/ROM-Based 8-Bit CMOS Microcontroller Series Devices Included

More information

RAM Mapping 48 8 LCD Controller for I/O C

RAM Mapping 48 8 LCD Controller for I/O C RAM Mapping 488 LCD Controller for I/O C Features Operating voltage: 2.7V~5.2V Built-in RC oscillator External 32.768kHz crystal or 32kHz frequency source input 1/4 bias, 1/8 duty, frame frequency is 64Hz

More information

PRODUCT OVERVIEW OVERVIEW OTP

PRODUCT OVERVIEW OVERVIEW OTP PRODUCT OVERVIEW 1 PRODUCT OVERVIEW OVERVIEW The S3C7324 single-chip CMOS microcontroller has been designed for high performance using Samsung's newest 4-bit CPU core, SAM47 (Samsung Arrangeable Microcontrollers).

More information

SHT28C21: SHT28D21: 28-pin SOP package

SHT28C21: SHT28D21: 28-pin SOP package SHT32F21 RAM Mapping 324 LCD Controller 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 or1/3 bias, and

More information

PIC16C5X Data Sheet. EPROM/ROM-Based 8-bit CMOS Microcontroller Series Microchip Technology Inc. Preliminary DS30453D

PIC16C5X Data Sheet. EPROM/ROM-Based 8-bit CMOS Microcontroller Series Microchip Technology Inc. Preliminary DS30453D Data Sheet EPROM/ROM-Based -bit CMOS Microcontroller Series 2002 Microchip Technology Inc. Preliminary DS30453D EPROM/ROM-Based -bit CMOS Microcontroller Series Devices Included in this Data Sheet: PIC16C54

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM RAM Mapping 324 LCD Controller for I/O C Features Logic operating voltage: 2.4V~3.3V LCD voltage: 3.6V~4.9V Low operating current

More information

SD bits ADC SOC. Features. Applications. Ordering Information. Description. Pin Diagram and Descriptions

SD bits ADC SOC. Features. Applications. Ordering Information. Description. Pin Diagram and Descriptions SD807 0 bits ADC SOC Features High precision ADC, ENOB=7.bits@8sps, differential or single-ended inputs Low noise, high input impedance preamplifier with selectable gain:,.5, 50, 00, or 00 8 bits RISC

More information

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5 Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 3 3. PIN DESCRIPTION... 4 4. BLOCK DIAGRAM... 5 5. ELECTRICAL CHARACTERISTICS... 5 5.1 Absolute Maximum Ratings... 5 5.2 D.C. Characteristics...

More information

Low Power Windowed Watchdog with Reset, Sleep Mode Functions. Features. Applications. Selection Table. Part Number V REF

Low Power Windowed Watchdog with Reset, Sleep Mode Functions. Features. Applications. Selection Table. Part Number V REF EM MICROELECTRONIC - MARIN SA Low Power Windowed Watchdog with Reset, Sleep Mode Functions Description The offers a high level of integration by combining voltage monitoring and software monitoring using

More information

S6A0093 Specification Revision History

S6A0093 Specification Revision History Crystalfontz Thiscontrolerdatasheetwasdownloadedfrom htp:/wwwcrystalfontzcom/controlers/ S6A0093 80 SEG / 26 COM DRIVER & CONTROLLER FOR STN LCD March 2001 Ver 06 Contents in this document are subject

More information

SD8000S. 20 bits ADC SOC with RTC. SD8000S Bare Die. Features. Applications. Description. Ordering Information. Pin Diagram and Descriptions

SD8000S. 20 bits ADC SOC with RTC. SD8000S Bare Die. Features. Applications. Description. Ordering Information. Pin Diagram and Descriptions 20 bits ADC SOC with RTC Features High precision ADC, 20 bits effective resolution Low noise, high input impedance preamplifier with selectable gain: 1, 12.5, 50, 100, or 200 8 bits RISC ultra low power

More information

SDIC XXXXXXX SD

SDIC XXXXXXX SD Meterage SOC Features High precision ADC, 18 bits effective resolution, 1 differential or 2 single-ended inputs Low noise, high input impedance preamplifier with selectable gain: 1, 12.5, 50, 100, or 200

More information

Pulse Width Modulated Linear LED Bar Graph Display

Pulse Width Modulated Linear LED Bar Graph Display Pulse Width Modulated Linear LED Bar Graph Display Introduction This application note presents a circuit which implements two design and programming techniques for SX virtual peripherals. The first technique

More information

CD4541BC Programmable Timer

CD4541BC Programmable Timer CD4541BC Programmable Timer General Description The CD4541BC Programmable Timer is designed with a 16-stage binary counter, an integrated oscillator for use with an external capacitor and two resistors,

More information

DATA SHEET. VLN5P Series (OTP) Single-Chip 4-bit MCU with 15~24 I/O, 1-Ch Speech + Dual-Tone or 4-Ch Speech/Midi. Version 1.5 Jul.

DATA SHEET. VLN5P Series (OTP) Single-Chip 4-bit MCU with 15~24 I/O, 1-Ch Speech + Dual-Tone or 4-Ch Speech/Midi. Version 1.5 Jul. DATA SHEET (OTP) Single-Chip 4-bit MCU with 15~24 I/O, 1-Ch Speech + Dual-Tone or 4-Ch Speech/Midi Version 15 Jul 4, 2013 VOICELAND reserves the right to change this document without prior notice Information

More information

CLK1 GND. Phase Detector F VCO = F REF * (2 * M/R) VCO. P-Counter (14-bit) F OUT = F VCO / (2 * P) Programming Logic

CLK1 GND. Phase Detector F VCO = F REF * (2 * M/R) VCO. P-Counter (14-bit) F OUT = F VCO / (2 * P) Programming Logic PL611s-19 PL611s-19 FEATURES Designed for Very Low-Power applications Input Frequency, AC Coupled: o Reference Input: 1MHz to 125MHz o Accepts >0.1V input signal voltage Output Frequency up to 125MHz LVCMOS

More information

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM

HT162X HT1620 HT1621 HT1622 HT16220 HT1623 HT1625 HT1626 COM RAM Mapping 324 LCD Controller for I/O MCU Technical Document Tools Information FAQs Application Note Features Operating voltage: 2.4V~5.2V Built-in 256kHz RC oscillator External 32.768kHz crystal or 256kHz

More information

SD Diff Channels Meterage SOC with UART and I 2 C. Features. Description. Applications

SD Diff Channels Meterage SOC with UART and I 2 C. Features. Description. Applications SD0 Diff Channels Meterage SOC with UART and I C Features High precision bits ADC, selectable gain at //8/6, differential or Pseudo-differential inputs. Measures signal s true RMS value, instantaneous

More information

New Revision of SX18/20/28AC (Datecode Axyywwxx)

New Revision of SX18/20/28AC (Datecode Axyywwxx) New Revision of SX18/20/28AC (Datecode Axyywwxx) Datecode: yywwxx (old revisio) blank, A4, B4, C4, or D4 Week Year Datecode:Axyywwxx AB, AC,...BA..BC, etc. Week Year AB, AC,...Ax Date: 5/18/99 1999 Scenix

More information

VK1622A RAM Mapping 32 8 LCD Controller for I/O uc Features

VK1622A RAM Mapping 32 8 LCD Controller for I/O uc Features VK1622A Features Operating voltage:2.7v~5.2v Built-in R oscillator 1/4 bias, 1/8 duty, frame frequency is 64Hz Max 32 8 patterns, 8 commons, 32 segments Built-in internal resistor type bias generator 3-wire

More information

Z86116 CMOS Z8 PN MODULATOR WIRELESS CONTROLLER CUSTOMER PROCUREMENT SPECIFICATION FEATURES GENERAL DESCRIPTION Z86116 CP95WRL0501 PRELIMINARY

Z86116 CMOS Z8 PN MODULATOR WIRELESS CONTROLLER CUSTOMER PROCUREMENT SPECIFICATION FEATURES GENERAL DESCRIPTION Z86116 CP95WRL0501 PRELIMINARY PRELIMINARY CUSTOMER PROCUREMENT SPECIFICATION CMOS Z8 PN MODULATOR WIRELESS CONTROLLER FEATURES ROM RAM* SPEED Part (Kbytes) (Kbytes) (MHz) 1 124 12 * General-Purpose 18-Pin DIP and SOIC Packages 3.0-

More information

DEFROST and REHEAT key interlock each other, and BEGAL key is individual. Output driver. Key scan. System Oscillator.

DEFROST and REHEAT key interlock each other, and BEGAL key is individual. Output driver. Key scan. System Oscillator. PT8A5A Features Operating voltage:.5v~5.5v. Have Defrost, eheat and Bagel function elay output disable without external oscillator Adjustable timer: 0s~0mins Few external components Low cost 8-Pin DIP

More information

ELCT 912: Advanced Embedded Systems

ELCT 912: Advanced Embedded Systems ELCT 912: Advanced Embedded Systems Lecture 5: PIC Peripherals on Chip Dr. Mohamed Abd El Ghany, Department of Electronics and Electrical Engineering The PIC Family: Peripherals Different PICs have different

More information

4-Bit Microcontroller with Built-in RC Oscillation Type A/D Converter and LCD Driver

4-Bit Microcontroller with Built-in RC Oscillation Type A/D Converter and LCD Driver Semiconductor MSM64P164 This version: Feb. 2000 Previous version: Sep. 1998 4-Bit Microcontroller with Built-in RC Oscillation Type A/D Converter and LCD Driver Preliminary GENERAL DESCRIPTION The MSM64P164

More information

MCU Reset and Oscillator Circuits Application Note

MCU Reset and Oscillator Circuits Application Note MCU Reset and Oscillator Circuits Application Note D/N: HA0075E System Oscillator Crystal/Ceramic Oscillator Crystal/Ceramic Oscillator Equivalent Circuit The following circuit combination of resistors,

More information

HT7660. CMOS Switched-Capacitor Voltage Converter. Features. Applications. General Description. Block Diagram

HT7660. CMOS Switched-Capacitor Voltage Converter. Features. Applications. General Description. Block Diagram CMOS Switched-Capacitor Voltage Converter Features Simple conversion of V DD to V DD Cascade connection (two devices are connected V OUT = 2 V DD ) Boost pin for higher switching frequency Easy to use

More information

UNISONIC TECHNOLOGIES CO., LTD CD4541

UNISONIC TECHNOLOGIES CO., LTD CD4541 UNISONIC TECHNOLOGIES CO., LTD CD4541 PROGRAMMABLE TIMER DESCRIPTION The CD4541 programmable timer comprise a 16-stage binary counter, an integrated oscillator for use with an external capacitor and two

More information

LC863548B, LC863540B LC863532B, LC863528B LC863524B, LC863520B LC863516B

LC863548B, LC863540B LC863532B, LC863528B LC863524B, LC863520B LC863516B Ordering number : ENN7936 LC863548B, LC863540B LC863532B, LC863528B LC863524B, LC863520B LC863516B CMOS IC FROM 48K/40K/32K/28K/24K/20K/16K-byte, RAM 640/512-byte on-chip and 176 9-bit OSD RAM 8-bit 1-chip

More information

Preliminary NT7070B Dot Matrix LCD Driver & Controller. Features. Descriptions. Applications

Preliminary NT7070B Dot Matrix LCD Driver & Controller. Features. Descriptions. Applications Dot Matrix LCD Driver & Controller Features Internal Memory -Character Generator ROM -Character Generator RAM: 320 bits -Display Data RAM: 80 x 8bits for 80 digits Power Supply Voltage: 27V~55V LCD Supply

More information

Counters/Delay Generators. FILTER_0/Prog. Delay Combination Function Macrocells Pin 3. Preliminary

Counters/Delay Generators. FILTER_0/Prog. Delay Combination Function Macrocells Pin 3. Preliminary GreenPAK Programmable Mixed Signal Array Features Logic & Mixed Signal Circuits Highly Versatile Macro Cells 1.8 V (±5%) to 5 V (±10%) Supply Operating Temperature Range: -40 C to 85 C RoHS Compliant /

More information

esa Series Product Specification Doc. Version 1.7 General Purpose Tiny Controller with Four-Channel Speech and Melody Synthesis

esa Series Product Specification Doc. Version 1.7 General Purpose Tiny Controller with Four-Channel Speech and Melody Synthesis General Purpose Tiny Controller with Four-Channel Speech and Melody Synthesis Product Specification Doc. Version 1.7 ELAN MICROELECTRONICS CORP. October 2006 Trademark Acknowledgments: IBM is a registered

More information

PMS154B 8bit IO-Type Controller

PMS154B 8bit IO-Type Controller Datasheet Version 0.01 Nov. 23, 2016 Copyright 2016 by PADAUK Technology Co., Ltd., all rights reserved. Copyright 2016, PADAUK Technology Co. Ltd Page 1 of 80 PDK-DS-PMS154B-EN-V001 Nov. 23, 2016 IMPORTANT

More information

SH69P48A. OTP 4K 4-bit Micro-controller with 10-bit SAR A/D Converter. Features. General Description 1 V2.4

SH69P48A. OTP 4K 4-bit Micro-controller with 10-bit SAR A/D Converter. Features. General Description 1 V2.4 Features OTP 4K 4-bit Micro-controller with 10-bit SAR A/D Converter SH6610D-based single-chip 4-bit micro-controller with 10-bit SAR A/D converter OTPROM: 4K X 16bits RAM: 253 X 4bits - 61 System control

More information

EM78P157N. Product Specification. 8-Bit Microcontroller with OTP ROM. Doc. Version 1.3

EM78P157N. Product Specification. 8-Bit Microcontroller with OTP ROM. Doc. Version 1.3 8-Bit Microcontroller with OTP ROM Product Specification Doc. Version 1.3 ELAN MICROELECTRONICS CORP. April 2016 Trademark Acknowledgments: IBM is a registered trademark and PS/2 is a trademark of IBM.

More information

DS1202, DS1202S. Serial Timekeeping Chip FEATURES PIN ASSIGNMENT. ORDERING INFORMATION DS pin DIP DS1202S 16 pin SOIC DS1202S8 8 pin SOIC

DS1202, DS1202S. Serial Timekeeping Chip FEATURES PIN ASSIGNMENT. ORDERING INFORMATION DS pin DIP DS1202S 16 pin SOIC DS1202S8 8 pin SOIC DS22, DS22S Serial Timekeeping Chip FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation 2 x 8 RAM for scratchpad data

More information

16-CHANNEL SPEECH+MELODY PROCESSOR (BandDirector TM Series)

16-CHANNEL SPEECH+MELODY PROCESSOR (BandDirector TM Series) DATASHEET 16-CHANNEL SPEECH+MELODY PROCESSOR (BandDirector TM Series) Table of Contents- 1. GENERAL DESCRIPTION...2 2. FEATURES...3 3. PIN DESCRIPTION...4 4. BLOCK DIAGRAM...5 5. ITEM VS PIN TABLE...6

More information

VOICE OTP IC. ap8942a 42sec

VOICE OTP IC. ap8942a 42sec APLUS MAKE YOUR PRODUCTION A-PLUS VOICE OTP IC 42sec APLUS INTEGRATED CIRCUITS INC. Address: 3 F-10, No. 32, Sec. 1, Chenggung Rd., Taipei, Taiwan 115, R.O.C. (115) 台北市南港區成功路一段 32 號 3 樓之 10. TEL: 886-2-2782-9266

More information

Note: ^ Deno tes 60K Ω Pull-up resisto r. Phase Detector F VCO = F REF * (M/R) F OUT = F VCO / P

Note: ^ Deno tes 60K Ω Pull-up resisto r. Phase Detector F VCO = F REF * (M/R) F OUT = F VCO / P FEATURES Advanced programmable PLL with Spread Spectrum Crystal or Reference Clock input o Fundamental crystal: 10MHz to 40MHz o Reference input: 1MHz to 200MHz Accepts 0.1V reference signal input voltage

More information

RW1026 Dot Matrix 48x4 LCD Controller / Driver

RW1026 Dot Matrix 48x4 LCD Controller / Driver Features Operating voltage: 2.4V~5.5V Internal LCD Bias generation with voltage-follower buffer External resistor CR oscillator External 256k Hz frequency source input Selection of 1/2 or 1/3 bias, and

More information

CAT bit Programmable LED Dimmer with I 2 C Interface DESCRIPTION FEATURES APPLICATIONS TYPICAL APPLICATION CIRCUIT

CAT bit Programmable LED Dimmer with I 2 C Interface DESCRIPTION FEATURES APPLICATIONS TYPICAL APPLICATION CIRCUIT 16-bit Programmable Dimmer with I 2 C Interface FEATURES 16 drivers with dimming control 256 brightness steps 16 open drain outputs drive 25 ma each 2 selectable programmable blink rates: frequency: 0.593Hz

More information

AZ DISPLAYS, INC. SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY COMPLETE LCD SOLUTIONS. AGM1064B Series PART NUMBER:

AZ DISPLAYS, INC. SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY COMPLETE LCD SOLUTIONS. AGM1064B Series PART NUMBER: AZ DISPLAYS, INC. COMPLETE LCD SOLUTIONS SPECIFICATIONS FOR LIQUID CRYSTAL DISPLAY PART NUMBER: AGM1064B Series REVISED: MAY 14, 2003 General Specification Table 1 Item Standard Value Unit Character Format

More information

HT7610A/HT7610B/HT7611A/HT7611B General Purpose PIR Controller

HT7610A/HT7610B/HT7611A/HT7611B General Purpose PIR Controller General Purpose PIR Controller Features Operating voltage: 5V~12V ON/AUTO/OFF selectable by MODE pin Standby current: 100A (Typ.) On-chip regulator Adjustable output duration CDS input Override function

More information

K / K / K164208

K / K / K164208 K161004 / K162104 / K164208 DESCRIPTION K16xxxx is a 8-bit CPU based Voice chip series. It is manufactured with Standard CMOS process with embedded voice storage memory. It can store from 10 to 42sec voice

More information

General Purpose Frequency Timing Generator

General Purpose Frequency Timing Generator Integrated Circuit Systems, Inc. ICS951601 General Purpose Frequency Timing Generator Recommended Application: General Purpose Clock Generator Output Features: 17 - PCI clocks selectable, either 33.33MHz

More information

Pin Assignment SEG28 SEG29 SEG30 SEG31 SEG32 SEG33 SEG34 SEG35 SEG36 SEG37 SEG38 VDD SDA SCL COM0 COM1 COM2 COM3 COM4 COM5 COM6 COM

Pin Assignment SEG28 SEG29 SEG30 SEG31 SEG32 SEG33 SEG34 SEG35 SEG36 SEG37 SEG38 VDD SDA SCL COM0 COM1 COM2 COM3 COM4 COM5 COM6 COM General Description Features VK2C23 56 4 / 52 8 LCD Driver Controller The VK2C23 device is a memory mapping and multi-function LCD controller driver. The Display segments of the device are 224 patterns

More information

MT70014 TWO CHANNEL ARINC TRANSMITTER. Full MIL operating range Automatic parity generation HIGH/LOW speed programmable independently in each channel

MT70014 TWO CHANNEL ARINC TRANSMITTER. Full MIL operating range Automatic parity generation HIGH/LOW speed programmable independently in each channel TWO CHANNEL ARINC TRANSMITTER 8 bit parallel interface TTL/CMOS compatible I/P Single 5V supply with low power consumption < 50mW Full MIL operating range Automatic parity generation HIGH/LOW speed programmable

More information

Dual Processor Supervisors with Watchdog ADM13305

Dual Processor Supervisors with Watchdog ADM13305 Dual Processor Supervisors with Watchdog ADM335 FEATURES Dual supervisory circuits Supply voltage range of 2.7 V to 5.5 V Pretrimmed threshold options:.8 V, 2.5 V, 3.3 V, and 5 V Adjustable.6 V voltage

More information

HD44102D. (Dot Matrix Liquid Crystal Graphic Display Column Driver) Features. Description. Ordering Information

HD44102D. (Dot Matrix Liquid Crystal Graphic Display Column Driver) Features. Description. Ordering Information HD442 (Dot Matrix Liquid Crystal Graphic Display Column Driver) Description The HD442 is a column (segment) driver for dot matrix liquid crystal graphic display systems, storing the display data transferred

More information

FM8P756 OTP-Based 8-Bit Microcontroller with LCD Driver

FM8P756 OTP-Based 8-Bit Microcontroller with LCD Driver OTP-Based 8-Bit Microcontroller with LCD Driver Devices Included in this Data Sheet: A : 24-pin OTP device B : 20-pin OTP device C : 16-pin OTP device FEATURES D : 28-pin OTP device with VR pin E : 24-pin

More information

HT16C23/HT16C23G RAM Mapping 56 4 / 52 8 LCD Driver Controller

HT16C23/HT16C23G RAM Mapping 56 4 / 52 8 LCD Driver Controller RAM Mapping 56 4 / 52 8 LCD Driver Controller Features Operating voltage: 2.4 ~ 5.5V Internal 32kHz RC oscillator Bias: 1/3 or 1/4; Duty:1/4 or 1/8 Internal LCD bias generation with voltage-follower buffers

More information

EM78P157N. Product Specification. 8-Bit Microcontroller with OTP ROM. Doc. Version 1.0

EM78P157N. Product Specification. 8-Bit Microcontroller with OTP ROM. Doc. Version 1.0 8-Bit Microcontroller with OTP ROM Product Specification Doc. Version 1.0 ELAN MICROELECTRONICS CORP. September 2005 Trademark Acknowledgments: IBM is a registered trademark and PS/2 is a trademark of

More information

HT9200A/HT9200B DTMF Generators

HT9200A/HT9200B DTMF Generators DTMF Generators Features Operating voltage 2.0V~5.5V Serial mode for the HT9200A Serial/parallel mode for the HT9200B Low standby current Low total harmonic distortion 3.58MHz crystal or ceramic resonator

More information

PMS154C 8bit OTP Type IO Controller

PMS154C 8bit OTP Type IO Controller Datasheet Version 1.04 Nov. 27, 2018 Copyright 2018 by PADAUK Technology Co., Ltd., all rights reserved. 6F-6, No.1, Sec. 3, Gongdao 5th Rd., Hsinchu City 30069, Taiwan, R.O.C. TEL: 886-3-572-8688 www.padauk.com.tw

More information

HT LCD Controller for I/O MCU

HT LCD Controller for I/O MCU 12832 LCD Controller for I/O MCU Technical Document FAQs Application Note Features Operating voltage 2.7V~5.2V Built-in 32kHz RC oscillator External 32.78kHz crystal oscillator or 32kHz frequency source

More information

Extremely Accurate Power Surveillance, Software Monitoring and Sleep Mode Detection. Pin Assignment. Fig. 1

Extremely Accurate Power Surveillance, Software Monitoring and Sleep Mode Detection. Pin Assignment. Fig. 1 EM MICOELECTONIC - MAIN SA Extremely Accurate Power Surveillance, Software Monitoring and Sleep Mode Detection Description The offers a high level of integration by voltage monitoring and software monitoring

More information

LSI/CSI LS7290 STEPPER MOTOR CONTROLLER. LSI Computer Systems, Inc Walt Whitman Road, Melville, NY (631) FAX (631)

LSI/CSI LS7290 STEPPER MOTOR CONTROLLER. LSI Computer Systems, Inc Walt Whitman Road, Melville, NY (631) FAX (631) LSI/CSI UL A800 FEATURES: LSI Computer Systems, Inc. 1 Walt Whitman Road, Melville, NY 114 (1) 1-0400 FAX (1) 1-040 STEPPER MOTOR CONTROLLER Controls Bipolar and Unipolar Motors Cost-effective replacement

More information

Low-Voltage IR Microcontroller

Low-Voltage IR Microcontroller Z86L88 Product Specification Maxim Integrated Products Inc. 120 San Gabriel Drive, Sunnyvale CA 94086 Maxim Integrated Products 120 San Gabriel Drive Sunnyvale, CA 94086 nited States 408-737-7600 www.maxim-ic.com

More information

EM78P159N Errata document Specification Revision History

EM78P159N Errata document Specification Revision History 8- Microprocessor with OTP ROM EM78P159N Errata document Specification Revision History Doc. Version Revision Description Date 1.0 Initial Release Version 2006/05/16 1.1 Modified the Reliability Test and

More information

HT /8 to 1/16 Duty VFD Controller

HT /8 to 1/16 Duty VFD Controller 1/8 to 1/16 Duty VFD Controller Features Logic voltage: 3.0V~5.5V High-voltage output: V DD -35V max. Multiple display (12-segment 16-digit to 20-segment 8-digit) 124 matrix key scanning 8 steps dimmer

More information

PLL Frequency Synthesizer. Technical Data YYWW HPLL HPLL-8001

PLL Frequency Synthesizer. Technical Data YYWW HPLL HPLL-8001 PLL Frequency Synthesizer Technical Data HPLL-8001 Features Low Operating Current Consumption (4 ma, typ.) High Input Sensitivity, High Input Frequencies (50 MHz) Synchronous Programming of the Counters

More information

ITM-1601A LCM. User s Guide. (Liquid Crystal Display Module) 1998 Intech LCD Group Ltd. Document No. TE nd Edition Jan.

ITM-1601A LCM. User s Guide. (Liquid Crystal Display Module) 1998 Intech LCD Group Ltd. Document No. TE nd Edition Jan. User s Guide Document No. TE-014-001 2 nd Edition Jan. 1999 ITM-1601A LCM 16 Characters X 1 lines with 5 X 8 dots format (Liquid Crystal Display Module) 1998 Intech LCD Group Ltd. ITM-1601A LCM Use s Guide

More information

OTP 2K 4-bit Micro-controller with 10-bit SAR A/D Converter

OTP 2K 4-bit Micro-controller with 10-bit SAR A/D Converter Features OTP 2K 4-bit Micro-controller with 10-bit SAR A/D Converter SH6610D-based single-chip 4-bit micro-controller with 10-bit SAR ADC converter OTPROM: 2K X 16bits RAM: 253 X 4bits - 61 System control

More information

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs.

Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. Hello and welcome to this Renesas Interactive Course that provides an overview of the timers found on RL78 MCUs. 1 The purpose of this course is to provide an introduction to the RL78 timer Architecture.

More information