当前位置:网站首页>PCB layout must know: teach you to correctly lay out the circuit board of the op amp
PCB layout must know: teach you to correctly lay out the circuit board of the op amp
2022-08-05 10:18:00 【Ji Ke Lao Bai】
In the circuit design process, application engineers often overlook the layout of the printed circuit board (PCB).The problem often encountered is that the schematic of the circuit is correct, but it doesn't work, or just runs at low performance.
In this article, a great engineer will show you how to properly lay out an op amp's circuit board to ensure its functionality, performance, and robustness.
Incident Replay
Engineers and their intern designed with an OPA191 op amp in a non-inverting configuration with a gain of 2V/V, a load of 10k, and a supply voltage of +/-15V.Figure 1 shows a schematic of the design.
Figure 1 OPA191 schematic in non-inverting configuration
The engineer assigns the intern to lay out the board for this design and gives him general guidance on PCB layout (ie, keep the board trace paths as short as possible, while keeping the components close together to reduce the size of the boardspace) and let him design it himself.
How difficult is the design process?It's really just a few resistors and capacitors, isn't it?
Figure 2 shows the layout of the interns' first attempt at designing.The red line is the path for the top layer of the board, while the blue line is the path for the bottom layer.![[image]](/img/52/2241495f834f3926c0a37c377efd7c.png)
Figure 2 First Layout Attempt Scheme
Realized CircuitThe board layout wasn't as intuitive as I thought it would be, and the engineer felt that there should be some more detailed instructions for the interns.The intern followed his advice exactly when designing, shortening the traces and placing the components closely together.But this layout can be further improved to reduce board parasitic impedance and optimize its performance.
The first improvement they made was to move resistors R1 and R2 next to the inverting pin (pin 2) of the OPA191; this helped reduce stray capacitance on the inverting pin.
The inverting pin of an op amp is a high impedance node and therefore has high sensitivity.Longer trace paths can act as wires, allowing high frequency noise to couple into the signal chain.PCB capacitance on the inverting pin can cause stability problems.Therefore, the contact on the inverting pin should be as small as possible.
Moving R1 and R2 next to pin 2 allows the load resistor R3 to be rotated 180 degrees, which brings decoupling capacitor C1 closer to the positive supply pin (pin 7) of the OPA191.It is extremely important to place the decoupling capacitors as close as possible to the supply pins.Longer trace paths between the decoupling capacitors and the power supply pins increase the inductance of the supply pins, which reduces performance.
Another improvement they made is the second decoupling capacitor C2.The via connection of VCC to C2 should not be placed between the capacitor and the power supply pins, but should be routed where the supply voltage must pass through the capacitors to the power supply pins of the device.
Figure 3 shows how to move each part and vias to improve the layout.![[image]](/img/6c/e42ad51abf393da7c2e81993b80e44.png)
Figure 3 The position of each component to improve the layout
You can addWide trace paths to reduce inductance, which is equivalent to the size of the pads that the trace paths connect to.It can also flood the ground planes on the top and bottom layers of the board, creating a solid, low-impedance path for return current.Figure 4 shows the final layout.![[image]](/img/c5/545fc7509306be4b4c1b3a39757a1c.png)
Figure 4 Final layout----
边栏推荐
- What is SPL?
- 项目成本控制如何帮助项目成功?
- Custom filters and interceptors implement ThreadLocal thread closure
- Advanced usage of C language
- Oracle 19.3 restart 环境
- 产品太多了,如何实现一次登录多产品互通?
- 【MindSpore Easy-Diantong Robot-01】You may have seen many knowledge quiz robots, but this one is a bit different
- Introduction to SD NAND Flash!
- FPGA:基础入门按键控制LED灯
- 技术干货 | 基于 MindSpore 实现图像分割之豪斯多夫距离
猜你喜欢

阿里顶级架构师多年总结的JVM宝典,哪里不会查哪里!

JS逆向入门学习之回收商网,手机号码简易加密解析

Microservice Technology Stack

2022华数杯数学建模A题环形振荡器的优化设计思路思路代码分享

还在找网盘资源吗?快点收藏如下几个值得收藏的网盘资源搜索神器吧!

Jenkins manual (2) - software configuration

MySQL transactions

After Keil upgrades to AC6, what changes?

Huawei's lightweight neural network architecture GhostNet has been upgraded again, and G-GhostNet (IJCV22) has shown its talents on the GPU
![[强网杯2022]WP-UM](/img/3d/caeab05ddca278af274dbf6e2f8ba1.png)
[强网杯2022]WP-UM
随机推荐
How can project cost control help project success?
语音社交软件开发——充分发挥其价值
js hijacks the array push method
FPGA: Basic Getting Started Button Controlling LED Lights
The century-old Nordic luxury home appliance brand ASKO smart wine cabinet in the three-temperature area presents the Chinese Valentine’s Day, and tastes the love of the delicacy
PCB布局必知必会:教你正确地布设运算放大器的电路板
第七章,activiti个人任务分配,动态指定和监听器指定任务委派人「建议收藏」
高质量 DeFi 应用构建指南,助力开发者玩转 DeFi Summer
2022华数杯数学建模思路分析交流
技术干货 | 基于 MindSpore 实现图像分割之豪斯多夫距离
Voice-based social software development - making the most of its value
Analysis and practice of antjian webshell dynamic encrypted connection
[强网杯2022]WP-UM
公众号如何运维?公众号运维专业团队
开发常用手册链接分享
MySQL之数据视图
Advanced usage of C language
Microservice Technology Stack
如何选币与确定对应策略研究
力扣(LeetCode)216. 组合总和 III(2022.08.04)