<?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[CoreS3 with USB Module v1.2]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I have configured the dip switches on the module for use with the CoreS3 but I’m having problems. Could somebody please confirm how the dip switches should be set, I think I may have set them incorrectly. Thanks in advance :)</p>
]]></description><link>https://community.m5stack.com/topic/6847/cores3-with-usb-module-v1-2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 17:00:27 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6847.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Sep 2024 08:52:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CoreS3 with USB Module v1.2 on Mon, 30 Sep 2024 16:01:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/felmue" aria-label="Profile: felmue">@<bdi>felmue</bdi></a></p>
<p dir="auto">Thank you so much for your help, I’ll give it a try and report back :)</p>
]]></description><link>https://community.m5stack.com/post/26553</link><guid isPermaLink="true">https://community.m5stack.com/post/26553</guid><dc:creator><![CDATA[jaysom]]></dc:creator><pubDate>Mon, 30 Sep 2024 16:01:53 GMT</pubDate></item><item><title><![CDATA[Reply to CoreS3 with USB Module v1.2 on Mon, 30 Sep 2024 09:42:36 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/jaysom" aria-label="Profile: jaysom">@<bdi>jaysom</bdi></a></p>
<p dir="auto">looking into the examples <a href="https://github.com/m5stack/M5-Max3421E-USBShield/blob/master/examples/M5USBMouse/M5USBMouse.ino#L14C1-L14C47" target="_blank" rel="noopener noreferrer nofollow ugc">here</a> I understand that the following line sets the GPIOs for an M5Core:</p>
<pre><code>M5_USBH_Host USBHost(&amp;SPI, 18, 23, 19, 5, 35);
</code></pre>
<p dir="auto">That means you would set the SS dip switch for GPIO 5 to <strong>on</strong> (and for GPIO 0 and 13 to off). For the INT dip switch you set GPIO 35 to <strong>on</strong> (and GPIO 34 to off).</p>
<p dir="auto">Now with the same dip switch settings but using an M5CoreS3 you would change the above line to:</p>
<pre><code>M5_USBH_Host USBHost(&amp;SPI, 36, 37, 35, 1, 10);
</code></pre>
<p dir="auto">Note: I don't have the USB Module v1.2 so I can't test this myself.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/26549</link><guid isPermaLink="true">https://community.m5stack.com/post/26549</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Mon, 30 Sep 2024 09:42:36 GMT</pubDate></item></channel></rss>