HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 59

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
VOLATILE_Loop: Disabling Optimization against Loop Iteration Condition
C/C++ <Other>[Miscellaneous options :][Treats loop condition as volatile qualified]
Byteenum: Enumeration Data Size
C/C++ <Other>[Miscellaneous options :] [Treat enum as char if it is in the range of char]
Command Line Format
VOLATILE_Loop
Description
Disables optimization of the loop iteration condition if it includes an external variable.
Note however that if type conversion is performed, if two or more external variables are
included, or if composite operation is performed, optimization may be performed.
Remarks
This option is valid only when the CPU type is H8SX or H8S(without legacy=v4 option).
If this option is specified, external variables within the loop are not optimized even though the
volatile option has not been specified.
Without this option, if the loop iteration condition is invariant in the loop, the loop iteration
condition may be eliminated.
Command Line Format
Byteenum
Description
Handles the declared enum data as char data or unsigned char data.
If this option is specified, the compiler selects the enum data type according to the range of the
members of the enum data. If the value is in the range from 128 to 127, the compiler handles
the data as char data, whereas if the value is in the range from 0 to 255, the data is handled as
unsigned char data.
When this option is not specified or at least one of the enum data members exceeds the above
range, even if this option is specified, the enum data is handled as int data.
45

Related parts for HD64F38024DV