HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 342

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
#pragma entry
_ _entry
Description Format:
Description:
328
1. Outputs the code for initial setting of the stack pointer at the beginning
Handles the function specified in <function name> as the entry function.
of the entry function when sp is specified. The <constant> specified
by the sp is used as the stack-pointer initial value.
Example: (cpu=300)
#pragma entry INIT(sp=0x8000)
void INIT()
{
}
2. If no sp is specified, the end address of the stack section created by
Example: (cpu=300)
#pragma stacksize 100
#pragma entry INIT
void INIT()
{
}
the#pragmastacksize is used as the stack-pointer initial value.
:
_ _entry [(<entry specification>)] <type specifier> <function name>
<type specifier> _ _entry[<entry specification>)] <function name>
<entry specification>: {sp=<constant> | vect=<vector number>}
#pragma entry <function name>[<entry specification>]
:
_INIT:
<Code expansion example>
.SECTION S,STACK
.RES.W
.SECTION P,CODE
MOV.W #STARTOF S + SIZEOF S,SP
.SECTION P,CODE
<Code expansion example>
INIT:
MOV.W
50
:
:
#H’8000,SP

Related parts for HD64F38024DV