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

关键词

搜索

型号

搜索

S-8338ACBC-P8T1

产品描述Switching Controller, Voltage-mode, 0.16A, 1133kHz Switching Freq-Max, CMOS, SON-8
产品类别电源/电源管理    电源电路   
文件大小751KB,共49页
制造商ABLIC
下载文档 详细参数 全文预览

S-8338ACBC-P8T1概述

Switching Controller, Voltage-mode, 0.16A, 1133kHz Switching Freq-Max, CMOS, SON-8

S-8338ACBC-P8T1规格参数

参数名称属性值
是否Rohs认证不符合
厂商名称ABLIC
零件包装代码SON
包装说明VSON,
针数8
Reach Compliance Codecompliant
ECCN代码EAR99
模拟集成电路 - 其他类型SWITCHING CONTROLLER
控制模式VOLTAGE-MODE
控制技术PULSE WIDTH MODULATION
最大输入电压6 V
最小输入电压1.8 V
标称输入电压3.3 V
JESD-30 代码R-XDSO-N8
长度2.9 mm
功能数量1
端子数量8
最高工作温度85 °C
最低工作温度-40 °C
最大输出电流0.16 A
封装主体材料UNSPECIFIED
封装代码VSON
封装形状RECTANGULAR
封装形式SMALL OUTLINE, VERY THIN PROFILE
峰值回流温度(摄氏度)NOT SPECIFIED
认证状态Not Qualified
座面最大高度0.9 mm
表面贴装YES
切换器配置SINGLE
最大切换频率1133 kHz
技术CMOS
温度等级INDUSTRIAL
端子形式NO LEAD
端子节距0.65 mm
端子位置DUAL
处于峰值回流温度下的最长时间NOT SPECIFIED
宽度2.8 mm
Base Number Matches1

文档预览

下载PDF文档
Rev.2.0
_00
STEP-UP, HIGH-FREQUENCY, PWM CONTROL
SWITCHING REGULATOR CONTROLLERS
S-8337/8338 Series
The S-8337/8338 Series is a CMOS step-up switching regulator which mainly
consists of a reference voltage circuit, an oscillator, an error amplifier, a PWM
controller, an under voltage lockout circuit (UVLO), and a timer latch short-circuit
protection circuit. Because its minimum operating voltage is as low as 1.8 V, this
switching regulator is ideal for the power supply of an LCD or for portable
systems that operate on a low voltage. The internal oscillation frequency can be
set up to 1.133 MHz, via the resistor connected to the ROSC pin.
With the S-8337 Series, the maximum duty ratio of PWM control can be
controlled by the resistor connected to the RDuty pin. With the S-8338 Series,
the maximum duty ratio is fixed (to 88%). The phase compensation and gain
value can be adjusted according to the values of the resistor and capacitor
connected to the CC pin. Therefore, the operation stability and transient
response can be correctly set for each application. The reference voltage
accuracy is as high as 1.0 V±1.5%, and any voltage can be output by using an
external output voltage setting resistor.
In addition, the delay time of the short-circuit protection circuit can be set by
using the capacitor connected to the CSP pin. If the maximum duty condition
continues because of short-circuiting, the capacitor externally connected to the
CSP pin is charged, and oscillation stops after a specific time. This condition is
cleared by re-application of power or by setting the switching regulator (S-8338
Series) to the shutdown status. A ceramic capacitor or a tantalum capacitor is
used as the output capacitor, depending on the setting. This controller IC allows
various settings and selections and employs a small package, making it very
easy to use.
Features
Low voltage operation:
Oscillation frequency:
Maximum duty:
1.8 V to 6.0 V
286 kHz to 1.133 MHz (selectable by external resistor)
47 to 88.5% (selectable by external resistor) (S-8337 Series)
Fixed to 88% typ. (S-8338 Series)
Reference voltage:
1.0 V±1.5%
UVLO (under-voltage lockout) function:
Detection voltage can be selected from between 1.5 V and 2.3 V in 0.1 V steps.
Hysteresis width can be selected from between 0.1 V and 0.3 V in 0.1 V steps.
Timer latch short-circuit protection circuit:
Delay time can be set using an external capacitor.
Soft-start time can be selected in three steps, 10 ms, 15 ms, and 20 ms.
Soft-start function:
Phase compensation external setting:
Adjustable by connecting resistor and capacitor in series to GND.
Shutdown function:
S-8338 Series, shutdown current consumption: 1.0
µA
max.
8-pin SON(A), 8-pin TSSOP
Small package:
Applications
Power supplies for LCDs and CCDs
Power supplies for portable equipment
Packages
Package name
8-Pin SON(A)
8-Pin TSSOP
Package
PN008-A
FT008-A
Drawing code
Tape
PN008-A
FT008-E
Reel
PN008-A
FT008-E
1
Seiko Instruments Inc.
这几天一直在骚扰身边的朋友......
问了好几个朋友: 你的理想是啥? 你的职业定位又是啥? 虽然有些大,而且又有些空,但是通过这几天的思考,虽然还没有全部理清楚,但是至少对自己的角色有了个更明晰的认识。 大家 ......
soso 聊聊、笑笑、闹闹
网曝B站面试官贬低北邮校招生,相关负责人回应称说法不实
 作者中国证券报 于蒙蒙   4月24日,一则关于哔哩哔哩(简称“B站”)面试官贬低北邮校招生的讨论引起热议。该贴指出,在北京邮电大学的校招过程中,B站面试官表示自己团队都为 ......
eric_wang 工作这点儿事
YUV4:2:2转换4:2:0
CCD捕获的视频原始流一般为YUV 4:2:2,而通常编码支持4:2:0视频源,因而需要格式转换,文挡是基于DM6446的Resizer的具体实现....
kooking DSP 与 ARM 处理器
使用DMA方式读取spi flash问题求助
小弟在读取spi类flash W25Q128时,发现速度很慢,经测试,只达到300KB/S作用的速度。与要求相差甚远,于是想,是否可用DMA方式来读取,以便速度能提高。 首先说一下SPI与DMA的配置,配置好SP ......
stone435 stm32/stm8
stm32
stm32中能不能这样给GPIO口赋值 GPIO_Write(GPIOA,0XFFFF); 求指教 ...
forever1314 stm32/stm8
TI图形库widget配置工具一 Canvas
为了能在用TI图形库方便些特做了个小工具,且不断一步步增加完善中 9。24 本帖最后由 蓝雨夜 于 2011-9-24 09:13 编辑 ]...
蓝雨夜 微控制器 MCU

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

 
机器人开发圈

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

站点相关: 大学堂 TI培训 Datasheet 电子工程 索引文件: 2322  2631  1892  1231  1677  28  53  11  16  44 

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