HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 356

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
_ _asm
Description Format: _ _asm{
Description:
342
Example:
while(a==0)
{
#pragma asm
#pragma endasm
}
}
Assembly-language instructions can be written in the range between
_ _asm { and }. This range is called an _ _asm block afterwards.
The language specification in the _ _asm block is described below.
1. Syntax
<assembly-language instruction string>
• The compiler regards an _ _asm block as a statement of
• Up to one instruction can be written in one line.
• One instruction cannot be written across multiple lines.
• A colon, ‘:’ is necessary right after a label.
• A local label which begins with a ‘?’ is not allowed.
• The comment in the C/C++ language format (/* */ and // ) is allowed.
• Any comment in the _ _asm block is not displayed in the assembly
• Except the .DATA directive, any assembly directives cannot be written.
...
outside a function or before the declaration in a compound statement
of C language.
In the assembler, writing the ‘+’ sign at a predetermined position allows
to continue the current line to the next. In the _ _asm block, however,
the ‘+’ sign is ineffective.
The assembler regards a symbol beginning at the first column as a
label. In the _ _asm block, however, an instruction can be written from
the first column. For the compiler to recognize a label in an _ _asm
block, a colon, ‘:’ is necessary.
The comment in the assembly language format (; ) is not allowed.
source output or in the object listing output.
File inclusion, conditional assembly, macro and structured assembly are
not supported.
C/C++ language. Though an _ _ asm block can be written
where a statement can be written, the block cannot be written
……………… Must always be specified
……………… Must always be specified

Related parts for HD64F38024DV