ST7FLITEU05M6TR STMicroelectronics, ST7FLITEU05M6TR Datasheet - Page 87

no-image

ST7FLITEU05M6TR

Manufacturer Part Number
ST7FLITEU05M6TR
Description
IC MCU 8BIT 2K FLASH 8SOIC
Manufacturer
STMicroelectronics
Series
ST7r
Datasheet

Specifications of ST7FLITEU05M6TR

Core Processor
ST7
Core Size
8-Bit
Speed
8MHz
Peripherals
LVD, POR, PWM, WDT
Number Of I /o
5
Program Memory Size
2KB (2K x 8)
Program Memory Type
FLASH
Ram Size
128 x 8
Voltage - Supply (vcc/vdd)
2.4 V ~ 5.5 V
Data Converters
A/D 5x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
8-SOIC (3.9mm Width)
Processor Series
ST7FLITEUx
Core
ST7
Data Bus Width
8 bit
Data Ram Size
128 B
Interface Type
ICC
Maximum Clock Frequency
4 MHz
Number Of Programmable I/os
5
Number Of Timers
2
Maximum Operating Temperature
+ 85 C
Mounting Style
SMD/SMT
Development Tools By Supplier
ST7FUS-PRIMER, ST7FLITE-SK/RAIS, ST7FLITU0-D/RAIS, STX-RLINK
Minimum Operating Temperature
- 40 C
On-chip Adc
10 bit, 5 Channel
For Use With
497-5858 - EVAL BOARD PLAYBACK ST7FLITE
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-
Connectivity
-
Lead Free Status / Rohs Status
 Details
ST7LITEU05 ST7LITEU09
12
12.1
Table 38.
Inherent
Immediate
Short
Long
No Offset
Short
Long
Short
Long
Short
Instruction set
ST7 addressing modes
The ST7 Core features 17 different addressing modes which can be classified in seven main
groups:
Table 37.
The ST7 instruction set is designed to minimize the number of bytes required per
instruction: To do so, most of the addressing modes may be subdivided in two submodes
called long and short:
The ST7 Assembler optimizes the use of long and short addressing modes.
ST7 addressing mode overview
Direct
Direct
Direct
Direct
Direct
Indirect
Indirect
Indirect
Mode
Long addressing mode is more powerful because it can use the full 64 Kbyte address
space, however it uses more bytes and more CPU cycles.
Short addressing mode is less powerful because it can generally only access page
zero (0000h - 00FFh range), but the instruction size is more compact, and faster. All
memory to memory instructions use short addressing modes only (CLR, CPL, NEG,
BSET, BRES, BTJT, BTJF, INC, DEC, RLC, RRC, SLL, SRL, SRA, SWAP)
Indexed
Indexed
Indexed
Indexed
Description of addressing modes
Addressing mode
Bit operation
Immediate
Inherent
Relative
Indexed
nop
ld A,#$55
Indirect
ld A,$10
ld A,$1000
ld A,(X)
ld A,($10,X)
ld A,($1000,X)
ld A,[$10]
ld A,[$10.w]
ld A,([$10],X)
Direct
Syntax
00..FF
0000..FFFF
00..FF
00..1FE
0000..FFFF
00..FF
0000..FFFF
00..1FE
Destination/
source
00..FF
00..FF
00..FF
address
Pointer
ld A,([$55],X)
bset
ld A,($55,X)
ld A,#$55
ld A,$55
Example
Pointer
byte
word
byte
jrne loop
size
nop
byte,#5
+ 0
+ 1
+ 1
+ 2
+ 0 (with X register)
+ 1 (with Y register)
+ 1
+ 2
+ 2
+ 2
+ 2
Instruction set
(Bytes)
Length
87/139

Related parts for ST7FLITEU05M6TR