HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 611

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
14. double arg(const double_complex& x)
15. double norm(const double_complex& x)
16. double_complex conj(const double_complex& x)
17. double_complex polar(const double& rho, const double& theta)
18. double_complex cos(const double_complex& x)
19. double_complex cosh(const double_complex& x)
20. double_complex exp(const double_complex& x)
21. double_complex log(const double_complex& x)
Calculates the phase angle.
Return value: atan2(x.imag( ) , x.real( ))
Calculates the absolute value of the square.
Return value: x.real( )^2+ x.imag( )^2
Calculates the conjugate complex number.
Return value: double_complex(x.real( ), (-1)*x.imag( ))
Calculates the double_complex value for a complex number with size rho and phase angle
(argument) theta.
Return value: double_complex(rho*cos(theta), rho*sin(theta))
Calculates the complex cosine.
Return value: double_complex(cos(x.real( ))*cosh(x.imag( )),
(-1)*sin(x.real( ))*sinh(x.imag( )))
Calculates the complex hyperbolic cosine.
Return value: cos(double_complex((-1)*x.imag( ), x.real( )))
Calculates the exponent function.
Return value: exp(x.real( ))*cos(x.imag( )),exp(x.real( ))*sin(x.imag( ))
Calculates the natural logarithm (base e).
Return value: double_complex(log(abs(x)), arg(x)))
597

Related parts for HD64F38024DV