<?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[MicroPython on M5Stamp-C3]]></title><description><![CDATA[<p dir="auto">No idea why the ESP32-C3 needed to be written starting at 0x0, rather than 0x1000, but sure enough it did. I couldn't figure out why nothing could seem to be written successfully to my STAMP-C3, but basically nothing was working. Now, thanks to a blog post I found, it's successfully running the generic ESP32-C3 MicroPython binary.</p>
<p dir="auto">Successful <a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> commands:</p>
<blockquote>
<p dir="auto"><a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> -p COMx -b 1500000 --before default_reset erase_flash<br />
<a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> -p COMx -b 1500000 --before default_reset write_flash -z 0x0 esp32c3-20210902-v1.17.bin</p>
</blockquote>
<p dir="auto">Result on REPL:</p>
<blockquote>
<p dir="auto">ESP-ROM:esp32c3-api1-20210207<br />
Build:Feb 7 2021<br />
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)<br />
SPIWP:0xee<br />
mode:DIO, clock div:1<br />
load:0x3fcd6100,len:0x121c<br />
load:0x403ce000,len:0x744<br />
load:0x403d0000,len:0x26c4<br />
entry 0x403ce000<br />
MicroPython v1.17 on 2021-09-02; ESP32C3 module with ESP32C3<br />
Type "help()" for more information.</p>
</blockquote>
]]></description><link>https://community.m5stack.com/topic/3733/micropython-on-m5stamp-c3</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 09:55:55 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3733.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Nov 2021 04:57:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MicroPython on M5Stamp-C3 on Tue, 01 Feb 2022 19:49:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/12830">@mlindholm</a> would you share the link to that blog post?. Thanks.</p>
]]></description><link>https://community.m5stack.com/post/16468</link><guid isPermaLink="true">https://community.m5stack.com/post/16468</guid><dc:creator><![CDATA[benalb]]></dc:creator><pubDate>Tue, 01 Feb 2022 19:49:06 GMT</pubDate></item><item><title><![CDATA[Reply to MicroPython on M5Stamp-C3 on Fri, 12 Nov 2021 10:24:23 GMT]]></title><description><![CDATA[<p dir="auto">The difference is because the C3 uses a RISC V core and not an esp32 core.</p>
]]></description><link>https://community.m5stack.com/post/15448</link><guid isPermaLink="true">https://community.m5stack.com/post/15448</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 12 Nov 2021 10:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to MicroPython on M5Stamp-C3 on Fri, 12 Nov 2021 07:11:55 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/12830">@mlindholm</a></p>
<p dir="auto">thank you for sharing. The bootloader address is different between ESP32 and ESP32c3.</p>
<ul>
<li>ESP32: <em>Bootloader is located at the address 0x1000 in the flash.</em> See <a href="https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/bootloader.html" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</li>
<li>ESP32c3: <em>Bootloader is located at the address 0x0 in the flash.</em> See <a href="https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/bootloader.html" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</li>
</ul>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15446</link><guid isPermaLink="true">https://community.m5stack.com/post/15446</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 12 Nov 2021 07:11:55 GMT</pubDate></item></channel></rss>