HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 393

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
void eepmov(void *dst,const void *src,unsigned char size)
void eepmov(void *dst,const void *src,unsigned int size)
void eepmovb(void *dst,const void *src,unsigned char size)
void eepmovw(void *dst,const void *src,unsigned int size)
Description:
Header:
Parameters:
Example:
Remarks:
Transfers the bytes whose number is specified by the size from the address
specified by src to the address specified by dst using the block transfer
instruction, EEPMOV.
For the eepmov intrinsic function, size must be a constant value. The
maximum size that can be specified is 255 in the 300 CPU/operating
mode and 65535 in other modes. However, when the size is in the
range of 256 to 65535, this function is expanded to EEPMOV.W.
If interrupts are requested, do not use this function. If size is zero,
no transfer occurs.
For the eepmovb and eepmovw intrinsic functions, size can be a variable.
The eepmovb intrinsic function is always expanded to EEPMOV.B and the
eepmovw intrinsic function to EEPMOV.W.
<machine.h>
dst
src
size
#include <machine.h>
char a[10],b[10];
void f(void)
{
}
The eepmovb and eepmovw intrinsic functions are valid only when the CPU
is H8SX and H8S(without legacy=v4 option).
eepmov(b,a,10);
Pointer to the destination
Pointer to the source
Transfer size
/* using the EEPMOV instruction
/* The data of array a is
/* transferred to array b
/* Must include <machine.h>
*/
*/
*/
*/
379

Related parts for HD64F38024DV