HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 227

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
#include <stdio.h>
#include <stdlib.h>
#define IOSTREAM 3
const size_t _sbrk_size = 520;
// If omitted: _sbrk_size=1032 in advanced without ptr16 option, or maximum without ptr16 option
//
const int _nfiles = IOSTREAM;
struct _iobuf _iob[IOSTREAM];
unsigned char sml_buf[IOSTREAM];
extern char *_s1ptr;
#ifdef _ _cplusplus
extern "C" {
#endif
void _INITLIB (void)
{
}
void _INIT_LOWLEVEL (void)
{
}
void _INIT_IOLIB(void)
{
FILE *fp;
}
void _INIT_OTHERLIB(void)
{
}
#ifdef _ _cplusplus
}
#endif
_INIT_LOWLEVEL();
_INIT_IOLIB();
_INIT_OTHERLIB();
for( fp = _iob; fp < _iob + _nfiles; fp++ ) // Set initial values for FILE-type data
{
}
srand(1);
_s1ptr=NULL;
fp->_bufptr = NULL;
fp->_bufcnt = 0;
fp->_buflen = 0;
fp->_bufbase = NULL;
fp->_ioflag1 = 0;
fp->_ioflag2 = 0;
fp->_iofd = 0;
if(freopen("stdin
stdin->_ioflag1 |= _IOUNBUF;
if(freopen("stdout
stdout->_ioflag1 |= _IOUNBUF;
if(freopen("stderr
stderr->_ioflag1 |= _IOUNBUF;
_sbrk_size=1028 in normal, middle, advanced with ptr16 option, maximum with ptr16 option, or 300
stdin->_ioflag1 = 0xff;// Forbid file access if open fails
stdout->_ioflag1 = oxff;
stderr->_ioflag1 = 0xff;
*1
", "r", stdin)== NULL)
*1
*1
", "w", stdout)== NULL) // Open standard I/O file
", "w", stderr)== NULL) // Open standard error file
// Specify minimum size to be reserved for heap area
// Specify number of I/O files (20 if omitted)
// Set initial values for low-level interface routines
// Set initial values for I/O library
// Set initial values for rand function, strtok function
//Set necessary initial values for low-level library
// Set initial value if using rand function
// Set initial value if using strtok function
// Open standard I/O file
// Set without data buffering*
// Forbid file access if open fails
// Set without data buffering*
// Forbid file access if open fails
// Set without data buffering*
2
2
2
213

Related parts for HD64F38024DV