HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 565

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
8. int_type streambuf::snextc ( )
9. int_type streambuf::sbumpc ( )
10. int_type streambuf::sgetc ( )
11. int streambuf::sgetn (char* s, streamsize n)
12. int_type streambuf::sputbackc (char c) ;
13. int streambuf::sungetc ( )
14. int streambuf::sputc (char c)
Reads one character. If the character read is not eof, the next character is read.
Return value: If the characters read is not eof: The character read
Reads one character and moves the pointer to the next.
Return value: If the position where data is read is valid: The character read
Reads one character.
Return value: If the position where data is read is valid: The character read
Sets n number of characters in the memory area specified by s. If an eof is found in the string
literal, this setting is terminated.
Return value: The specified number of characters.
If the data read position is correct and the put back data of the position is the same as c, the
read position is put back.
Return value: If the read position was put back: The value of c
If the data read position is correct, the read position is put back.
Return value: If the read position was put back: The value that was put back
Inserts characters c.
Return value: If the write position is correct: The value of c
If the characters read is eof: eof
If the position where data is read is invalid: eof
If the position where data is read is invalid: eof
If the read position was not put back: eof
If the read position was not put back: eof
If the write position is incorrect: eof
551

Related parts for HD64F38024DV