<?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>Using ExFAT micro SD card</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50308/using-exfat-micro-sd-card</link><description>I am using the nRF52832 chip with an SDI connected microSD device. I am able to communicate with the microSD card formatted as FAT32, store data, read data all with the FATFS software in the DSK15.3.0 SDK without error. I want to be able to use a larger</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 27 Jul 2019 15:15:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50308/using-exfat-micro-sd-card" /><item><title>RE: Using ExFAT micro SD card</title><link>https://devzone.nordicsemi.com/thread/200842?ContentTypeID=1</link><pubDate>Sat, 27 Jul 2019 15:15:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d67377f-f64e-4c38-ba47-ec8fccb8f6d1</guid><dc:creator>wade smith</dc:creator><description>&lt;p&gt;Many thanks! &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using ExFAT micro SD card</title><link>https://devzone.nordicsemi.com/thread/200836?ContentTypeID=1</link><pubDate>Sat, 27 Jul 2019 10:33:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ee39a24-43c3-4091-b344-9e1a2cce948a</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;Check ff_conf.h:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define _FS_EXFAT	0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;ExFat is disabled by defaut, probably because it is still patented and would increase code size.&lt;/p&gt;
&lt;p&gt;And since the SPI is 8MHz maximum, I don&amp;#39;t see why one would need more than 32GB of space.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>