HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 777

IC H8/SLP MCU FLASH 80QFP

HD64F38024DV

Manufacturer Part Number
HD64F38024DV
Description
IC H8/SLP MCU FLASH 80QFP
Manufacturer
Renesas Electronics America
Series
H8® H8/300L SLPr
Datasheets

Specifications of HD64F38024DV

Core Processor
H8/300L
Core Size
8-Bit
Speed
10MHz
Connectivity
SCI
Peripherals
LCD, PWM, WDT
Number Of I /o
51
Program Memory Size
32KB (32K x 8)
Program Memory Type
FLASH
Ram Size
1K x 8
Voltage - Supply (vcc/vdd)
1.8 V ~ 5.5 V
Data Converters
A/D 8x10b
Oscillator Type
Internal
Operating Temperature
-40°C ~ 85°C
Package / Case
80-QFP
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Eeprom Size
-

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
HD64F38024DV
Manufacturer:
Renesas Electronics America
Quantity:
10 000
.DEFINE
Description Format: <symbol>[:] .DEFINE "<replacement string literal>"
Description:
Example:
SYM1:
.DEFINE
MOV.W
.DEFINE specifies that the symbol is replaced with the corresponding string
literal.
The differences between the .DEFINE directive and the .ASSIGNC directive
are as follows.
A hexadecimal number starting with an alphabetical character a to f or A to F
will be replaced when the same string literal is specified as a replacement
symbol by the .DEFINE directive. Add 0 to the beginning of the number to
stop replacing such number.
A0:
A radix indication (B', Q', D', or H') will also be replaced when the same
string literal is specified as a replacement symbol by .DEFINE directive.
When specifying a symbol having only one character, such as B, Q, D, H, b,
q, d, or h, make sure that the corresponding radix indication is not used.
B:
preprocessor statement; the symbol defined by the .DEFINE directive can
be used in any statement.
referenced by the "\&symbol" format; the symbol defined by
the .DEFINE directive is referenced by the "symbol" format.
replacement symbol has been defined by a command line option.
The symbol defined by the .ASSIGNC directive can only be used in the
The symbols defined by the .ASSIGNA and the .ASSIGNC directives are
The .DEFINE symbol cannot be redefined.
The .DEFINE directive specifying a symbol is invalidated when the same
MOV.W
MOV.W
.DEFINE
"R1"
SYM1,R0
.DEFINE "H"
MOV.W
#H'A0,R0
#H'0A0,R0
"0"
#B'10,R0
; Replaced with MOV.W R1,R0.
; Replaced with MOV.B #H'0,R0.
; Not replaced.
; Replaced with MOV.W #H'10,R0.
763

Related parts for HD64F38024DV