HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 352

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
_ _regparam2
_ _regparam3
Description Format: <type specifier> _ _regparam2 <function name>
Description:
Example:
338
Example:
<type specifier> _ _regparam3 <function name>
Specifies the number of parameter registers. Functions specified by
_ _regparam2 use the ER0 and ER1 registers (the R0 and R1 registers for
the H8/300). Functions specified by _ _regparam3 use the ER0, ER1, and
ER2 registers (the R0, R1, and R2 registers for the H8/300).
void _ _regparam2 func1(long a, int b, int c, long d);
void _ _regparam3 func2(long a, int b, int c, long d);
int long a; int b; int c; long d;
void main(void)
{
funcl(a, b, c, d);
value of the register may be changed by the call to the function with
_ _noregsave or #pragma noregsave.
#pragma noregsave f
void (*p)(void);
int sub(void)
{
}
:
:
:
:
:
int a=8; // assume a is assigned to R4
p=f;
f();
(*p)();
return a;
// R4 is saved before call below
// noregsave function call
// R4 is restored after call above
// R4 is NOT saved
// standard function call
// R4 is NOT restored
/* Variable allocation pattern*/
/* when cpu=2600a
/* long a : ER0
/* int b
/* int c
/* long d : stack
: E1
: R1
*/
*/
*/
*/
*/

Related parts for HD64F38024DV