HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 479

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
int fprintf(FILE *fp, const char *control[, arg…])
Description:
Header file:
Return values:
Example:
Remarks:
Parameters:
Outputs data to a stream input/output file according to the format.
<stdio.h>
Normal:
Abnormal:
fp
control
arg,…
#include <stdio.h>
FILE *fp;
const char *control=”%s”;
int ret;
char buffer[]=”Hellow World\n”;
The fprintf function converts and edits argument arg according to the string that
indicates the format pointed to by control, and outputs the result to the stream
input/output file indicated by file pointer fp.
The fprintf function returns the number of data items converted and output, or a
negative value if an error occurs.
The format specifications are shown below.
(1) Overview of formats
The character string that represents the format is made up of two kinds of string.
(a) Ordinary characters
(b) Conversion specifications
A character other than a conversion specification shown in (b) is output
unchanged.
A conversion specification is a string beginning with % that specifies the
conversion method for the following argument. The conversion
specifications format conforms to the following rules:
ret=fprintf(fp, control, buffer);
Number of characters converted and output
Negative value
File pointer
Pointer to string indicating format
List of data to be output according to format
465

Related parts for HD64F38024DV