当前位置:网站首页>The difference between push-pull circuit drive and totem pole drive
The difference between push-pull circuit drive and totem pole drive
2022-06-26 08:12:00 【circuit in my brain】
Sometimes when considering the cost of driver chips , We will consider using a triode to build the drive circuit , So we need to be clear about the usage of commonly used drive circuits .
1、 Push pull drive .
The circuit structure is shown in the figure below , When the input is high, the upper triode is on , When the input is low, the following triode is on , No matter how slow the rising and falling edges of the input are , There is no problem that the upper and lower tubes are connected at the same time .
Precautions for push-pull drive applications : If your input Driver The signal is MCU Output , The general range is 3.3v, The push-pull supply voltage has 12v, Then there will be a problem with the driver .
1> Because it was given MOS The gate voltage of the tube is only 2.7V about , May not be able to make the following MOS Completely conductive .
2> At this time, the voltage drop of the triode is 9.3v, If the driving current is large , Then the power consumption of the triode will be very large .
The correct usage is : The amplitude of the push-pull input signal should be the same as that of the supply voltage , For example, push-pull power supply is 12v, Then the high level of the drive signal you input should also be 12v.
2、 Fake push-pull circuit
If the input end of this circuit is simply considered as 0v,12v There is no problem , Input 0v The upper tube is connected , Input 12v Lower the conduction tube , But from 0v To 12v Between time , For example, when the rising edge is very slow, the input is 6v when , The upper tube is connected , The lower pipe is also conductive , This is what we don't want to see . The main problem with this circuit is that the input voltage is 0.7~11.3v This voltage range , The upper and lower tubes are conductive .
3、 Totem pole drive circuit
I think totem pole circuit is a different name for push-pull circuit .TI The push-pull circuit is also called in the Application Manual of Totem-Pole.
边栏推荐
- What if the service in Nacos cannot be deleted?
- Baoyan postgraduate entrance examination interview - operating system
- PyTorch-12 GAN、WGAN
- . eslintrc. JS configuration
- 你为什么会浮躁
- Jz-063- median in data stream
- What are the characteristics of digital factory in construction industry
- Go语言浅拷贝与深拷贝
- Opencv鼠标事件+界面交互之绘制矩形多边形选取感兴趣区域ROI
- Chapter 9 (using classes and objects)
猜你喜欢
How to design API return codes (error codes)?
Detailed explanation and code implementation of soft voting and hard voting mechanism in integrated learning
Color code
Okhttp3 source code explanation (IV) cache strategy, disadvantages of Android mixed development
JS precompile - Variable - scope - closure
The solution of installing opencv with setting in pycharm
QT之一个UI里边多界面切换
What is the five levels of cultivation of MES management system
Pychart connects to Damon database
PyTorch-12 GAN、WGAN
随机推荐
解决 psycopg2.NotSupportedError: PQconninfo not available in libpq < 9.3
Chapter VI (pointer)
Listview control
buuresevewp
Deeply analyze storage costs and find cost reduction solutions
How to define a digital factory and what is the relationship with smart factory and industry 4.0
2022 ranking of bank financial products
Solve the problem that pychar's terminal cannot enter the venv environment
Solve psycopg2 NotSupportedError: PQconninfo not available in libpq < 9.3
Wifi-802.11 2.4G band 5g band channel frequency allocation table
Yyds dry inventory executor package (executor function)
Delete dictionary from list
Ping An technology's practice of migrating from Oracle to ubisql
Detach an entity from jpa/ejb3 persistence context
Rewrite string() method in go language
Undefined symbols for architecture i386与第三方编译的静态库有关
What are the characteristics of digital factory in construction industry
Use intent to shuttle between activities -- use implicit intent
Chapter 3 (data types and expressions)
GHUnit: Unit Testing Objective-C for the iPhone