HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 307

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
(2) Compound Type (C), Class Type (C++)
This section explains internal representation of array type, structure type, and union type data in C
and class type data in C++.
Table 10.16 shows internal representation of compound type and class type data.
Table 10.16 Internal Representation of Compound Type and Class Type Data
Data Type
Array type
Structure
type
Union type
Class type
Alignment (bytes)
Array element alignment
Maximum structure
member alignment
Maximum union member
alignment
1. Always 2 if a virtual
2. Other than 1 above:
function is included
maximum member
alignment
Size (bytes)
Number of array elements
Total size of members.
Refer to Structure Data
Allocation, below.
Maximum size of member.
Refer to Union Data
Allocation, below.
Sum of data members,
pointer to the virtual function
table, and pointer to the
virtual base class
Refer to Class Data
Allocation, below.
element size
Data Allocation Example
char a[10];
struct {
char a,b;
};
union {
char a,b;
};
H8S/2600 advanced mode:
class B:public A {
};
class A {
};
virtual void f();
char a;
Alignment: 1 byte
Size: 10 bytes
Alignment: 1 byte
Size: 2 bytes
Alignment: 1 byte
Size: 1 byte
Alignment: 2-byte
Size: 6 bytes
Alignment: 1-byte
Size: 1 byte
293

Related parts for HD64F38024DV