电子工程世界电子工程世界电子工程世界

关键词

搜索

型号

搜索

RS5RM6035A-T2

产品描述Switching Regulator, Voltage-mode, 0.25A, 60kHz Switching Freq-Max, CMOS, PDSO8, SOP-8
产品类别电源/电源管理    电源电路   
文件大小586KB,共29页
制造商RICOH Electronic Devices Co., Ltd.
下载文档 详细参数 全文预览

RS5RM6035A-T2概述

Switching Regulator, Voltage-mode, 0.25A, 60kHz Switching Freq-Max, CMOS, PDSO8, SOP-8

RS5RM6035A-T2规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称RICOH Electronic Devices Co., Ltd.
零件包装代码SOIC
包装说明LSOP,
针数8
Reach Compliance Codeunknown
ECCN代码EAR99
其他特性DETECTOR VOLTAGE = 3.5 VOLT
模拟集成电路 - 其他类型SWITCHING REGULATOR
控制模式VOLTAGE-MODE
控制技术PULSE WIDTH MODULATION
最大输入电压10 V
最小输入电压1.2 V
JESD-30 代码R-PDSO-G8
JESD-609代码e0
长度5.2 mm
功能数量1
端子数量8
最高工作温度80 °C
最低工作温度-30 °C
最大输出电流0.25 A
标称输出电压6 V
封装主体材料PLASTIC/EPOXY
封装代码LSOP
封装形状RECTANGULAR
封装形式SMALL OUTLINE, LOW PROFILE
峰值回流温度(摄氏度)NOT SPECIFIED
认证状态Not Qualified
座面最大高度1.7 mm
表面贴装YES
切换器配置BOOST
最大切换频率60 kHz
技术CMOS
温度等级COMMERCIAL EXTENDED
端子面层TIN LEAD
端子形式GULL WING
端子节距1.27 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度4.4 mm

文档预览

下载PDF文档
PWM STEP-UP DC/DC CONVERTER WITH
VOLTAGE REGULATOR AND DETECTOR
RS5RM SERIES
OUTLINE
NO. EA-018-0311
The RS5RM Series are CMOS-based step-up DC/DC converter ICs equipped with a voltage regulator (VR) and
a voltage detector (VD). Each of these step-up DC/DC converter ICs consists of a PWM DC/DC converter, a linear
regulator and a voltage detector. These ICs are output-voltage-fixed type regulators which function as a linear
regulator when input voltage is high, and as step-up DC/DC converter+linear regulator when input voltage is low,
by using an inductor, a diode and a capacitor as external parts for the ICs.
Since a voltage detector is built in these ICs, the potentials such as the output voltage of DC/DC converters can
be monitored.
In addition, these step-up DC/DC converter ICs are suitable for battery-powered and hand-held instruments
because internal circuits can be turned off by the chip enable function so that the standby current can be mini-
mized.
FEATURES
• Low Supply Current ..........................................Typ. 55µA (RS5RM3624A : V
IN
=3.0V,at no load)
• Standby Mode.....................................................Istandby=Max. 1.0µA (RS5RMxxxxA)
Istandby=Max. 10.0µA (RS5RMxxxxB)
• Low Voltage Operation Possible .......................Operating Voltage V
IN
=1.2V to 10V
• High Output Voltage Accuracy .........................Fixed Output Voltage Accuracy±2.5%
• High Voltage Detection Accuracy .....................±2.5%
• Output Voltage can be set at User's request (refer to Selection Guide).
• Voltage close to battery's voltage can be output because these ICs are of a step-up / step-down type
(Ex. a fixed voltage of 3V can be output by a 3V battery).
• Soft Start Function, built-in Protection Circuits for Lx Driver
• Phase Compensation Circuits built in
• Pin for External Driver is equipped, and a large current output can be obtained.
• Small Packages ..................................................8pin SOP
APPLICATIONS
• Power source for cameras, camcorders, and hand-held audio equipment.
• Power source for small OA apparatus such as note book personal computers,and word processors.
• Power source for hand-held communication appliances such as pagers,cordless telephones, and cellular phones.
1
关于M3芯片的程序保护(请高手补充)
第一种, 设置JTAG口为GPIO口,这有一个好处就是可以解锁,解锁后芯片照样能用,解锁的时候FLASH中的内容会被清除。 而且这样还可以通过bootloader继续正常烧写程序。 不过LM3Sxxx系列比 ......
hlx3012 微控制器 MCU
请教下一个lm3s uart问题
UARTFIFODISable(UART0_BASE); 开始的时候我禁能了UART0 FIFO。然后用uart_echo的例程调试程序。发现本来串口工具应该出现Enter test: 字符串的 到后来只发送了2个字节En我把断点设置在函数UART ......
heycare 微控制器 MCU
【DIY创意LED】主要器件说明
本帖最后由 dcexpert 于 2020-9-16 22:54 编辑 DIY中主要使用到的器件: LED灯 WS2812灯环 ESP-WROOM-02模块 TTP223 CH330N TP4054 74LVC1G32 注:图示价格仅作参考 ......
dcexpert 单片机
TMS320C6701自动加载方案设计
本帖最后由 灞波儿奔 于 2019-1-8 17:04 编辑 加载方案设计 在BOOTMODE为01010B的设置下,程序由外部8位程序存储器加载到外部32位SRAM中。C6701具体加载过程为:DMA按默认时序从CE1地址 ......
灞波儿奔 DSP 与 ARM 处理器
GD32F芯片问题及解决分享
GD32F在有关初始化里,用库函数初始化分频系数,周期的 xxxx_init函数内,存在软件更新事件的代码,如果你不清除标志位,直接使能定时器中断,那么就会先进中断一次。导致有个别定时功能意外的 ......
火辣西米秀 GD32 MCU
40“万里”树莓派小车——ROS学习(C语言编程控制小乌龟)
本帖最后由 lb8820265 于 2022-11-1 14:52 编辑 前面介绍了运行“turtle_teleop_key”节点,然后通过键盘来控制小乌龟。要自己编写代码来控制小乌龟,可以先学习“turtle ......
lb8820265 创意市集

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 1045  2687  57  29  1560  8  58  31  27  20 

器件索引   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

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved