STEVAL-IFS006V1 STMicroelectronics, STEVAL-IFS006V1 Datasheet - Page 84

BOARD EVAL 8BIT MICRO + TDE1708

STEVAL-IFS006V1

Manufacturer Part Number
STEVAL-IFS006V1
Description
BOARD EVAL 8BIT MICRO + TDE1708
Manufacturer
STMicroelectronics

Specifications of STEVAL-IFS006V1

Design Resources
STEVAL-IFS006V1 Bill of Material
Sensor Type
Proximity
Interface
I²C
Voltage - Supply
6 V ~ 48 V
Embedded
Yes, MCU, 8-Bit
Utilized Ic / Part
ST7FLITEUS5, TDE1708
Processor To Be Evaluated
ST7LITEUS5
Data Bus Width
8 bit
Operating Supply Voltage
6 V to 48 V
Silicon Manufacturer
ST Micro
Silicon Core Number
TDE1708DFT
Kit Application Type
Sensing - Touch / Proximity
Application Sub Type
Proximity Switch
Kit Contents
Board
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Sensitivity
-
Sensing Range
-
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
497-6403
STEVAL-IFS006V1

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
STEVAL-IFS006V1
Manufacturer:
ST
0
Instruction set
11
11.1
Table 36.
84/136
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 35.
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
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)
Indirect
Direct
Syntax
(1)
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)
ST7LITEUS2, ST7LITEUS5
ld A,#$55
ld A,$55
Example
byte
word
Pointer
byte
jrne loop
size
nop
byte,#5
+ 0
+ 1
+ 1
+ 2
+ 0 (with X register)
+ 1 (with Y register)
+ 1
+ 2
+ 2
+ 2
+ 2
Length
(bytes)

Related parts for STEVAL-IFS006V1