HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 798

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
(6) String literal manipulation functions
11.6.4
Expanding a defined macro instruction is called a macro call. The syntax for macro calls is as
follows:
Description Format:
The macro name must be defined (.MACRO) before a macro call. String literals must be specified
as macro parameters to replace arguments at macro expansion. The arguments must be declared in
the macro definition with .MACRO.
Description:
1. Macro parameter specification
2. Positional specification
3. Keyword specification
4. Macro parameter syntax
784
[<symbol>[:]]• <macro name>[ <macro parameter> [,...]]
<macro parameter>: [=<argument name>]=<string literal>
String literal manipulation functions can be used in a macro body. The following string literal
manipulation functions are provided.
.LEN
.INSTR
.SUBSTR
Macro parameters can be specified by either positional specification or keyword specification.
The macro parameters are specified in the same order as that of the arguments declared in the
macro definition with .MACRO.
Each macro parameter is specified following its corresponding argument, separated by an
equal sign (=).
Macro parameters must be enclosed with double quotation marks (") or angle brackets (<>) if
any of the following characters are included in the macro parameters:
Space
Tab
Comma (,)
Semicolon (;)
Double quotation marks (")
Angle brackets (< >)
Macro Call
String literal length.
String literal search.
String literal extraction.

Related parts for HD64F38024DV