elecena.pl

Constant Frequency Current Mode Step-Down DC/DC Controller in SOT-23

Analog Devices

Constant Frequency Current Mode Step-Down DC/DC Controller in SOT-23 RSS Sample
  • Darmowa próbka
MPN:
LTC1772B
Producent:
ANALOG DEVICES
Obudowa:
TSOT23
Dodany do bazy:
Ostatnio widziany:
Zmiana ceny:
-100% (21.01.2025)
Poprzednia cena:
2.27

The LTC1772B is a constant frequency current mode step-down DC/DC controller providing excellent AC and DC load and line regulation. The device incorporates an accurate undervoltage lockout feature that shuts down the LTC1772B when the input voltage falls below 2.0V.

The LTC1772B provides a ±2.5% output voltage accuracy and consumes only 270µA of quiescent current. In shutdown, the device draws a mere 8µA.

To further maximize the life of a battery source, the external P-channel MOSFET is turned on continuously in dropout (100% duty cycle). High constant operating frequency of 550kHz allows the use of a small external inductor.

The LTC1772B is available in a small footprint 6-lead SOT-23.

For a Burst Mode operation enabled version of the LTC1772B, please refer to the LTC1772 data sheet.

Burst Mode

LTC1772

Yes

LTC1772B

No

Applications

* One or Two Lithium-Ion-Powered Applications

* Cellular Telephones

* Wireless Devices

* Portable Computers

* Distributed 3.3V, 2.5V or 1.8V Power Systems

Part Models

4

1ku List Price

Starting From $2.61

Sample & Buy

Data Sheet

Product Selection Table

Add to myAnalog

Share

Ask A Question

*

Copy Link

*

Send to Mail

LTC1772B

Constant Frequency Current Mode Step-Down DC/DC Controller in SOT-23

Download

Print

Add to myAnalog

Add product to the Products section of myAnalog (to receive notifications), to an existing project or to a new project.

Add product to

Products on myAnalog

*

Products on myAnalog

*

New Project

Create New Project

Project Name

Description

Receive PCN/PDN notifications for all part models.

Cancel

Confirm

Ask a Question

Search

Support

Analog Devices Support Portal is a one-stop shop to answer all your ADI questions.

Visit the ADI Support Page

Ask the ADI community for help.

Ask the EngineerZone Community

FAQs

*

Sales & Ordering FAQs

*

Documentation

Technical Documents

Component Resources

Data Sheet

1

*

LTC1772B: Constant Frequency Current Mode Step-Down DC/DC Controller in SOT-23 Data Sheet

05/09/2008

ADI has always placed the highest emphasis on delivering products that meet the maximum levels of quality and reliability. We achieve this by incorporating quality and reliability checks in every scope of product and process design, and in the manufacturing process as well. "Zero defects" for shipped products is always our goal. View our quality and reliability program and certifications for more information.

Part Model

Pin/Package Drawing

Documentation

CAD Symbols, Footprints, and 3D Models

LTC1772BES6#TRMPBF

6-Lead TSOT-23

*

Material Declaration

*

Reliability Report

*

Package Resources

*

Ultra Librarian

*

SamacSys

LTC1772BES6#TRPBF

6-Lead TSOT-23

*

Material Declaration

*

Reliability Report

*

Package Resources

*

Ultra Librarian

*

SamacSys

LTC1772BIS6#TRMPBF

6-Lead TSOT-23

*

Material Declaration

*

Reliability Report

*

Package Resources

*

Ultra Librarian

*

SamacSys

LTC1772BIS6#TRPBF

6-Lead TSOT-23

*

Material Declaration

*

Reliability Report

*

Package Resources

*

Ultra Librarian

*

SamacSys

Data Sheet

This is the most up-to-date revision of the Data Sheet.

Data Sheet

Learn More

WATCH SERIES

Add to myAnalog

Share

Add to myAnalog

Add media to the Resources section of myAnalog, to an existing project or to a new project.

Add media to

Resources on myAnalog

*

Resources on myAnalog

*

New Project

Create New Project

Project Name

Description

Receive PCN/PDN notifications for all part models.

Cancel

Confirm

*

Copy Link

*

Send to Mail

Software Resources

Can't find the software or driver you need?

Request a Driver/Software

Hardware Ecosystem

Companion Parts

Parts

Product Life Cycle

Description

Power System Management (PSM) & Sequencers

1

LTC2974

RECOMMENDED FOR NEW DESIGNS

4-Channel PMBus Power System Manager Featuring Accurate Output Current Measurement

Switching Regulators & Controllers

1

LTC3880

RECOMMENDED FOR NEW DESIGNS

Dual Output PolyPhase Step-Down DC/DC Controller with Digital Power System Management

Modal heading

Download

Print

Add to myAnalog

Add product to the Products section of myAnalog (to receive notifications), to an existing project or to a new project.

Add product to

Products on myAnalog

*

Products on myAnalog

*

New Project

Create New Project

Project Name

Description

Receive PCN/PDN notifications for all part models.

Cancel

Confirm

Tools & Simulations

LTspice

Models for the following parts are available in LTspice:

* LTC1772

* LTC1772B

LTspice

LTspice® is a powerful, fast and free simulation software, schematic capture and waveform viewer with enhancements and models for improving the simulation of analog circuits.

Downloads & Documentation

Latest Discussions

2 Years Ago

LTC1772B Undervoltage Lockout

View related discussion on EngineerZone®

Recently Viewed

var analyticsObject = {"pageInformation":{"pageName":"LTC1772B","itemId":"a290984c-0201-4d0d-b265-9df409c5403b","pageUrl":"https://www.analog.com/en/products/ltc1772b.html","pageCategory":"Product Item","previousPageUrl":"https://www.analog.com/en/products/LTC1772B/sample-buy.html","pageType":"Product Item","isProduct":true}};

