<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fat FS on Xiao BLE (nRF52840) based board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111366/fat-fs-on-xiao-ble-nrf52840-based-board</link><description>Good day! I want to use Fat FS to connect to a micro SD Card on the Xiao BLE board. Is it possible to configure the board without the help of the expansion module? The main problem I see is configuring the &amp;amp;flash0 partition. From what I have read, I need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 May 2024 12:21:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111366/fat-fs-on-xiao-ble-nrf52840-based-board" /><item><title>RE: Fat FS on Xiao BLE (nRF52840) based board</title><link>https://devzone.nordicsemi.com/thread/485108?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 12:21:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9209cef6-f56c-4ff2-80e7-7671ff9fd224</guid><dc:creator>Qwelectric</dc:creator><description>&lt;p&gt;Ohhh is that so. So I just need to set the CS pin and it should be able to detect the SD Card? Of course assuming I already have a code in the main.c. Thank you for you fast response!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fat FS on Xiao BLE (nRF52840) based board</title><link>https://devzone.nordicsemi.com/thread/485102?ContentTypeID=1</link><pubDate>Tue, 21 May 2024 12:14:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70b6fc4e-e8a3-43fc-b9a9-47d677df0489</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The sd card won&amp;#39;t be mapped to the addressable space in flash, thus you also don&amp;#39;t assign a partition in DT.&lt;/p&gt;
&lt;p&gt;One example for the NRF53x using P1.12 as the CS signal:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;spi4 {
	status = &amp;quot;okay&amp;quot;;
	cs-gpios = &amp;lt; &amp;amp;gpio1 12 GPIO_ACTIVE_LOW &amp;gt;;
	sdhc-spi-slot@0 {
		compatible = &amp;quot;zephyr,sdhc-spi-slot&amp;quot;;
		reg = &amp;lt;0x0 &amp;gt;;
		spi-max-frequency = &amp;lt;16000000&amp;gt;;
		status = &amp;quot;okay&amp;quot;;
		mmc {
			compatible = &amp;quot;zephyr,sdmmc-disk&amp;quot;;
			status = &amp;quot;okay&amp;quot;;
		};	
	};
};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>