HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 396

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 int movsd(char *dst, const char *src, unsigned int size)
Description:
Header:
Return value:
Parameters:
Example:
Remarks:
void nop(void)
Description:
Header file:
Example:
382
Expanded into a NOP instruction
#include <machine.h>
int a;
void f(void)
{
}
<machine.h>
while(a)nop();
Transfers a memory block using the block transfer instruction MOVSD from
the address specified by src to the address specified by dst either until a byte
whose value is zero (H'00) has been transferred or until the transferred size
has reached size. The return value is the value subtracting the size of
actually-transferred bytes from the size given by size.
size takes the value from zero to 65535. If size is zero, however, the
maximum size allowed to transfer is interpreted as 65536.
<machine.h>
The value subtracting the size actually transferred from the given size
src
dst
size
#include <machine.h>
const char *s;
char d[100];
unsigned int remain;
void f(void)
{
}
This intrinsic function is valid only when the CPU is H8SX.
remain = movsd(d, s, 100); /* The string s is copied
Pointer to the source
Pointer to the destination
Maximum size allowed to transfer
/* Must include <machine.h>
/* Executes a NOP instruction
/* while a!=0
/* Must include <machine.h> */
/* to the array d usingthe */
/* MOVSD instruction within*/
/* the limit of 100 bytes
*/
*/
*/
*/
*/

Related parts for HD64F38024DV