HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 512

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
<no_float.h>
Provides simplified I/O functions that does not support the conversion of floating-point numbers
(%f, %e, %E, %g, and %G). The ROM size can be minimized when inputting/outputting files that
do not require floating-point number conversion.
Declare #include <no_float.h> before specifying #include <stdio.h>.
The following shows an example.
#include <no_float.h>
#include <stdio.h>
void main(void)
{
}
Note
If a floating-point number is specified for a function when #include <no_float.h> is specified,
correct operation at function execution is not guaranteed.
498
Type
Function
printf(“Hello\n”);
Definition Name Description
fprintf
fscanf
printf
scanf
sprintf
sscanf
vfprintf
vprintf
vsprintf
Outputs data to the stream input/output file in the specified format.
Inputs data from the stream input/output file and converts data
according to the specified format.
Converts data according to the specified format, and outputs converted
data to the standard output file (stdout).
Inputs data from the standard input file (stdin), and converts the input
data according to the specified format.
Converts data according to the specified format, and outputs the
converted data to the specified area.
Inputs data from the specified memory area, and converts the input
data according to the specified format.
Outputs variable number of parameter lists to the specified stream
input/output file according to the specified format.
Outputs variable number of parameter lists to the specified standard
output file according to the specified format.
Outputs variable number of parameter lists to the specified memory
area according to the specified format.

Related parts for HD64F38024DV