<?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[Core 2 and COMMU]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I recently purchased an M5Stack Core 2.<br />
I want to use it with the Arduino IDE in its latest version (Windows 10) .</p>
<p dir="auto">I try to run example touch.ino while choosing board "M5Stack-Core-Esp32" or "M5Stack-Core2".</p>
<p dir="auto">if I add the COMMU extension (I need the CAN Bus) I get the following error message regardless of the card:</p>
<p dir="auto">Configuring flash size ...<br />
Warning: Could not auto-detect Flash size (FlashID = 0x0, SizeID = 0x0), defaulting to 4MB<br />
Compressed 8192 bytes to 47 ...<br />
Writing at 0x0000e000 ... (100%)<br />
Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.0 seconds (effective 21845.2 kbit / s) ...</p>
<p dir="auto">A fatal error occurred: Timed out waiting for packet header</p>
<p dir="auto">No solution found on internet.</p>
<p dir="auto">Thanks for your help.</p>
<p dir="auto">Didier</p>
]]></description><link>https://community.m5stack.com/topic/2616/core-2-and-commu</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 03:35:57 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2616.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 16 Dec 2020 09:35:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Core 2 and COMMU on Mon, 15 Aug 2022 01:50:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21186">@chriszang</a> and another update.<br />
So I am happily working on my CAN receiver sketch and just noticed that I forgot to press the button that grounds INT-output of the mc2515 but the upload still worked. Gave it another try (w/o pressing the button) and it's still working - weird.<br />
Then I swapped this COMMU module for my 2nd COMMU Module and here the upload doesn't work.<br />
My explanation is that the grounding of the mcp2515 INT-output basically created a short circuit in the transistor that controls this pin and eventually burned it out. Not a big problem for me as<br />
a) I am not using interrupts in my sketch<br />
b) I have a 2nd COMMU unit<br />
I just wanted to warn you guys that grounding the INT output has unintended consequences.</p>
]]></description><link>https://community.m5stack.com/post/18340</link><guid isPermaLink="true">https://community.m5stack.com/post/18340</guid><dc:creator><![CDATA[ChrisZang]]></dc:creator><pubDate>Mon, 15 Aug 2022 01:50:23 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sun, 14 Aug 2022 23:26:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21186">@chriszang</a> and one more thing that I just learned:<br />
The GPIO for the CS Pin for the mcp2515 is 27 (not 12 as the documentation says).<br />
If you want to initialize the mcp2515 in the COMMU do this:</p>
<p dir="auto">MCP2515 CAN0(27); // (mcp2515 library)<br />
or<br />
MCP_CAN CAN0(27);  // (mcp_can library)</p>
]]></description><link>https://community.m5stack.com/post/18338</link><guid isPermaLink="true">https://community.m5stack.com/post/18338</guid><dc:creator><![CDATA[ChrisZang]]></dc:creator><pubDate>Sun, 14 Aug 2022 23:26:56 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sun, 14 Aug 2022 07:08:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21186">@ChrisZang</a></p>
<p dir="auto">glad to hear you got it working.</p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/19278">@TLS</a> : thank you for figuring out the issue and letting us know.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18318</link><guid isPermaLink="true">https://community.m5stack.com/post/18318</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 14 Aug 2022 07:08:36 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 13 Aug 2022 23:08:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> Yes, thanks that was it :-)<br />
So basically you compile &amp; upload your sketch, you wait until the "...." appears, you press the button and then the upload works.<br />
Thanks again.</p>
]]></description><link>https://community.m5stack.com/post/18314</link><guid isPermaLink="true">https://community.m5stack.com/post/18314</guid><dc:creator><![CDATA[ChrisZang]]></dc:creator><pubDate>Sat, 13 Aug 2022 23:08:10 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 13 Aug 2022 20:56:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> Thanks, gotcha (at least I think I gotacha ;-). So if i scroll down further on your link to "MBUS PinMap" it would be the pin labeled "IISOUT" ?</p>
]]></description><link>https://community.m5stack.com/post/18312</link><guid isPermaLink="true">https://community.m5stack.com/post/18312</guid><dc:creator><![CDATA[ChrisZang]]></dc:creator><pubDate>Sat, 13 Aug 2022 20:56:36 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 13 Aug 2022 20:48:50 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21186">@ChrisZang</a></p>
<p dir="auto">no, not EN, but pin 15 on the M-Bus (which on M5Core2 is pin 2). Please also see the COMMU schematic <a href="https://docs.m5stack.com/en/module/commu" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>. Pin 15 is labelled CAN_INT.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/18311</link><guid isPermaLink="true">https://community.m5stack.com/post/18311</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 13 Aug 2022 20:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 13 Aug 2022 19:14:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/21186">@chriszang</a> quick update: I just gave it a try: I soldered a wire to the "EN" pin and grounded it for a moment as soon as the ....... started to show when upload starts.. Never got it to work, getting basically the same error message as before. Bummer.</p>
]]></description><link>https://community.m5stack.com/post/18310</link><guid isPermaLink="true">https://community.m5stack.com/post/18310</guid><dc:creator><![CDATA[ChrisZang]]></dc:creator><pubDate>Sat, 13 Aug 2022 19:14:42 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 13 Aug 2022 18:41:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/19278">@tls</a> thank you for that! I had the same problem and had a ticket open with the very nice but otherwise clueless M5 support team, who ended up sending me a 2nd COMMU module, which - of course - also didn't work.<br />
Just to be 100% sure that I understand what you write here:<br />
When you write "Pin 2 of the ESP is a strapping pin", that would be the "EN" or "RESET" pin, which is Pin 2 on some ESP32 DEV boards and Pin 15 on some others - correct? On the Core2 M-BUS it would be the Pin labeled "RST" or "EN" (3rd from the top in the right row).<br />
I'm assuming that the old trick with the 22 uF condensator between "EN" and GND wouldn't work here, because the MCP chip immediately pulls it high?</p>
]]></description><link>https://community.m5stack.com/post/18309</link><guid isPermaLink="true">https://community.m5stack.com/post/18309</guid><dc:creator><![CDATA[ChrisZang]]></dc:creator><pubDate>Sat, 13 Aug 2022 18:41:27 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Tue, 09 Aug 2022 06:04:46 GMT]]></title><description><![CDATA[<p dir="auto">Hi, about the problem not being able to upload a sketch when the commu is attached to the core2; I found the culprit: it's gpio2-pin (core2) to the M5-bus pin 15, which is the INT-output of the MCP2515-chip. Pin 2 of the ESP is a strapping pin which needs to be low when uploading a sketch, while the MCP-chip pulls it to high-level. A dirty fix is to wire-wrap the pin2 to a button that can ground the pin during sketch-upload.</p>
]]></description><link>https://community.m5stack.com/post/18254</link><guid isPermaLink="true">https://community.m5stack.com/post/18254</guid><dc:creator><![CDATA[TLS]]></dc:creator><pubDate>Tue, 09 Aug 2022 06:04:46 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Tue, 10 May 2022 21:07:59 GMT]]></title><description><![CDATA[<p dir="auto">I just acquired the Core 2 and COMMU unit.</p>
<p dir="auto">I need the CAN bus, but can't seem to get it to work.</p>
<p dir="auto">What pins did you find work for this device in order to access the CAN bus?</p>
<p dir="auto">Note, I also have the CAN I2C module that I am also trying to use, but can't get it to work either.</p>
]]></description><link>https://community.m5stack.com/post/17460</link><guid isPermaLink="true">https://community.m5stack.com/post/17460</guid><dc:creator><![CDATA[ray3]]></dc:creator><pubDate>Tue, 10 May 2022 21:07:59 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Tue, 19 Apr 2022 10:36:22 GMT]]></title><description><![CDATA[<p dir="auto">I encountered this same problem, the COMMU module works, but I cannot upload a sketch without detatching it first. I don't see the pin conflict with the core-2. Anyone found a solution? I'm not using the uart, only the CAN(SPI) and RS485 (Serial2).</p>
]]></description><link>https://community.m5stack.com/post/17215</link><guid isPermaLink="true">https://community.m5stack.com/post/17215</guid><dc:creator><![CDATA[TLS]]></dc:creator><pubDate>Tue, 19 Apr 2022 10:36:22 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Wed, 02 Feb 2022 10:46:37 GMT]]></title><description><![CDATA[<p dir="auto">And how do you fix that you can not burn/flash the Core2 when the COMMU is installed?<br />
I have the same Problem. Can not flash Core2 when Commu is connected.<br />
Commu works at my Core, Fire and Core2.<br />
Flash works when Commu is installed at Core and Fire, but NOT on Core2. There i must remove COMMU to flash!!!</p>
]]></description><link>https://community.m5stack.com/post/16478</link><guid isPermaLink="true">https://community.m5stack.com/post/16478</guid><dc:creator><![CDATA[mikeljo]]></dc:creator><pubDate>Wed, 02 Feb 2022 10:46:37 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 08 Jan 2022 23:44:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> appreciate the quick response and link - will have to wrap my head around the specific info to the Core2 configuration.  I'll try my best to decipher it but don't be surprised if I come back with my tail between my legs and a few questions ;-).<br />
Thanks,<br />
Manfred</p>
]]></description><link>https://community.m5stack.com/post/16120</link><guid isPermaLink="true">https://community.m5stack.com/post/16120</guid><dc:creator><![CDATA[Camier]]></dc:creator><pubDate>Sat, 08 Jan 2022 23:44:26 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 07 Jan 2022 18:38:47 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/15747">@Camier</a></p>
<p dir="auto">the GPIO information regarding M5Core2 UART2 is correct <a href="https://docs.m5stack.com/en/core/core2" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> - check section <em>M5Core2 M-BUS Schematic diagram</em> and Section <em>M5Core2 BUS(compared to M5Stack)</em>. M5Stack even has linked my comparison sheet. Yay!</p>
<p dir="auto"><s>Where exactly did you find the incorrect information?</s> Never mind - found it. The GPIO list in the Espressif document you mentioned shows each pin and its possible (default) functionality. Luckily though ESP32 has a GPIO Matrix which allows to reassign almost any pin to any function. Unfortunately GPIO16 / GPIO17 are required for PSRAM and therefore M5Stack was forced to assign two other GPIOs for UART2.</p>
<p dir="auto">BTW: GPIO7, GPIO8, GPIO9, GPIO10, GPIO16, GPIO17 are used for PSRAM.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16108</link><guid isPermaLink="true">https://community.m5stack.com/post/16108</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 07 Jan 2022 18:38:47 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 07 Jan 2022 17:33:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> - UART2 has moved, really?   the "current" espressif module data sheet in the download section of the current M5 Stack (Core 2) products still indicate GPIO 16 &amp; 17.  I feel a rabbit hole in the making....</p>
<p dir="auto">In general, I would like at least 2 UART Rx channels.  The M5 Stack comes with 3x UARTS according to the spec sheet.</p>
<p dir="auto">From another internet source on the subject of UART and ESP32, I found the following:</p>
<ul>
<li>U0UXD is used to communicate with the ESP32 for programming and during reset/boot.</li>
<li>U1UXD is unused and can be used for your projects. Some boards use this port for SPI Flash access though</li>
<li>U2UXD is unused and can be used for your projects.</li>
</ul>
<p dir="auto">So, I thought, easy-peasy....I can count on being able to use  UART1 and 2 - the M5 Stack (Core2) should be able to manage this, correct?<br />
(I don't plan attaching any GPS-Module, etc, so....2x UARTs should be the minimum available)</p>
<p dir="auto">But your having mentioned that the pin layout is different makes we question how reliable the M5 documentation really is (?).</p>
<p dir="auto">Appreciate any feedback...also bookmarked your pinning page, thanks.</p>
]]></description><link>https://community.m5stack.com/post/16106</link><guid isPermaLink="true">https://community.m5stack.com/post/16106</guid><dc:creator><![CDATA[Camier]]></dc:creator><pubDate>Fri, 07 Jan 2022 17:33:44 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Sat, 19 Dec 2020 08:20:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/11283">Core 2 and COMMU</a>:</p>
<blockquote>
<p dir="auto">I agree, it can be a bit frustrating at times but on the bright side you will probably learn some new skills, like reading and understanding schematics.<br />
I am positive you'll figure it out.</p>
</blockquote>
<p dir="auto">Of course, I have been playing with Arduino and ESP8266 / 32 for 3 years and several years ago with the PIC16 ... and all my pleasure is to learn and to discover.<br />
I have already read many schematics and created myself some PCBs for my project.<br />
Thank you Felix</p>
]]></description><link>https://community.m5stack.com/post/11286</link><guid isPermaLink="true">https://community.m5stack.com/post/11286</guid><dc:creator><![CDATA[Benjo51]]></dc:creator><pubDate>Sat, 19 Dec 2020 08:20:24 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 18:17:38 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5515">@Benjo51</a></p>
<p dir="auto">from my experience in general M5Stack devices and modules are simply stackable without any issues but over time some GPIOs needed to be rearranged in later products to accommodate for newer functions etc. which can cause issues like you most likely are encountering right now.</p>
<p dir="auto">Most modules have been created for M5Stack devices (Gray, Fire etc.) and while they still can be used with the newer M5Core2 device some of them might require some modifications (hardware or software).</p>
<p dir="auto">I agree, it can be a bit frustrating at times but on the bright side you will probably learn some new skills, like reading and understanding schematics.</p>
<p dir="auto">I am positive you'll figure it out.</p>
<p dir="auto">Cheers<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11283</link><guid isPermaLink="true">https://community.m5stack.com/post/11283</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 18 Dec 2020 18:17:38 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 17:41:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a></p>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/11281">Core 2 and COMMU</a>:</p>
<blockquote>
<p dir="auto">just to be clear. You are able to flash your M5Core2 as long as the COMMU module is not connected (stacked) to it, correct?</p>
</blockquote>
<p dir="auto">Yes that's right.</p>
<p dir="auto">About  COMMU jumpers it's not very easy to find information about it. Not easy also to find them on the board whithout a good magnifying glass. I found a picture on the net more easy to read.<br />
And when I bought the COMMU, I didn't think I had to understand the schematic. I thought it was more plug &amp; play as the presentation suggests.<br />
Anyway thank you very much for your help. I will persevere.<br />
Didier</p>
]]></description><link>https://community.m5stack.com/post/11282</link><guid isPermaLink="true">https://community.m5stack.com/post/11282</guid><dc:creator><![CDATA[Benjo51]]></dc:creator><pubDate>Fri, 18 Dec 2020 17:41:28 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 15:52:18 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5515">@Benjo51</a></p>
<p dir="auto">just to be clear. You are able to flash your M5Core2 as long as the COMMU module is not connected (stacked) to it, correct?</p>
<p dir="auto">It looks like when the COMMU module is connected (stacked) it blocks / uses the default UART pins which then prevent the download.</p>
<p dir="auto">Have you verified the COMMU jumpers J6, J7, J9 and J10 are set correctly to use UART2? (The default UART is required for the firmware download.)</p>
<p dir="auto">Please note that compared to M5Stack (Gray, Fire, etc.) in M5Core2 <a href="https://www.gwendesign.ch/kb/m5stack/m5core2/#m5core2-bus-and-gpios-compared-to-m5stack" target="_blank" rel="noopener noreferrer nofollow ugc">UART2 pins have changed from GPIO16/GPIO17 to GPIO13/GPIO14</a> so you might need to adapt your code accordingly.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/11281</link><guid isPermaLink="true">https://community.m5stack.com/post/11281</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 18 Dec 2020 15:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 14:44:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@zontex</a> Without COMMU of course no error but with COMMU I have this one</p>
<p dir="auto">Start Burn</p>
<p dir="auto">--chip esp32 --port COM3 --baud 921600 --before default_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x1000 D:\F - Locoduino\M5Stack\M5Burner\packages\fw\core\UIFlow_Core2-v1.7.0-core2.bin</p>
<p dir="auto"><a href="http://esptool.py" target="_blank" rel="noopener noreferrer nofollow ugc">esptool.py</a> v2.5.0<br />
Serial port COM3<br />
Connecting...<br />
.</p>
<p dir="auto">Chip is ESP32D0WDQ6 (revision 1)<br />
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse<br />
MAC: 84:cc:a8:60:ed:ac<br />
Uploading stub...<br />
Running stub...<br />
Stub running...<br />
Changing baud rate to 921600<br />
Changed.<br />
Configuring flash size...<br />
Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB</p>
<p dir="auto">A fatal error occurred: File D:\F - Locoduino\M5Stack\M5Burner\packages\fw\core\UIFlow_Core2-v1.7.0-core2.bin (length 8376320) at offset 4096 will not fit in 4194304 bytes of flash. Use --flash-size argument, or change flashing address.</p>
<p dir="auto">Burn Failed</p>
]]></description><link>https://community.m5stack.com/post/11279</link><guid isPermaLink="true">https://community.m5stack.com/post/11279</guid><dc:creator><![CDATA[Benjo51]]></dc:creator><pubDate>Fri, 18 Dec 2020 14:44:50 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 10:16:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/5515">@benjo51</a> Could you please try to use M5Burner to burn the UIFlow firmware and see if you get the same error?</p>
]]></description><link>https://community.m5stack.com/post/11277</link><guid isPermaLink="true">https://community.m5stack.com/post/11277</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Fri, 18 Dec 2020 10:16:10 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 09:57:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4974">@zontex</a> Hello,</p>
<p dir="auto">I try with the USB cable delivered with Core 2 or one of mine, nothing change.<br />
Didier</p>
]]></description><link>https://community.m5stack.com/post/11276</link><guid isPermaLink="true">https://community.m5stack.com/post/11276</guid><dc:creator><![CDATA[Benjo51]]></dc:creator><pubDate>Fri, 18 Dec 2020 09:57:28 GMT</pubDate></item><item><title><![CDATA[Reply to Core 2 and COMMU on Fri, 18 Dec 2020 06:58:33 GMT]]></title><description><![CDATA[<p dir="auto">Hello, could you try to change the USB cable to different one and try to write the program again?</p>
]]></description><link>https://community.m5stack.com/post/11273</link><guid isPermaLink="true">https://community.m5stack.com/post/11273</guid><dc:creator><![CDATA[Zontex]]></dc:creator><pubDate>Fri, 18 Dec 2020 06:58:33 GMT</pubDate></item></channel></rss>