<?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>nRF52832 SD Card with nRFConnect SDK v1.9.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90488/nrf52832-sd-card-with-nrfconnect-sdk-v1-9-1</link><description>Hello, I am trying to save data on an microSD card using SPI1. I am following the firmware in this discussion Working NRF9160 SD Card Example on SDK 1.9.0 . In addition I have another peripheral on SPI0 bus which is working correctly. Disk initialization</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Aug 2022 08:21:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90488/nrf52832-sd-card-with-nrfconnect-sdk-v1-9-1" /><item><title>RE: nRF52832 SD Card with nRFConnect SDK v1.9.1</title><link>https://devzone.nordicsemi.com/thread/380303?ContentTypeID=1</link><pubDate>Fri, 05 Aug 2022 08:21:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:add14a52-05ee-43c6-af10-b0e8ed156bde</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thank you for sharing your solution. I am glad that it worked out well for you.&lt;br /&gt;&lt;br /&gt;There is just one small question regarding your device tree &amp;amp;spi1. It seems to be the same as the original one. Which change was required?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 SD Card with nRFConnect SDK v1.9.1</title><link>https://devzone.nordicsemi.com/thread/379970?ContentTypeID=1</link><pubDate>Wed, 03 Aug 2022 15:16:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e83c9f67-73f8-48ba-b8b9-8fb6d46cc8d3</guid><dc:creator>Kerem</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have found the problem, first, changed the device tree to&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;spi1 {
	compatible = &amp;quot;nordic,nrf-spi&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	sck-pin = &amp;lt;19&amp;gt;;
	mosi-pin = &amp;lt;24&amp;gt;;
	miso-pin = &amp;lt;22&amp;gt;;
	miso-pull-up;

	cs-gpios = &amp;lt;&amp;amp;gpio0 23 GPIO_ACTIVE_LOW&amp;gt;;

	sdhc0: sdhc@0 {
			compatible = &amp;quot;zephyr,mmc-spi-slot&amp;quot;;
			reg = &amp;lt;0x0&amp;gt;;
			status = &amp;quot;okay&amp;quot;;
			label = &amp;quot;SDHC0&amp;quot;;
			spi-max-frequency = &amp;lt;24000000&amp;gt;;
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And the supply voltage of the SD Card module to 5V. Appearently, the modules having AMS1117-3.3 LDO&amp;#39;s (or similar) may not work with 3.3Volt supply instead of 5V due to voltage dropout. These modules also houses a data buffer which is not the issue where the dropped out voltage is actually sufficent to run the buffer IC. I think the SDCard might be the issue here when using lower voltages.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 SD Card with nRFConnect SDK v1.9.1</title><link>https://devzone.nordicsemi.com/thread/379302?ContentTypeID=1</link><pubDate>Fri, 29 Jul 2022 11:34:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3beeda0-ccbc-401b-9e38-13a7a2cbdf34</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Is there anything else connected to SPI1 bus?&lt;br /&gt;&lt;br /&gt;Have you tried removing another peripheral from SPI0 and connecting SD card to SPI0?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>