EEWORLDEEWORLDEEWORLD

Part Number

Search

ST7FLITE09Y0U6TR

Description
STMICROELECTRONICS - STX-RLINK - ICD/PROGRAMMER; FOR STM8; ST7; STM32; STR7; STR9
CategoryThe embedded processor and controller    Microcontrollers and processors   
File Size1010KB,124 Pages
ManufacturerSTMicroelectronics
Websitehttp://www.st.com/
Download Datasheet Parametric View All

ST7FLITE09Y0U6TR Overview

STMICROELECTRONICS - STX-RLINK - ICD/PROGRAMMER; FOR STM8; ST7; STM32; STR7; STR9

ST7FLITE09Y0U6TR Parametric

Parameter NameAttribute value
MakerSTMicroelectronics
Parts packaging codeQFN
package instructionHVQCCN, LCC20,.2SQ,32
Contacts20
Reach Compliance Codecompli
Has ADCYES
Other featuresOPERATES AT 2.4 V MINIMUM SUPPLY @ 8 MHZ
Address bus width
bit size8
CPU seriesST72
maximum clock frequency16 MHz
DAC channelNO
DMA channelNO
External data bus width
JESD-30 codeS-XQCC-N20
length5 mm
Number of I/O lines13
Number of terminals20
On-chip program ROM width8
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
PWM channelYES
Package body materialUNSPECIFIED
encapsulated codeHVQCCN
Encapsulate equivalent codeLCC20,.2SQ,32
Package shapeSQUARE
Package formCHIP CARRIER, HEAT SINK/SLUG, VERY THIN PROFILE
power supply3/5 V
Certification statusNot Qualified
RAM (bytes)128
rom(word)1536
ROM programmabilityFLASH
Maximum seat height0.9 mm
speed16 MHz
Maximum supply voltage5.5 V
Minimum supply voltage3.3 V
Nominal supply voltage5 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal formNO LEAD
Terminal pitch0.8 mm
Terminal locationQUAD
width5 mm
uPs/uCs/peripheral integrated circuit typeMICROCONTROLLER
ST7LITE0xY0, ST7LITESxY0
8-bit microcontroller with single voltage
Flash memory, data EEPROM, ADC, timers, SPI
Memories
– 1K or 1.5 Kbytes single voltage Flash Pro-
gram memory with read-out protection, In-Cir-
cuit and In-Application Programming (ICP and
IAP). 10 K write/erase cycles guaranteed,
data retention: 20 years at 55 °C.
– 128 bytes RAM.
– 128 bytes data EEPROM with read-out pro-
tection. 300K write/erase cycles guaranteed,
data retention: 20 years at 55 °C.
Clock, Reset and Supply Management
– 3-level low voltage supervisor (LVD) and aux-
iliary voltage detector (AVD) for safe power-
on/off procedures
– Clock sources: internal 1MHz RC 1% oscilla-
tor or external clock
– PLL x4 or x8 for 4 or 8 MHz internal clock
– Four Power Saving Modes: Halt, Active-Halt,
Wait and Slow
Interrupt Management
– 10 interrupt vectors plus TRAP and RESET
– 4 external interrupt lines (on 4 vectors)
I/O Ports
– 13 multifunctional bidirectional I/O lines
– 9 alternate function lines
– 6 high sink outputs
2 Timers
– One 8-bit Lite Timer (LT) with prescaler in-
cluding: watchdog, 1 realtime base and 1 in-
put capture.
DIP16
SO16
150”
QFN20
– One 12-bit Auto-reload Timer (AT) with output
compare function and PWM
1 Communication Interface
– SPI synchronous serial interface
A/D Converter
– 8-bit resolution for 0 to V
DD
– Fixed gain Op-amp for 11-bit resolution in 0 to
250 mV range (@ 5V V
DD
)
– 5 input channels
Instruction Set
– 8-bit data manipulation
– 63 basic instructions with illegal opcode de-
tection
– 17 main addressing modes
– 8 x 8 unsigned multiply instruction
Development Tools
– Full hardware/software development package
Device Summary
Features
Program memory - bytes
RAM (stack) - bytes
Data EEPROM - bytes
Peripherals
Operating Supply
CPU Frequency
Operating Temperature
Packages
ST7LITESxY0 (ST7SUPERLITE)
ST7LITES2Y0
ST7LITES5Y0
ST7LITE02Y0
ST7LITE0xY0
ST7LITE05Y0
ST7LITE09Y0
1K
1K
1.5K
128 (64)
128 (64)
128 (64)
-
-
-
LT Timer w/ Wdg,
LT Timer w/ Wdg,
LT Timer w/ Wdg,
AT Timer w/ 1 PWM, AT Timer w/ 1 PWM, AT Timer w/ 1 PWM,
SPI
SPI, 8-bit ADC
SPI
2.4V to 5.5V
1MHz RC 1% + PLLx4/8MHz
-40°C to +85°C
SO16 150”, DIP16, QFN20
1.5K
1.5K
128 (64)
128 (64)
-
128
LT Timer w/ Wdg,
AT Timer w/ 1 PWM, SPI,
8-bit ADC w/ Op-Amp
Rev 6
November 2007
1/124
1
State transition and reset operation of single chip microcomputer
This article takes the classic 80C51 microcontroller as an example, and uses new concepts, new viewpoints and new methods of working state and state transition to reveal some internal laws of microcon...
MCU
4*8 segment LCD, driven by stc12c5a60s2, the display is very dark, please help me, thank you
#include #define uchar unsigned char #define uint unsigned int sbit COM3=P2^3; sbit COM2=P2^2; sbit COM1=P2^1; sbit COM0=P2^0; sbit key1=P2^7; uchar i; unsigned char ScanCoun=0; unsigned char C0[10]={...
孟令民 51mcu
About Matlab p file, asv file and mat file
[size=4] p file[/size] [size=4] where test refers to the test.m file[/size] [size=4] If you enter in the Command Window: [/size] [size=4] >> pcode test[/size] [size=4] then test.p will be generated in...
Jacktang Microcontroller MCU
About AD7228
I would like to ask if anyone on the forum has used ADI's AD7228, a D/A conversion chip. I have a question to ask....
yixiangyike DSP and ARM Processors
Can't find part Type item
pads 9.3 Import the netlist generated by orcad. If Can't find part Type itemappears, open the pads library file and find the corresponding package...
ienglgge PCB Design
Help
library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_unsigned.all;ENTITY count ISPORT (clk,start,reset : IN STD_LOGIC;cout : OUT STD_LOGIC_VECTOR (7 DOWNTO 0));end count;ARCHITECTURE behav of c...
woshaogang123 FPGA/CPLD

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1623  857  1605  1707  2778  33  18  35  56  50 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号