HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 355

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
(3) Other Extended Specifications
#pragma asm
Description Format: #pragma asm
Description:
Example:
Remarks:
#pragma endasm
The assembly-language instructions must be preceded by #pragma asm and
be followed by #pragma endasm.
The compiler expands the assembly-language instructions enclosed by
#pragma asm and #pragma endasm into the object code generated by the
compiler.
void func(void)
{
#pragma asm
#pragma endasm
}
1. Specify assembly program output with the code=asmcode option when
by #pragma asm and #pragma endasm are ignored.
2. The compiler checks neither the syntax of the assembly-language
3. The #pragma asm and #pragma endasm specification cannot be
4. If #pragma asm and #pragma endasm are specified in a conditional or
5. The assembler may display error message
compiling. If not specified, the assembly-language instructions enclosed
instructions, nor their influence over the code generated by the
compiler. When the optimize=1 or speed option is specified when
compiling, the expanded code or location of the assembly-language
instructions may differ from that specified using #pragma asm and
#pragma endasm. Check the output code and program operation by
yourself, when using this feature.
nested. If attempted, an error will occur.
loop statement, the assembly-language instructions including
IN OPERAND”. This is the compiler generates the code without
displacement. So be assembled it with optimize option. Or use the JMP
instruction and modify the assembly-language program to satisfy the
required branch width if necessary.
#pragma asm and #pragma endasm must be enclosed by { }. If not,
results are not guaranteed.
CLRMAC
<assembly-language instruction sequence>
:
; Clears the MAC register to 0
“402 ILLEGAL VALUE
341

Related parts for HD64F38024DV