UPSD3234A-40U6T STMicroelectronics, UPSD3234A-40U6T Datasheet - Page 25

no-image

UPSD3234A-40U6T

Manufacturer Part Number
UPSD3234A-40U6T
Description
IC MCU 8032 64KB FLASH 80TQFP
Manufacturer
STMicroelectronics
Series
µPSDr
Datasheet

Specifications of UPSD3234A-40U6T

Core Processor
8032
Core Size
8-Bit
Speed
40MHz
Connectivity
I²C, UART/USART, USB
Peripherals
LVR, POR, PWM, WDT
Number Of I /o
46
Program Memory Size
288KB (288K x 8)
Program Memory Type
FLASH
Ram Size
8K x 8
Voltage - Supply (vcc/vdd)
4.5 V ~ 5.5 V
Data Converters
A/D 4x8b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
80-TQFP, 80-VQFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
UPSD3234A-40U6T
Manufacturer:
STMicroelectronics
Quantity:
10 000
UPSD3234A, UPSD3234BV, UPSD3233B, UPSD3233BV
2.12
2.12.1
binary number which is known to be less than 100, it can be quickly converted to BCD by
the following code:
Dividing the number by 10 leaves the tens digit in the low nibble of the Accumulator, and the
ones digit in the B register. The SWAP and ADD instructions move the tens digit to the high
nibble of the Accumulator, and the ones digit to the low nibble.
Table 5.
Data transfers
Internal RAM
Table 6
internal memory spaces, and the addressing modes that can be used with each one. The
MOV <dest>, <src> instruction allows data to be transferred between any two internal RAM
or SFR locations without going through the Accumulator. Remember, the Upper 128 bytes of
data RAM can be accessed only by indirect addressing, and SFR space only by direct
addressing.
ORL <byte>,#data
ANL <byte>,#data
XRL <byte>,#data
ORL A,<byte>
ORL <byte>,A
ANL A,<byte>
ANL <byte>,A
XRL A,<byte>
XRL <byte>,A
MOVE B,#10
DIV AB
SWAP A
ADD A,B
Mnemonic
SWAP A
RRC A
CRL A
RLC A
shows the menu of instructions that are available for moving data around within the
CPL A
RR A
RL A
Logical instructions
Rotate A Right through Carry
Rotate A Left through Carry
A = <byte> .XOR. #data
A = <byte> .AND. #data
A = <byte> .OR. #data
A = A .XOR. <byte>
A = <byte> .XOR. A
A = A .AND. <byte>
A = <byte> .AND. A
Rotate A Right 1 bit
A = A .OR. <byte>
A = <byte> .OR. A
Swap Nibbles in A
Rotate A Left 1 bit
A = .NOT. A
Operation
A = 00h
Dir.
X
X
X
X
X
X
X
X
X
Addressing modes
Accumulator only
Accumulator only
Accumulator only
Accumulator only
Accumulator only
Accumulator only
Accumulator only
Ind.
X
X
X
Architecture overview
Reg.
X
X
X
Imm.
25/189
X
X
X

Related parts for UPSD3234A-40U6T