HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 557

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
11. bool ios::eof ( ) const
12. bool ios::bad ( ) const
13. bool ios::fail ( ) const
14. ostream* ios::tie ( ) const
15. ostream* ios::tie(ostream* tstrptr)
16. streambuf* ios::rdbuf ( ) const
17. streambuf* ios::rdbuf(streambuf* sbptr)
18. ios & ios::copyfmt (const ios & rhs)
Tests for the end of the input stream (state&eofbit).
Return value: End of the input stream has been reached: true
Tests whether an error has been generated (state&badbit).
Return value: An error has been generated: true
Tests whether the input text matches the requested pattern (state&(badbit|failbit)).
Return value: Does not match the requested pattern: true
References the pointer to the ostream object (tiestr).
Return value: Object pointer (tiestr)
Specifies tstrptr as the pointer to the ostream object (tiestr).
Return value: ostream object pointer (tiestr) before setting
References the pointer to the streambuf object (sb).
Return value: Pointer (sb) to streambuf object
Specifies sbptr as the pointer to the streambuf object (sb).
Return value: Pointer to the streambuf object (sb) before setting
Copies the state flag (state) of rhs.
Return value: *this
End of the input stream has not been reached: false
No error has been generated: false
Matches the requested pattern: false
543

Related parts for HD64F38024DV