RF layout check list
Analog-digital circuit




1. Insure C36 and C33 placed next to each other to avoid open stubs
2. Keep UART lines away from 26 MHz traces
3. Keep 26 MHZ traces away from all noisy signals including UART and PCM as well as FM VDD and FM RF PORT
4. Keep 32 KHz trace away from all noisy signals
5. The routing and placement of C39 & C45 are very critical to the PA performance:
PAA needs 0.1uF, and PAG needs 1uF.
In terms of layout, PAA and PAG branches stay separate on all layers. Keep branches separate as long as possible all the way back to the main 3.3V Boost supply.
Keep the PAG trace as wide as possible, with a minimum of 2 via for any layer changes.
6. place 8.2pF capacitor close to BT_VDDTF pin C42 to L14
7. place a .1uF bypass capacitor on BT_VDDO pins C29 to G8&N2
8. Place a 1000pF capacitor near BT_VDDPLL pin C69 to P14
9. Isolate BT_VDDC from the VDDC rail with a 600 OHM FB do not pace any bypass caps on these pins
10. It is VDD_2P5 in this schematic Also place this capacitor close to the chip and keep away from all noisy components keep the trace to FM VDD as short as possible
11. As on the previous review, please keep the VPP of 32KHz clock < 1.8V from FM RF perspective. VDDIO is rated from 1.8V to 3.3V as addressed on the datasheet. Check with this LPO vender for the spec.
12. Place .01uF bypass cap near FM_VDD VCO C11 to M10
13. Thanks for the change. Again, the routing and placement of C39 & C45 are very critical to the PA performance: C39 to PAG C45 to PAA
PAA needs 0.1uF, and PAG needs 1uF.
In terms of layout, PAA and PAG branches stay separate on all layers. Keep branches separate as long as possible all the way back to the main 3.3V main supply.
Keep the PAG trace as wide as possible, with a minimum of 2 via for any layer changes.
14. L10 should be placed close to the chip output A3 &A1. C22 could be placed close to A3 &A1 or L10.
15.Move C35 close to chip input pins in the layout.
16. VDDIO_RF needs to isolate from VDDIO_SD and VDDIO. Need to use VDD3_3 for VDDIO_RF, and use regulated vdd3_3_ext to power VDDIO_SD and VDDIO.
17. Move C35 close to chip input pins in the layout.
18.Remove C19 & C53. They won't be needed for most of the cases.

RF layout check list的更多相关文章
- Linux初接触设置笔记01
没事装Linux尝试一下,来来回回装无数次,把刚开始需要设置的东西自己收藏一下,针对Centos7 装完Centos默认会覆盖windows引导,所以首先要做的是恢复windows的引导,如果不恢复, ...
- java项目测试log4j
.literal { background-color: #f2f2f2; border: 1px solid #cccccc; padding: 1px 3px 0; white-space: no ...
- MTD中的nand驱动初步分析---面向u-boot
之前提到nand驱动的初始化分析,有一个结构体 struct mtd_info始终贯穿这些代码 再来分析一下这个结构体的基本功能,如何初始化,如何使用 一.分析过程 看看结构体的出现和使用方式 第一次 ...
- 自制ZigBee协议分析仪
关键词 ZigBee Sniffer 协议 分析仪 自制 CC2530 CC2531 在开发ZigBee / Bluetooth的过程,难免会要用到Sniffer工具,Packet Sni ...
- puppeteer(五)chrome启动参数列表API
List of Chromium Command Line Switches https://peter.sh/experiments/chromium-command-line-switches/ ...
- CEF 支持的命令行参数
参考:https://peter.sh/experiments/chromium-command-line-switches/ List of Chromium Command Line Switch ...
- 【转】非常实用的高频PCB电路设计70问
1.如何选择PCB 板材? 选择PCB 板材必须在满足设计需求和可量产性及成本中间取得平衡点.设计需求包含电气和机构这两部分.通常在设计非常高速的 PCB 板子(大于 GHz 的频率)时这材质问题会比 ...
- Kivy折腾笔记
最近想用Python开发APP,选择kivy,记录过程 首先是源码安装,各种蛋疼的报错放弃了.cython高版本有问题. python3 -m pip install cython==0.23 pyt ...
- 2019.3.22 Week 11 : ZigBee power test and field test
Test require Zigbee sample:EFR32MG13 (RF layout has ) Gateway N4010A : 2.5Ghz 1Power test 2Field te ...
随机推荐
- 使用rz,sz需要安装lrzsz
... tar zxvf lrzsz-1.12.20.tar.gz 4.进入目录 cd lrzsz-1.12.20 5../configure --prefix=/usr/local/lrzsz 6. ...
- python 将列表中的字符串转为数字
本文实例讲述了Python中列表元素转为数字的方法.分享给大家供大家参考,具体如下: 有一个数字字符的列表: numbers = ['1', '5', '10', '8'] 想要把每个元素转换为数字: ...
- ActivityGroup实现tab功能
android.app包中含有一个ActivityGroup类,该类是Activity的容器,可以包含多个嵌套进来的 Activitys,这篇文章就是借助ActivityGroup可以嵌套Activi ...
- windows下的mongodb安装(真垃圾)
一.下载 3.6下载安装会卡死.只能下3.4的.http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-v3.4-la ...
- java后台校验 hibernate validator
链接 : https://www.cnblogs.com/softidea/p/6044123.html
- export与export default exports与module.exports的用法
转载:http://blog.csdn.net/zhou_xiao_cheng/article/details/52759632 本文原创地址链接:http://blog.csdn.net/zhou_ ...
- 雷林鹏分享:Ruby 类案例
Ruby 类案例 下面将创建一个名为 Customer 的 Ruby 类,您将声明两个方法: display_details:该方法用于显示客户的详细信息. total_no_of_customers ...
- 20170228VBA提取邮件部分信息
Sub 获取OutLook收件箱主题和正文() On Error Resume Next Dim sht As Worksheet Dim olApp As Outlook.Application D ...
- codeforces 578b//"Or" Game// Codeforces Round #320 (Div. 1)
题意:n个数字,最多操作k次,每次乘x,要使结果数组的与值最大. 能推断出结果是对一个元素操作k次,并且这个元素的二进制最高位比较大.并不一定是取最大的,比如1100和1010,乘以一次2,两种选法分 ...
- Android出现declaration of org.apache.http.message.BasicLineFormatter appears in /system/framework/
这是由于使用了CloseableHttpClient造成的,把 CloseableHttpClient httpclient = HttpClients.createDefault(); Closea ...