HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 150

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
136
Example
The following is a C source example in which this option is valid:
int g1;
int g2=1;
const int g3=3;
static int s1;
static int s2=1;
static const int s3=2; //<- The static variable name will be hidden.
static int sub1()
{
}
int main()
{
L1:
}
Remarks
This option is available only when the output file format is specified as absolute, relocate, or
library.
When the input file was compiled or assembled with the goptimize option specified, this
option is unavailable if the output file format is specified as relocate or library.
To use this option with optimization by the map option, do not use this option for the first
linkage, and use it only for the second linkage.
The symbol names in the debug information are not deleted by this option.
static int s1;
int l1;
s1 = l1; l1 = s1;
return(l1);
sub1();
if (g1==1)
g2=2;
Return(0);
goto L1;
//<- The static variable name will be hidden.
//<- The static variable name will be hidden.
//<- The static function name will be hidden.
//<- The static variable name will be hidden.
//<- The label name of the goto statement
//
will be hidden.

Related parts for HD64F38024DV