HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 802

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
.INSTR
Description Format: .INSTR[ ]("<string literal 1>","<string literal 2>"
Description:
788
Example:
Expanded results are as follows:
.MACRO FIND_STR P1
.DATA.W .INSTR("ABCDEFG","\P1",0)
.ENDM
FIND_STR CDE
FIND_STR H
.DATA.W
.DATA.W
[,<start position>])
.INSTR searches string literal 1 for string literal 2, and replaces itself with
the numerical value of the position (the top of character’s position of string is
0) of the found in decimal with no radix. .INSTR is replaced with –1 if string
literal 2 does not appear in string literal 1.
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 <start position> parameter specifies the search start position as a
numerical value, with 0 indicating the start of string literal 1. Zero is used as
default when this parameter is omitted.
Macro arguments and preprocessor variables can be specified in the string
literals and as the start position as shown below.
.INSTR("\<argument>", ...)
.INSTR("\&<preprocessor variable>", ...)
This function can only be used within a macro body (between the .MACRO
and .ENDM directives).
2
-1
; The start position of “CDE” is 2 (0 indicating the
; beginning of the string) in “ABCDEFG”
; “ABCDEFG” includes no “H”.

Related parts for HD64F38024DV