HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 947

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
18.1
This section contains notes that apply when the version is upgraded from an earlier version (H8S,
H8/300 Series C/C++ Compiler Package: Ver. 3.x or earlier).
18.1.1
When a program is developed with an upgraded compiler version, operation of the program may
change. When creating the program, note the following and sufficiently test your program.
1. Programs Depending on Execution Time and Timing
2. Programs Including an Expression with Two or More Side Effects
3. Programs with Overflow Results or an Illegal Operation
C/C++ language specifications do not specify the program execution time. Therefore, a
version difference in the compiler may cause operation changes due to timing lag of the
program execution time with peripherals such as the I/O, or may cause processing time
differences in asynchronous processing such as in interrupts.
Operations may change depending on the compiler version when two or more side effects are
included in one expression.
Example
a[i++]=b[i++];
f(i++, i++);
The value of the result is not guaranteed when an overflow occurs or an illegal operation is
performed. Operation of the program may change depending on the compiler version.
Example
int a, b;
x=(a*b)/10;
Guaranteed Program Operation
Notes on Version Upgrade
Section 18 Notes on Version Upgrade
/*
/*
/*
/*
Increment order of i is undefined. */
Parameter value changes according to increment order. */
This results in f(3, 4) or f(4, 3) when the value of i is 3. */
This may cause an overflow depending on the value range of
a and b. */
933

Related parts for HD64F38024DV