C1: A low ESR capacitor is required to keep the noise of the converter to a minimum. Ceramic capacitors are recommended
with typical value is 10µF / 25V.
C2: Installation of C2 is recommended with typical value of 22µF / 16V ceramic for 5V and 6.5V output signal and 22µF /
6.3V ceramic for 2.5V and 3.3V output signal.
NOTE: This part is not designed for parallel operation.
www.aimtec.com
F 051e R12.C
Tel: +1 514 620 2722
3 of 4
Toll free: + 1 888 9 AIMTEC
(924 6832)
North America only
Series AMSR1.5-78-NZ
Up to 9.75 Watt | DC-DC Switching Regulator
Dual Output Connection
+Vin
C1
10uF
GND
1
C1
AMSR1.5-78Z
2
10uF
3
C2
22uF
-Vout
1
AMSR1.5-78Z
2
3
+Vout
C2
22uF
GND
Input Filter
10uH ~ 47uH
1
C1
10uF
GND
C1
10uF
AMSR1.5-78Z
2
3 +Vout
C2
22uF
GND
Output Filter
10uH ~ 47uH
1
C1
10uF
GND
AMSR1.5-78Z
2
3
C1
10uF
C1
10uF
+Vout
C2
22uF
GND
NOTE: 1.
Datasheets are updated as needed and as such, specifications are subject to change without notice. Once printed or downloaded, datasheets are no longer controlled
by Aimtec; refer to www.aimtec.com for the most current product specifications.
2.
Product labels shown, including safety agency certifications on labels, may vary based on the
date manufactured.
3.
Mechanical drawings and specifications are for reference only.
4.
All specifications are measured at an ambient temperature of 25°C, humidity<75%,
nominal input voltage and at rated output load unless otherwise specified.
5.
Aimtec may not have conducted destructive testing or chemical analysis on all internal components
and chemicals at the time of publishing this document. CAS numbers and other limited information are considered proprietary and may not be available for release.
6.
This
product is not designed for use in critical life support systems, equipment used in hazardous environments, nuclear control systems or other such applications which necessitate
specific safety and regulatory standards other the ones listed in this datasheet.
7.
Warranty is in accordance with Aimtec’s standard Terms of Sale available at www.aimtec.com.
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
Using Systick timer to achieve delay 1. SysTick timer characteristics The SysTick timer is a 24-bit down counter, that is, when vlue is decremented to 0, an interrupt is triggered and the load va...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[Details]
If you do not use an external crystal on the STM32, the connection method of OSC_IN and OSC_OUT If you use the internal RC oscillator instead of an external crystal, please follow the following metho...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]