HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 803

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
.SUBSTR
Description Format: .SUBSTR[ ]("<string literal>",<start position>,<extraction length>)
Description:
Example:
Expanded results are as follows:
.MACRO RESERVE_STR P1=0,P2
.SDATA
.ENDM
RESERVE_STR 2,2
RESERVE_STR ,3
.SDATA
.SDATA
.SUBSTR extracts from the specified string literal a substring starting at the
specified start position of the specified length. .SUBSTR is replaced with the
extracted string literal enclosed with double quotation marks (").
When specifying a string literal, enclose the character with double quotation
marks ("). When a double quotation mark is used as a character, specify two
double quotation marks.
The value of the extraction start position must be 0 or greater. The value of
the extraction length must be 1 or greater.
If illegal or inappropriate values are specified for the <start position> or
<extraction length> parameters, this function is replaced with a space (" ").
Macro arguments and preprocessor variables can be specified in the string
literal, and as the start position and extraction length parameters as shown
below.
.SUBSTR("\<argument>", ...)
.SUBSTR("\&<preprocessor variable>", ...)
This function can only be used within a macro body (between the .MACRO
and .ENDM directives).
.SUBSTR("ABCDEFG",\P1,\P2)
"CD"
"ABC"
; Macro parameter P1 is omitted.
789

Related parts for HD64F38024DV