HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 547

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
10.3.2
(1) Overview of Libraries
This section describes the specifications of the embedded C++ class libraries, which can be used
as standard libraries in C++ programs. This section gives an overview of the library configuration,
and describes the layout and the terms used in this library function description.
(a) Library Types
Table 10.41 Library Types and Corresponding Standard Include Files
(2) Stream Input/Output Class Library
The header files for stream input/output class libraries are as follows.
1. <ios>
2. <streambuf>
3. <istream>
4. <ostream>
5. <iostream>
6. <iomanip>
The following shows the hierarchy of these classes. Arrows (->) indicate that a derived class
refers to a base class. The streambuf class has no hierarchical relation.
Library Type
Stream input/output
class
Memory management Performs memory allocation and deallocation
Complex number
calculation class
String manipulation
Defines data members and function members that specify input/output formats and manage the
input/output states. The <ios> header file also defines the Init and ios_base classes.
Defines functions for the stream buffer.
Defines input functions from the input stream.
Defines output functions to the output stream.
Defines input/output functions.
Defines manipulators with parameters.
Table 10.41 shows the various library types and the corresponding standard include files.
Embedded C++ Class Libraries
Description
Performs input/output processing.
Performs complex number calculation
Performs string manipulation
Standard Include Files
<ios>, <streambuf>,
<istream>,<ostream>,
<iostream>,<iomanip>
<new>
<complex>
<string>
533

Related parts for HD64F38024DV