<?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[Newest M5Stack with 4MB psRAM]]></title><description><![CDATA[<p dir="auto">When I compile in Arduino 1.85, say the Factory Test, for the M5Stack with the latest repo and esp-idf, the output shows:</p>
<pre><code>Sketch uses 694574 bytes (52%) of program storage space. Maximum is 1310720 bytes.
Global variables use 43732 bytes (14%) of dynamic memory, leaving 251180 bytes for local variables. Maximum is 294912 bytes.
</code></pre>
<p dir="auto">Where does the 4MB psram come in?  Does it need to be enabled or specified somewhere?</p>
]]></description><link>https://community.m5stack.com/topic/90/newest-m5stack-with-4mb-psram</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 11:12:12 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/90.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 09 Feb 2018 18:19:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newest M5Stack with 4MB psRAM on Tue, 13 Feb 2018 21:36:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/174">@pkourany</a> Hi, You don't need to enable the PSRAM to run standard sketches in the Arduino IDE.</p>
<p dir="auto">The Arduino IDE does not act on a low enough level for it to write directly to the PSRAM... you have to use something else like the ESP Flash Download Tool, which is used for example when you load Micro Python onto the M5Stack. Or the ESP-IDF  compiler / flashing program....</p>
<p dir="auto">Both are discussed here:<br />
<a href="http://iot-bits.com/esp32/esp32-flash-download-tool-tutorial/" target="_blank" rel="noopener noreferrer nofollow ugc">http://iot-bits.com/esp32/esp32-flash-download-tool-tutorial/</a></p>
<p dir="auto">The ESP Flash Download Tool is easier to setup and use than the ESP-IDF  compiler / flashing program.</p>
]]></description><link>https://community.m5stack.com/post/370</link><guid isPermaLink="true">https://community.m5stack.com/post/370</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Tue, 13 Feb 2018 21:36:12 GMT</pubDate></item></channel></rss>