HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 287

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
(4) Overflow operations and division by zero
When the cpuexpand option is specified, no overflow or underflow errors are output.
Example:
[1] b=a;
[2] while(1)a;
No error message is output even if there is an overflow operation or division by zero. However,
in an operation on a single constant or a pair of constants, if there is an overflow or division by
zero, an error message is output at compile time. In H8SX, however, the compiler might not
detect division by zero.
Example:
void main(void)
{
}
b=a;
/* Compiler error message is output in response to overflow or
/* division by zero for an operation on a constant or pair of constants
/* No error message is output in response to an overflow at runtime
int ia;
int ib;
float fa;
float fb;
ib=32767;
fb=3.4e+38f;
fb=fb+3.4e+38f;
ib=ib+32767;
fa=1.0/0.0;
ia=99999999999;
fa=3.5e+40f
ia=1/0;
/* The expression on the first line may be deleted as redundant code */
/* The reference of the variable a and loop statement may be */
/* deleted as redundant */
/* (E) Detects division by zero excluding H8SX and H8S
/* Overflow in floating-point operation result ignored */
/* Overflow in operation result ignored
/* (W) Detects overflow of constant
/* (W) Detects overflow of floating-point operation */
/* (W) Detects floating-point division by zero
/* excluding H8SX and H8S
Caution
*/
273
*/
*/
*/
*/
*/
*/

Related parts for HD64F38024DV