HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 948

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
4. No Initialization of Variables and Type Inequality
The information provided here does not include all cases that may occur. Please use this compiler
prudently, and sufficiently test your programs keeping the differences between the compiler
versions in mind.
18.1.2
The following notes cover situations in which the compiler is used to generate a file that is to be
linked with object or library files generated by the Ver. 4.0 or earlier compiler and the
accompanying assembler or linkage editor, or in case the debugger created for the version 3.x or
earlier is used as it is.
1. strict_ansi (from Ver. 6.01)
934
When a variable is not initialized or the parameter and return value types do not match
between the calling and called functions, an illegal value is accessed. Operation of the program
may change depending on the compiler version.
Example
file 1:
int f(double d)
{
}
file 2:
int g(void)
{
}
The parameter of the caller file is the int type, but the parameter of the function-defining file is
the double type. Therefore, a value cannot be correctly referenced.
When strict_ansi is specified, the results of floating-point operations may differ from those
produced by earlier versions of the compiler (Ver. 4.x or earlier). To obtain uniform results,
omit the strict_ansi option from the compilation command, or recompile all files with the
strict_ansi option.
Compatibility with the Earlier Version
:
f(1);

Related parts for HD64F38024DV