ST7LITE49M STMicroelectronics, ST7LITE49M Datasheet - Page 130

no-image

ST7LITE49M

Manufacturer Part Number
ST7LITE49M
Description
8-bit MCU
Manufacturer
STMicroelectronics
Datasheet

Specifications of ST7LITE49M

4 Kbytes Single Voltage Extended Flash (xflash) Program Memory With Read-out Protection In-circuit Programming And In-application Programming (icp And Iap) Endurance
10k write/erase cycles guaranteed Data retention
128 Bytes Data Eeprom With Read-out Protection. 300k Write/erase Cycles Guaranteed, Data Retention
20 years at 55 °C.
Clock Sources
Internal trimmable 8 MHz RC oscillator, auto-wakeup internal low power - low frequency oscillator, crystal/ceramic resonator or external clock
Five Power Saving Modes
Halt, Active-halt, Auto-wakeup from Halt, Wait and Slow
A/d Converter
10 input channels

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
ST7LITE49M
Manufacturer:
ST
0
Instruction set
12
12.1
Table 51.
130/188
Immediate
No Offset
Inherent
Short
Short
Short
Short
Long
Long
Long
Instruction set
ST7 addressing modes
The ST7 core features 17 different addressing modes which can be classified in seven main
groups:
Table 50.
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
Mode
Indirect
Indirect
Indirect
Direct
Direct
Direct
Direct
Direct
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)
Description of addressing modes
Indexed
Indexed
Indexed
Indexed
Addressing mode
Bit operation
Immediate
Inherent
Relative
Indexed
Indirect
Direct
ld A,($1000,X)
ld A,([$10],X)
ld A,($10,X)
ld A,[$10.w]
ld A,$1000
ld A,#$55
ld A,[$10]
ld A,$10
ld A,(X)
Syntax
nop
Doc ID 13562 Rev 3
Destination/
0000..FFFF
0000..FFFF
0000..FFFF
00..1FE
00..1FE
source
00..FF
00..FF
00..FF
address
Pointer
00..FF
00..FF
00..FF
ld A,([$55],X)
bset
ld A,($55,X)
ld A,#$55
Pointer
ld A,$55
Example
jrne loop
word
size
byte
byte
nop
byte,#5
+ 0 (with X register)
+ 1 (with Y register)
ST7LITE49M
Length
(bytes)
+ 0
+ 1
+ 1
+ 2
+ 1
+ 2
+ 2
+ 2
+ 2

Related parts for ST7LITE49M