HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 942

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
unsigned char eepromb (void *dst, const void *src, unsigned char size,
unsigned int eepromw (void *dst, const void *src, unsigned int size,
Description:
Header:
Return Values:
Parameters:
Example:
Remarks:
928
A memory block, whose size is shown by size, is transferred from the
address specified by src to the address specified by dst. The eepromb
intrinsic function transfers a memory block with the EEPMOV.B instruction,
and eepromw with the EEPMOV/P.W instruction.
These intrinsic functions sets dst, src and size to the registers, sets ecrval to
the address pointed by ecr, and then transfers the memory block.
If transfer completes successfully, 0 is returned. If transfer fails, the
remaining size of the memory block left is returned. size of eepromb can
take 0 to 255, and size of eepromw can take 0 to 65535. However, if size is 0,
no transfer occurs.
Size of data that was left without transfer (0 to size)
dst
src
size
ecr
ecrval
#include <eeprom.h>
#define ecr_ptr ((volatile unsigned char *)(0xZZZZZZ))
char a[10], b[10];
unsigned char x;
void f(void)
{
}
1.
2.
3.
<machine.h>/<eeprom.h>
This intrinsic function is valid only when the CPU type is AE5 or
H8SX and the -eeprom option is specified.
To use these intrinsic functions by specifying the CPU type other than
AE5, the eeprom option must be specified at compilation.
Refer to the hardware manual for the details of ECR, EPR, and other
related issues.
x = eepromb(b, a, 10, ecr_ptr, 1);
Pointer to the destination
Pointer to the source
Transfer size
Address of hardware register ECR
Value to be set to hardware register ECR
volatile unsigned char *ecr, unsigned char ecrval)
volatile unsigned char *ecr, unsigned int ecrval)
: Block Transfer Instructions (with ECR Setting)

Related parts for HD64F38024DV