HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 612

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
22. double_complex log10(const double_complex& x)
23. double_complex pow(const double_complex& x, int y)
24. double_complex sin(const double_complex& x)
25 double_complex sinh (const double_complex& x)
26. double_complex sqrt(const double_complex& x)
27. double_complex tan(const double_complex& x)
28. double_complex tanh(const double_complex& x)
598
Calculates the common logarithm (base 10).
Return value: double_complex(log10(abs(x)), arg(x)/log(10))
double_complex pow(const double_complex& x, const double& y)
double_complex pow(const double_complex& x, const double_complex& y)
double_complex pow(const double& x, const double_complex& y)
Calculates the x to the yth power.
If pow(0,0), a domain error will occur.
Return value: exp(y*log(x))
Calculates the complex sine
Return value: double_complex(sin(x.real( ))*cosh(x.imag( )), cos(x.real( ))*sinh(x.imag( )))
Calculates the complex hyperbolic sine
Return value: double_complex(0,-1)*sin(double_complex((-1)*x.imag( ),x.real( )))
Calculates the square root within the right half space
Return value: double_complex(sqrt(abs(x))*cos(arg(x)/2, sqrt(abs(x))*sin(arg(x)/2)
Calculates the complex tangent.
Return value: sin(x) / cos(x)
Calculates the complex hyperbolic tangent.
Return value: sinh(x) / cosh(x)

Related parts for HD64F38024DV