EEWORLDEEWORLDEEWORLD

Part Number

Search

M38D52F2XXXHP

Description
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
File Size2MB,142 Pages
ManufacturerRenesas Electronics Corporation
Websitehttps://www.renesas.com/
Download Datasheet View All

M38D52F2XXXHP Overview

SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER

38D5 Group
SINGLE-CHIP 8-BIT CMOS MICROCOMPUTER
REJ03B0158-0304
Rev.3.04
May 20, 2008
• Power source voltage (QzROM version)
[In frequency/2 mode]
f(X
IN
)
12.5 MHz.............................................. 4.5 to 5.5 V
f(X
IN
)
8 MHz................................................... 4.0 to 5.5 V
f(X
IN
)
4 MHz................................................... 2.0 to 5.5 V
f(X
IN
)
2 MHz................................................... 1.8 to 5.5 V
[In frequency/4 mode]
f(X
IN
)
16 MHz................................................. 4.5 to 5.5 V
f(X
IN
)
8 MHz................................................... 2.0 to 5.5 V
f(X
IN
)
4 MHz................................................... 1.8 to 5.5 V
[In frequency/8 mode]
f(X
IN
)
16 MHz................................................. 4.5 to 5.5 V
f(X
IN
)
8 MHz................................................... 2.0 to 5.5 V
f(X
IN
)
4 MHz................................................... 1.8 to 5.5 V
[In low-speed mode].............................................. 1.8 to 5.5 V
Note. 12.5 MHz < f(X
IN
)
16 MHz is not available in the fre-
quency/2 mode.
DESCRIPTION
The 38D5 Group is the 8-bit microcomputer based on the 740
Family core technology.
The 38D5 Group is pin-compatible with the 38C5 Group.
The 38D5 Group has an LCD drive control circuit, an A/D
converter, a serial interface, and a ROM correction function as
additional functions.
The QzROM version and the flash memory version are available.
The flash memory version does not have a selection function for
the oscillation start mode. Only the on-chip oscillator starts
oscillating.
The various microcomputers include variations of memory size,
and packaging. For details, refer to the section on part
numbering.
FEATURES
• Basic machine-language instructions ................................. 71
• The minimum instruction execution time ................... 0.32
µs
(at 12.5 MHz oscillation frequency)
• Memory size (QzROM version)
ROM ........................................................ 32 K to 60 K bytes
RAM ......................................................... 1536 to 2048 bytes
• Memory size (Flash memory version)
ROM ...................................................................... 60 K bytes
RAM ...................................................................... 2048 bytes
• Programmable input/output ports .. 59 (common to SEG: 36)
• Interrupts ............................................. 17 sources, 16 vectors
(Key input interrupt included)
• Timers ..................................................... 8-bit × 4, 16-bit × 2
• Serial interface
Serial I/O1 ...............8-bit × 1 (UART or Clock-synchronized)
Serial I/O2 .............................. 8-bit × 1 (Clock-synchronized)
• PWM .......... 10-bit × 2, 16-bit × 1 (common to IGBT output)
• A/D converter .......................................... 10-bit × 8 channels
(A/D converter can be operated in low-speed mode.)
• Watchdog timer ......................................................... 8-bit × 1
• ROM correction function ....................... 32 bytes × 2 vectors
• LED direct drive port ............................................................ 6
(average current: 15 mA, peak current: 30 mA, total current: 90 mA)
• LCD drive control circuit
Bias ............................................................................ 1/2, 1/3
Duty ............................................................... Static, 2, 3, 4, 8
Common output ................................................................. 4/8
Segment output .............................................................. 32/36
• Main clock generating circuit ............................................... 1
(connect to external ceramic resonator or on-chip oscillator)
• Sub-clock generating circuit ..................................................1
(connect to external quartz-crystal oscillator)
• Power source voltage (Flash memory version)
[In frequency/2 mode]
f(X
IN
)
12.5 MHz.............................................. 4.5 to 5.5 V
f(X
IN
)
8 MHz................................................... 4.0 to 5.5 V
f(X
IN
)
4 MHz................................................... 2.7 to 5.5 V
[In frequency/4 mode]
f(X
IN
)
16 MHz................................................. 4.5 to 5.5 V
f(X
IN
)
8 MHz................................................... 2.7 to 5.5 V
[In frequency/8 mode]
f(X
IN
)
16 MHz................................................. 4.5 to 5.5 V
f(X
IN
)
8 MHz................................................... 2.7 to 5.5 V
[In low-speed mode].............................................. 2.7 to 5.5 V
Note. 12.5 MHz < f(X
IN
)
16 MHz is not available in the fre-
quency/2 mode.
• Power dissipation (QzROM version)
• In frequency/2 mode ..................................... Typ. 32 mW
(V
CC
= 5 V, f(X
IN
) = 12.5 MHz, Ta = 25°C)
• In low-speed mode ........................................ Typ. 18
µW
(V
CC
= 2.5 V, f(X
IN
) = stop, f(X
CIN
) = 32 kHz, Ta = 25°C)
• Power dissipation (Flash memory version)
• In frequency/2 mode ..................................... Typ. 20 mW
(V
CC
= 5 V, f(X
IN
) = 12.5 MHz, Ta = 25°C)
• In low-speed mode ...................................... Typ. 1.1 mW
(V
CC
= 2.7 V, f(X
IN
) = stop, f(X
CIN
) = 32 kHz, Ta = 25°C)
• Operating temperature range ...............................
−20
to 85°C
Flash Memory Mode
• Program/Erase voltage ............................. V
CC
= 2.7 to 5.5 V
• Program method ....................... Programming in unit of byte
• Erase method .................................................... Block erasing
• Program/Erase control by software command
APPLICATION
Household products, Consumer electronics, etc.
Rev.3.04 May 20, 2008
REJ03B0158-0304
Page 1 of 134
How do we determine that its frequency is 16M?
I have a program here, and the comment in the red part says "Select DCO range to 16MHz". I checked the data sheet, and it doesn't specify how to specify the frequency, but only gives us a rough range....
inonme Microcontroller MCU
Raw OS supports an event-driven framework at the idle task level
Because the event-based protothread is too difficult to understand, and the event triggering has no priority. Raw OS 0.99c adds a state machine with event priority. The specific features are as follow...
jorya_txj Embedded System
MCU keyboard anti-shake problem
When a key is pressed, I delay for a while, and then make a judgment. After sending the data, I delay for a while again to filter out the beginning and end of the waveform. I don't know what the appro...
topcool99 Embedded System
Frequency meter
Haha~~~ The rookie has come up with something new... Frequency meter: I won't cheat you, but it can only measure 400KHZ, the limit of the crystal oscillator. [[i] This post was last edited by 57493724...
574937246 Microcontroller MCU
LM3S8962 temperature measurement signal input
Hello everyone, I have just started designing with LM3S8962. Now I have a temperature sensor part that generates a voltage signal to LM3S8962. How can I receive it?...
过佳刚 Microcontroller MCU
Oh, almighty altar, the deadline is approaching, please give me some advice!
I am from Shanghai Qualcomm Semiconductor, the only company in China that makes standard font chips. I will attend the IC-China exhibition held in Shanghai on October 26. I originally wanted to rent a...
frankuly PCB Design

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2836  2243  2521  2669  2097  58  46  51  54  43 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号