HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 30

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
CPUExpand, NOCPUExpand: Operation Size Expanded Interpretation
C/C++ <Object>[Mul/Div operation specification]
16
The string literal output to the initialized data area can be modified during program execution;
however, the initialized data area must be allocated in both ROM and RAM in order to transfer
the string literal to RAM from ROM at the beginning of program execution. For details on the
initial settings of the initialized data area or on memory allocation, refer to section 9.2.1
Memory Allocation.
When this option is not specified, the compiler assumes that string=const is specified.
Command Line Format
CPUExpand [=V6]
NOCPUExpand
Description
cpuexpand generates multiplication and division code for variables by deviating from the
ANSI C-language standard.
Specifying cpuexpand=v6 makes Ver.6.0 cpuexpand specification when output code is
generated by Ver.4.0 optimization technology.
With this sub-option, generated codes are affected by the following C-source descriptions.
(a)
(b) signed long = unsigned int << Constant
(c)
(d) unsigned long = unsigned int << Constant
(e)
(f)
(g) signed int = (unsigned int << Constant) / unsigned int
(h) unsigned int = (signed int << Constant) / signed int
(i)
(j)
When nocpuexpand is specified, the compiler generates multiplication and division code
conforming to the ANSI C-language standard.
When this option is not specified, the compiler assumes that nocpuexpand is specified.
Remarks
When cpuexpand and cpuexpand=V6 is specified, the operation specifications exceed the
range guaranteed by the C language specifications, and the result may be different from that
obtained when nocpuexpand is specified.
Table 2.3 shows examples of multiplication and division code generated by specifying this
option.
signed long = signed int << Constant
unsigned long = signed int << Constant
signed int = (signed int << Constant) / signed int
signed int = (unsigned int << Constant) / signed int
unsigned int = (unsigned int << Constant) / signed int
unsigned int = (unsigned int << Constant) / unsigned int

Related parts for HD64F38024DV