<?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>SDK Block devices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42302/sdk-block-devices</link><description>I am looking into interfacing a SD card to the nRF52840. I have used the FatFS example and that is working ok with SPI. Then I have looked at the QSPI example and that also works, but it doesn&amp;#39;t use FatFS. 
 I then see that FatFS uses a &amp;#39;Block Device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Jan 2019 09:24:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42302/sdk-block-devices" /><item><title>RE: SDK Block devices</title><link>https://devzone.nordicsemi.com/thread/165674?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 09:24:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f904462-2c1d-4ed7-9eb7-b6348beaaf58</guid><dc:creator>Pawel Zadrozniak</dc:creator><description>&lt;p&gt;Block device is a universal abstraction for storage devices operating on data blocks.&lt;br /&gt;If FATFS port uses block device API then you can instantiate nrf_block_dev_qspi instead of nrf_block_dev_sdc and use the filesystem on QSPI flash.&lt;/p&gt;
&lt;p&gt;Take a look at usbd_msc example. QSPI block device is used there, as fas as I recall.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/group__nrf__block__dev"&gt;www.nordicsemi.com/.../group__nrf__block__dev&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>