EEWORLDEEWORLDEEWORLD

Part Number

Search

R5F103A9ASP#X0

Description
R5F103A9ASP#X0
CategoryThe embedded processor and controller    Microcontrollers and processors   
File Size1009KB,113 Pages
ManufacturerRenesas Electronics Corporation
Websitehttps://www.renesas.com/
Environmental Compliance  
Download Datasheet Download user manual Parametric View All

R5F103A9ASP#X0 Overview

R5F103A9ASP#X0

R5F103A9ASP#X0 Parametric

Parameter NameAttribute value
Brand NameRenesas
Is it lead-free?Lead free
Is it Rohs certified?conform to
MakerRenesas Electronics Corporation
Parts packaging codeLSSOP
package instructionSSOP, SSOP30,.3
Contacts30
Manufacturer packaging codePLSP0030JB-B30
Reach Compliance Codecompli
Samacsys DescriptiRL78/G12
Has ADCYES
Address bus width
bit size16
CPU seriesRL78
maximum clock frequency20 MHz
DMA channelYES
External data bus width
JESD-30 codeR-PDSO-G30
length6.5 mm
Number of I/O lines26
Number of terminals30
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
PWM channelYES
Package body materialPLASTIC/EPOXY
encapsulated codeSSOP
Encapsulate equivalent codeSSOP30,.3
Package shapeRECTANGULAR
Package formSMALL OUTLINE, SHRINK PITCH
Peak Reflow Temperature (Celsius)NOT SPECIFIED
power supply2/5 V
Certification statusNot Qualified
RAM (bytes)1024
rom(word)12288
ROM programmabilityFLASH
speed24 MHz
Maximum slew rate5.5 mA
Maximum supply voltage5.5 V
Minimum supply voltage2.7 V
Nominal supply voltage3 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal formGULL WING
Terminal pitch0.65 mm
Terminal locationDUAL
Maximum time at peak reflow temperatureNOT SPECIFIED
width4.4 mm
uPs/uCs/peripheral integrated circuit typeMICROCONTROLLER
Datasheet
RL78/G12
RENESAS MCU
R01DS0193EJ0230
Rev.2.30
Jun 19, 2020
True low-power platform (63
μA/MHz)
for the general-purpose applications, with 1.8-V to 5.5-V operation,
2- to 16-Kbyte code flash memory, and 31 DMIPS at 24 MHz
1. OUTLINE
1.1 Features
Ultra-low power consumption technology
V
DD
= single power supply voltage of 1.8 to 5.5 V which
can operate at a low voltage
HALT mode
STOP mode
SNOOZE mode
RL78 CPU core
CISC architecture with 3-stage pipeline
Minimum instruction execution time: Can be changed
from high speed (0.04167
s:
@ 24 MHz operation with
high-speed on-chip oscillator) to ultra-low speed (1
s:
@ 1 MHz operation)
Address space: 1 MB
General-purpose registers: (8-bit register x 8) x 4 banks
On-chip RAM: 256 B to 2 KB
Code flash memory
Code flash memory: 2 to 16 KB
Block size: 1 KB
Prohibition of block erase and rewriting (security
function)
On-chip debug function
Self-programming (with flash shield window function)
A/D converter
8/10-bit resolution A/D converter (V
DD
= 1.8 to 5.5 V)
8 to 11 channels, internal reference voltage (1.45 V),
and temperature sensor
Note
I/O port
I/O port: 18 to 26
(N-ch open drain I/O [withstand voltage of 6 V]: 2,
N-ch open drain I/O [V
DD
withstand voltage]: 4 to 9)
Can be set to N-ch open drain, TTL input buffer, and
on-chip pull-up resistor
Different potential interface: Can connect to a 1.8/2.5/3
V device
On-chip key interrupt function
On-chip clock output/buzzer output controller
Others
On-chip BCD (binary-coded decimal) correction circuit
Note
Can be selected only in HS (high-speed main)
mode.
Remark
The functions mounted depend on the product.
See
1.7 Outline of Functions.
DMA (Direct Memory Access) controller
Note
2 channels
Number of clocks during transfer between 8/16-bit SFR
and internal RAM: 2 clocks
Multiplier and divider/multiply-accumulator
16 bits x 16 bits = 32 bits (Unsigned or signed)
32 bits x 32 bits = 32 bits (Unsigned)
16 bits x 16 bits + 32 bits = 32 bits (Unsigned or
signed)
Serial interface
CSI
UART
Simplified I
2
C communication
I
2
C communication
: 1 to 3 channels
: 1 to 3 channels
: 0 to 3 channels
: 1 channel
Timer
16-bit timer
: 4 to 8 channels
12-bit interval timer : 1 channel
Watchdog timer
: 1 channel (operable with the
dedicated low-speed on-chip
oscillator)
Data flash memory
Note
Data flash memory: 2 KB
Back ground operation (BGO): Instructions are
executed from the program memory while rewriting the
data flash memory.
Number of rewrites: 1,000,000 times (TYP.)
Voltage of rewrites: V
DD
= 1.8 to 5.5 V
High-speed on-chip oscillator
Select from 24 MHz, 16 MHz, 12 MHz, 8 MHz, 6 MHz,
4 MHz, 3 MHz, 2 MHz, and 1 MHz
High accuracy: +/- 1.0 % (V
DD
= 1.8 to 5.5 V, T
A
= -20
to +85 °C)
Operating ambient temperature
T
A
= -40 to +85 °C (A: Consumer applications, D:
Industrial applications)
T
A
= -40 to +105 °C (G: Industrial applications)
Note
Power management and reset function
On-chip power-on-reset (POR) circuit
On-chip voltage detector (LVD) (Select interrupt and
reset from 12 levels)
R01DS0193EJ0230 Rev.2.30
Jun 19, 2020
Page 1 of 108
EEWORLD University ---- designing electrical systems vol 1
designing electrical systems vol 1:https://training.eeworld.com.cn/course/67781James Stallcup, Sr. has reinvented Designing Electrical Systems that catapulted him to the forefront of the electrical in...
Lemontree Analog electronics
Undertake the development of hardware control interface software. Familiar with RS232/RS485, TCP/IP interface technology
8 years of experience in software development and project management, with successful development and management experience in multiple large projects. I undertake: Project scope: 1. Enterprise manage...
heda969240 Embedded System
Problems with TD-Modem driver transplantation in WINCE6
I recently needed to add a TD module to a project. It uses a PCIE interface, which is USB. I transplanted the driver (a REG file and a DLL file) provided by the module manufacturer to WINCE (the REG f...
hangziming Embedded System
Ask about interrupt vector and interrupt service function
How does the interrupt vector xxx_IRQn during interrupt initialization correspond to the xxx_IRQHandler() interrupt service function? For example, USART1 interrupt: How doesthe interrupt setting funct...
xcr_rfsq stm32/stm8
lm3s811 controls color LCD screen
lm3s811 control color LCD screen program...
gaochy1126 Microcontroller MCU
Help, the clock real-time display problem encountered in the simulated perpetual calendar! Urgently needed~
I don't know how to display the real-time clock. Please help me. The stuff is in the attachment ~ Thank you very much ~...
guming74007 MCU

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2424  86  362  2203  2434  49  2  8  45  50 
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号