<?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>Unable to get FatFs example working nRF52840 SDK14.2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27672/unable-to-get-fatfs-example-working-nrf52840-sdk14-2</link><description>I am unable to get the FatFs example working for my nRF52840 dev kit board using the latest SDK14.2. I have determined this is related to the type of SD Card that is inserted. Only 1 out of the 4 I have work... 
 SanDisk 2GB formatted Fat16 - Doesn&amp;#39;t</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 17 Mar 2018 16:43:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27672/unable-to-get-fatfs-example-working-nrf52840-sdk14-2" /><item><title>RE: Unable to get FatFs example working nRF52840 SDK14.2</title><link>https://devzone.nordicsemi.com/thread/124866?ContentTypeID=1</link><pubDate>Sat, 17 Mar 2018 16:43:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91117563-c057-4fb4-bed1-aee9c00999f6</guid><dc:creator>SRose</dc:creator><description>&lt;p&gt;Correct, my card slot also required a pull up.&amp;nbsp; I had to switch from SDKv14.0 to 14.2 to fix this.&amp;nbsp; Yes, but there is a type-o in the header.&amp;nbsp; The value should be 2, not 3. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to get FatFs example working nRF52840 SDK14.2</title><link>https://devzone.nordicsemi.com/thread/124634?ContentTypeID=1</link><pubDate>Thu, 15 Mar 2018 16:13:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3967c18-3ece-49f2-9665-411545265c6e</guid><dc:creator>slayer49</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I had the same issue.&amp;nbsp; &amp;nbsp;My card required a pullup on MISO pin in order to get the example working.&lt;/p&gt;
&lt;p&gt;Check sdk_config.h for this section:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;// &amp;lt;o&amp;gt; NRF_SPI_DRV_MISO_PULLUP_CFG  - MISO PIN pull-up configuration.
 
// &amp;lt;0=&amp;gt; NRF_GPIO_PIN_NOPULL 
// &amp;lt;1=&amp;gt; NRF_GPIO_PIN_PULLDOWN 
// &amp;lt;3=&amp;gt; NRF_GPIO_PIN_PULLUP 

#ifndef NRF_SPI_DRV_MISO_PULLUP_CFG
#define NRF_SPI_DRV_MISO_PULLUP_CFG 3
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>