HD64F38024DV Renesas Electronics America, HD64F38024DV Datasheet - Page 236

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 <string.h>
/* file number */
#define STDIN
#define STDOUT 1
#define STDERR 2
#define FLMIN
#define FLMAX
/* file flag */
#define O_RDONLY 0x0001
#define O_WROMLY 0x0002
#define O_RDWR
/* special character code */
#define CR 0x0d
#define LF 0x0a
/* Area size managed by sbrk */
#if _ _DATA_ADDRESS_SIZE_ _== 4
#define HEAPSIZE 2064
#else
#define HEAPSIZE 2056
#endif
/*****************************************************************************/
/* Declaration of reference function
/* Reference to assembly program in which the simulator debugger inputs or
/* outputs characters to the console
/*****************************************************************************/
extern void charput(char);
extern char charget(void);
222
(c) Example of creation of a low-level interface routine
- Only standard I/O files (stdin, stdout, stderr) are supported -
H8S, H8/300 Series Simulator/Debugger Interface Routine
0
0
3
0x0004
lowsrc.c:
/* One character output
/* One character input
/* Standard input (console)
/* Standard output (console)
/* Standard error output (console)
/* Minimum file number
/* Maximum number of files
/* Read only
/* Write only
/* Both read and Write
/* Carriage return
/* Line feed
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/
*/

Related parts for HD64F38024DV