HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 404

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
10.3.1
Overview of Libraries
This section describes the specifications of the C library functions, which can be used generally in
C/C++ programs.. This section gives an overview of the library configuration, and describes the
layout and the terms used in this library function description. Then, the specifications of each
library is described according to the configuration of the library.
(1) Library Types
Table 10.29 Library Types and Corresponding Standard Include Files
390
Library Type
Program diagnostics Outputs program diagnostic information.
Character handling
Mathematics
Non-local jumps
Variable arguments
Input/output
General utilities
String handling
A library implements standard processing such as input/output and string manipulation in the
form of C/C++ language functions. Libraries can be used by including standard include files
for each unit of processing.
Standard include files contain declarations for the corresponding libraries and definitions of the
macro names necessary to use them.
Table 10.29 shows the various library types and the corresponding standard include files.
C/C++ Libraries
Standard C Libraries
Description
Handles and checks characters.
Performs numerical calculations such as trigonometric
functions.
Supports transfer of control between functions.
Supports access to variable arguments for functions
with such arguments.
Performs input/output handling.
By using <no_float.h>, I/O functions that do not support
floating-point numbers can be provided.
Performs C program standard processing such
as storage area management.
Performs string comparison, copying, etc.
Standard Include
Files
<assert.h>
<ctype.h>
<math.h>
<mathf.h>
<setjmp.h>
<stdarg.h>
<stdio.h>
<no_float.h>
<stdlib.h>
<string.h>

Related parts for HD64F38024DV