let userLoggedState = false;

try {

const savedAuthToken = localStorage.getItem('active-tokens');

if (savedAuthToken) {

const activeTokenObject = JSON.parse(savedAuthToken);

if (activeTokenObject && activeTokenObject['my'] && activeTokenObject['my']['token']) {

var base64Url = activeTokenObject['my']['token'].split('.')[1]

var base64 = base64Url.replace(/-/g, '+').replace(//g, '/');

var jsonPayload = decodeURIComponent(

atob(base64)

.split('')

.map(function (c) {

return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2);

})

.join('')

)

}

const decodedToken = JSON.parse(jsonPayload)

const currentTimestamp = Math.floor(Date.now() / 1000);

if (!(decodedToken.exp && currentTimestamp > decodedToken.exp)) {

userLoggedState = true;

}

} else {

const tempAuthStatusKey = 'isAuthenticated';

const cookies = document.cookie.split( '; ' );

const cookieOptions = 'domain=.analog.com; path=/; secure;'; const tempAuthStatus = cookies.find( ( cookie ) => cookie.includes( tempAuthStatusKey ) )

?.slice( ( tempAuthStatusKey.length + 1 ) ) || null;

// Updating 'isLoggedIn' only for the first page visit post login redirect

if ( tempAuthStatus ) {

userLoggedState = tempAuthStatus === 'true';

// Delete 'isAuthenticated' cookie

document.cookie = `${tempAuthStatusKey}=; expires=${new Date().toUTCString()}; ${cookieOptions}`;

}

}

}

catch (error) {

console.log(error)

}

const localAnalyticsObject = window.analyticsObject;

if (localAnalyticsObject && localAnalyticsObject?.pageInformation) {

const isPDPPage = localAnalyticsObject?.pageInformation?.isProduct || false;

const pageViewObject = { "event": "pageview" };

let commonBreadCrumb = '';

const breadcrumbListSections = document.querySelectorAll('.breadcrumbcontainersection');

breadcrumbListSections?.forEach((DomElement, indexOfDomElement) => {

const itemText = DomElement.querySelector(".breadcrumbcontainersectionitem")

const dropdownText = DomElement.querySelector(".breadcrumbcontainersectiondropdown-item")

let breadcrumbText = "";

if (itemText) {

breadcrumbText = ((indexOfDomElement === 0) ? "" : (breadcrumbText + "|")) + itemText.textContent.trim();

} else if (dropdownText) {

breadcrumbText = ((indexOfDomElement === 0) ? "" : (breadcrumbText + "|")) + dropdownText.textContent.trim();

} else {

breadcrumbText = ((indexOfDomElement === 0) ? "" : (breadcrumbText + "|")) + DomElement.textContent.trim();

}

commonBreadCrumb = commonBreadCrumb + breadcrumbText;

});

if (isPDPPage) {

const productLifeCycle = document.querySelector('.recently-viewed-flag');

pageViewObject.productInfo = {

eventName: 'Product View',

productListItems: []

};

pageViewObject.productInfo.productListItems.push({

productLifeCycle: productLifeCycle ? productLifeCycle.textContent.trim().toUpperCase() : '',

productBreadCrumb: '',

SKU: ''

})

pageViewObject.productInfo.productListItems[0].productBreadCrumb = commonBreadCrumb;

pageViewObject.productInfo.productListItems[0].SKU = commonBreadCrumb.split("|").reverse()[0];

} else {

pageViewObject.productInfo = {};

}

const url = localAnalyticsObject?.pageInformation?.pageUrl

let previousPageName = localAnalyticsObject?.pageInformation?.previousPageUrl;

if (previousPageName) {

previousPageName = previousPageName.split('.html')[0];

previousPageName = previousPageName.split('/').reverse()[0];

}

const category = url?.split('/');

category.shift();

category.splice(0, 2);

pageViewObject.pageInfo = {

"pageName": localAnalyticsObject?.pageInformation?.pageName,

"pageCategory": localAnalyticsObject?.pageInformation?.pageCategory,

"pageURL": localAnalyticsObject?.pageInformation?.pageUrl,

"pageType": localAnalyticsObject?.pageInformation?.pageType,

"pageBreadCrumb": commonBreadCrumb,

"previousPageName": previousPageName,

"previousPageUrl": localAnalyticsObject?.pageInformation?.previousPageUrl,

"pageEvents": '',

"siteSection1": category[1],

"siteSection2": category[2] ? category[2] : '',

"siteSection3": category[3] ? category[3] : '',

"siteSection4": category[4] ? category[4] : '',

"siteSection5": category[5] ? category[5] : '',

"sitecoreItemID": localAnalyticsObject?.pageInformation?.itemId

};

pageViewObject.siteInfo = {

"siteLanguage": category[0]

};

pageViewObject.userInfo = {

"userType": '',

"isLoggedIn": userLoggedState

}

window.adobeDataLayer = window.adobeDataLayer || [];

window.adobeDataLayer.push(pageViewObject); window.adobeDataLayer.reverse();

console.log(window.adobeDataLayer);

}

* Burst Mode® Operation Disabled for Lower Output Ripple at Light Loads

* High Efficiency: Up to 94%

* High Output Currents Easily Achieved

* Wide VIN Range: 2.5V to 9.8V

* Constant Frequency 550kHz Operation

Elecena nie prowadzi sprzedaży elementów elektronicznych, ani w niej nie pośredniczy.

Produkt pochodzi z oferty sklepu