<?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[Simple webserver working on ESP32, not on Core2]]></title><description><![CDATA[<p dir="auto">I have a simple code that draw data from a csv file on a webpage.</p>
<p dir="auto">The server used is ESPasyncwebserver.</p>
<p dir="auto">Loading this code on ESP32 alone is working fine, but when loading on M5core2, it crash every time I try to load the webpage...</p>
<p dir="auto">Any idea where this problem comes from?</p>
<p dir="auto">Here is the watchdog error :</p>
<p dir="auto">ERROR: Too many messages queued<br />
46;2;97<br />
ERROR: Too many messages queued<br />
47;92;71<br />
ERROR: Too many messages queued<br />
48;3;45<br />
ERROR: Too many messages queued<br />
49;13;6<br />
E (15487) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:<br />
E (15487) task_wdt: - async_tcp (CPU 0/1)<br />
E (15487) task_wdt: Tasks currently running:<br />
E (15487) task_wdt: CPU 0: IDLE0<br />
E (15487) task_wdt: CPU 1: loopTask<br />
E (15487) task_wdt: Aborting.<br />
abort() was called at PC 0x40148a20 on core 0</p>
<p dir="auto">ELF file SHA256: 0000000000000000</p>
<p dir="auto">Backtrace: 0x400886dc:0x3ffbfa30 0x40088959:0x3ffbfa50 0x40148a20:0x3ffbfa70 0x40086e6d:0x3ffbfa90 0x4017aecf:0x3ffbc280 0x4014a31b:0x3ffbc2a0 0x4008b119:0x3ffbc2c0 0x4008996a:0x3ffbc2e0</p>
]]></description><link>https://community.m5stack.com/topic/3901/simple-webserver-working-on-esp32-not-on-core2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 10:02:43 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3901.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jan 2022 19:49:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Simple webserver working on ESP32, not on Core2 on Sun, 09 Jan 2022 12:48:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">No, the example server works fine. You are right, it was probably an issue with csv reading.</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.m5stack.com/post/16126</link><guid isPermaLink="true">https://community.m5stack.com/post/16126</guid><dc:creator><![CDATA[Leo05]]></dc:creator><pubDate>Sun, 09 Jan 2022 12:48:49 GMT</pubDate></item><item><title><![CDATA[Reply to Simple webserver working on ESP32, not on Core2 on Sat, 08 Jan 2022 07:52:09 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/leo05" aria-label="Profile: Leo05">@<bdi>Leo05</bdi></a></p>
<p dir="auto">does the <a href="https://github.com/me-no-dev/ESPAsyncWebServer/blob/master/examples/simple_server/simple_server.ino" target="_blank" rel="noopener noreferrer nofollow ugc">simple server example</a> also crash? If not, the issue probably is related to the csv file reading?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16112</link><guid isPermaLink="true">https://community.m5stack.com/post/16112</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 08 Jan 2022 07:52:09 GMT</pubDate></item></channel></rss>