HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 340

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
Remarks:
326
1. The functions in the definition and declaration after the #pragma
Example:
#pragma interrupt (A::f) /* The functions in the
class A{
public:
};
void A::f(void)
{
}
2. Functions that can be defined as an interrupt function are global functions
Example:
#pragma interrupt(f1(sp=100),f2)
void f1(void)
{
}
int f2(void)
{
}
3. A function declared as an interrupt function cannot be called within the
...
interrupt declaration will be treated as the interrupt functions.
and static member functions. The function must return only void data.
The return statement cannot have a return value. If attempted, an error is
output.
program. If attempted, an error is output. However, if the function is
called within a program which does not declare it to be an interrupt
function, an error is not output but correct program execution is not
guaranteed.
static void f(void);
...
...
/* Correct declaration.
/* When the return type is not void,*/
/* a error is output.
/* definition and declaration */
/* after #pragma interrupt
/* declaration will be
/* treated as the
/* interrupt functions
/* Static member function */
/* handled as interrupt
/* function
*/
*/
*/
*/
*/
*/
*/
*/
*/

Related parts for HD64F38024DV