<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FR2012B 休眠电流只有在3.6V供电才正常的问题]]></title><description><![CDATA[<p>测试demo使用的是ble_simple_peripheral这个工程，修改蓝牙广播间隔为1S，打开休眠，FR2012B Pin3[VBAT]供电电压调整为3.6V，待机电流在40uA左右，把3脚供电电压调整到3.3V，待机平均电流增加到270uA。复测只有当电压接近3.6V时，平均电流才会再次降到40多uA左右。测试电路跟官方原理图一致，PA0接10K电阻上拉到VDDIO。其他GPIO全部没有外接原件。我们产品实际是3.3V供电的，所以需要使用3.3V供电待机电流正常的设置才行。</p>
]]></description><link>http://www.freqchip.net:4567/topic/1466/fr2012b-休眠电流只有在3-6v供电才正常的问题</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 20:39:08 GMT</lastBuildDate><atom:link href="http://www.freqchip.net:4567/topic/1466.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Sep 2025 12:25:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FR2012B 休眠电流只有在3.6V供电才正常的问题 on Invalid Date]]></title><description><![CDATA[<p>测试demo使用的是ble_simple_peripheral这个工程，修改蓝牙广播间隔为1S，打开休眠，FR2012B Pin3[VBAT]供电电压调整为3.6V，待机电流在40uA左右，把3脚供电电压调整到3.3V，待机平均电流增加到270uA。复测只有当电压接近3.6V时，平均电流才会再次降到40多uA左右。测试电路跟官方原理图一致，PA0接10K电阻上拉到VDDIO。其他GPIO全部没有外接原件。我们产品实际是3.3V供电的，所以需要使用3.3V供电待机电流正常的设置才行。</p>
]]></description><link>http://www.freqchip.net:4567/post/3400</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/3400</guid><dc:creator><![CDATA[liu1028tao]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to FR2012B 休眠电流只有在3.6V供电才正常的问题 on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://www.freqchip.net:4567/uid/578">@liu1028tao</a> <a href="http://www.freqchip.net:4567/topic/1176/fr8003a-%E5%BC%80%E5%8F%91%E6%9D%BF-%E4%BD%8E%E5%8A%9F%E8%80%97%E8%BF%98%E6%9C%89300ua%E6%BC%8F%E7%94%B5%E6%B5%81">http://www.freqchip.net:4567/topic/1176/fr8003a-开发板-低功耗还有300ua漏电流</a>  参考下这个</p>
]]></description><link>http://www.freqchip.net:4567/post/3401</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/3401</guid><dc:creator><![CDATA[felix.yang]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to FR2012B 休眠电流只有在3.6V供电才正常的问题 on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://www.freqchip.net:4567/uid/1653">@felix-yang</a> 这个帖子我看了，但是不太明白。<br />
在pmu_sub_init(void)这个函数，设置的是PMU_ALDO_3_3V，我尝试修改为PMU_ALDO_3_1V，没有改善。我想确认下这个值是要小于VBAT电压才行吗？  2.设置为bypass模式是需要改硬件吗？ 哪份文档有相关说明？</p>
]]></description><link>http://www.freqchip.net:4567/post/3402</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/3402</guid><dc:creator><![CDATA[liu1028tao]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to FR2012B 休眠电流只有在3.6V供电才正常的问题 on Invalid Date]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="http://www.freqchip.net:4567/uid/578">@liu1028tao</a> 在 <a href="/post/3402">FR2012B 休眠电流只有在3.6V供电才正常的问题</a> 中说：</p>
<blockquote>
<p>是PMU_ALDO_3_3V，我尝试修改为PMU_ALDO_3_1V，没有改善。我想确</p>
</blockquote>
<p><strong>attribute</strong>((section(&quot;ram_code&quot;))) void pmu_ioldo_bypass(bool on)<br />
{<br />
if(on) {<br />
ool_write(PMU_REG_IOLDO_CFG_1, ool_read(PMU_REG_IOLDO_CFG_1) | 0x20);<br />
}<br />
else {<br />
ool_write(PMU_REG_IOLDO_CFG_1, ool_read(PMU_REG_IOLDO_CFG_1) &amp; ~0x20);<br />
}<br />
}用这个函数，开启bypass模式，这样IOLDO就会一直等于VBAT电压了，你那个问题主要是当VBAT电压小于IOLDO就会产生一个比较大的漏电流，打开bypass模式就好</p>
]]></description><link>http://www.freqchip.net:4567/post/3403</link><guid isPermaLink="true">http://www.freqchip.net:4567/post/3403</guid><dc:creator><![CDATA[felix.yang]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>