<?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[⚠️ M5Stack Core2 v1.3 -  Ouroboros-like power loop -]]></title><description><![CDATA[<p dir="auto">Hi all, I’m investigating a power management issue on the M5Stack Core2 (AXP192 + external SY7088 boost) and I’m looking for confirmation or a proper solution.</p>
<p dir="auto">🔧 System Architecture (as implemented)<br />
From schematic analysis and testing:</p>
<p dir="auto">AXP192 IPSOUT powers the system and the boost converter</p>
<pre><code>// VBUS ALWAYS INPUT ENABLED  
 writeAxpReg(0x30, 0x80);
</code></pre>
<p dir="auto">SY7088 generates 5V (when EXTEN = 1)<br />
SY7088 output is directly connected to VBUS<br />
VBUS is also connected back into the AXP192 as an input<br />
ACIN is the real USB 5V input</p>
<p dir="auto">So effectively:<br />
BAT → IPSOUT → SY7088 → VBUS → AXP192 → IPSOUT</p>
<p dir="auto">❗ Observed Problem<br />
When running on battery:</p>
<p dir="auto">-Enable 5V output (EXTEN = 1)<br />
-Disconnect USB cable<br />
-Immediately, battery current jumps to ~450 mA<br />
-System enters a self-sustained power loop</p>
<p dir="auto">🔍 Key Observations<br />
EXTEN is correctly set (verified via register dumps, Reg 0x12 bit 6)<br />
VBUS input is permanently enabled (Reg 0x30 = 0x80)<br />
Boost converter behaves normally<br />
Loop appears only when USB is disconnected</p>
<p dir="auto">💡 Root Cause<br />
SY7088 output is physically tied to VBUS<br />
AXP192 does not fully isolate VBUS internally<br />
The supposed N_VBUSEN mechanism does NOT break the electrical path</p>
<p dir="auto">🔥 As a result:<br />
BAT → boost → VBUS → AXP internal path → IPSOUT → boost...</p>
<p dir="auto">This leads to:<br />
continuous energy circulation<br />
high battery drain (~400 mA)<br />
no stable operating point</p>
<p dir="auto">❓ Question to the community<br />
Has anyone:</p>
<blockquote>
<ul>
<li>Observed this behavior on Core2 or similar AXP192 designs?</li>
<li><strong>Found a way to safely use 5V boost to power external accssories from battery without loop?</strong></li>
</ul>
</blockquote>
<p dir="auto">Thank you,<br />
Cheers,<br />
Adrian YO3HJV</p>
]]></description><link>https://community.m5stack.com/topic/8254/m5stack-core2-v1.3-ouroboros-like-power-loop</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 20:08:09 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/8254.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jun 2026 20:09:28 GMT</pubDate><ttl>60</ttl></channel></rss>