<?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>FDS external spi flash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19906/fds-external-spi-flash</link><description>Can you FDS for an external spi flash device/chip?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 24 Aug 2019 18:17:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19906/fds-external-spi-flash" /><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/205979?ContentTypeID=1</link><pubDate>Sat, 24 Aug 2019 18:17:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f921bb1-ea23-49ca-affc-b257fe298c7f</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;This flash driver here is quite easy to use and works with almost all SPI Flash. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/blob/master/include/diskio_flash.h"&gt;https://github.com/IOsonata/IOsonata/blob/master/include/diskio_flash.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;usage example&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/blob/master/exemples/misc/flash_memory_demo.cpp"&gt;https://github.com/IOsonata/IOsonata/blob/master/exemples/misc/flash_memory_demo.cpp&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/205972?ContentTypeID=1</link><pubDate>Sat, 24 Aug 2019 08:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1652f0af-8963-4fb9-83d6-bb768ca0bcad</guid><dc:creator>kxct</dc:creator><description>&lt;p&gt;Fds must modify the fds module code to use external flash, because fds will directly read the internal flash data through the data pointer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/200817?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 17:24:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e77dc3ab-b7a9-449d-840d-c2396fa619d1</guid><dc:creator>Turnaev</dc:creator><description>&lt;p&gt;Ok. Very good! Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/200672?ContentTypeID=1</link><pubDate>Fri, 26 Jul 2019 07:56:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ef5d8f1-c03a-498c-9436-771fb65a6efa</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/sergey-t"&gt;Turnaev&lt;/a&gt;: The SoftDevice will only use its designated flash area for internal purposes, see&amp;nbsp;&lt;a title="SoftDevice memory usage" href="https://infocenter.nordicsemi.com/topic/sds_s132/SDS/s1xx/mem_usage/mem_usage.html?cp=3_4_2_0_13"&gt;SoftDevice memory usage&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/200607?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 18:59:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a9bdfad-2fe2-442c-867a-524ed1bfb617</guid><dc:creator>Turnaev</dc:creator><description>&lt;p&gt;Ok.&lt;/p&gt;
&lt;p&gt;If I replace&amp;nbsp;&lt;span&gt;fstorage&amp;nbsp;to my own functions working with spi flash, SoftDevice will use any sector of the flash for their internal purposes via&lt;/span&gt;&amp;nbsp;&lt;span&gt;NVMC except MBR?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/200594?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 15:45:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81fd1351-fbbe-4fc0-b8ce-42c89ad9c716</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/sergey-t"&gt;Turnaev&lt;/a&gt;: In the latest SDK the&amp;nbsp;&lt;a title="Experimental: Flash Storage" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_fstorage.html?cp=5_1_3_56"&gt;Experimental: Flash Storage&lt;/a&gt;&amp;nbsp;library ( which is the backend for FDS) only supports On-chip flash with two backends, either the SD API or through the NVMC directly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;FDS or fstorage is not used by the SoftDevice, it uses the NVMC directly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/200530?ContentTypeID=1</link><pubDate>Thu, 25 Jul 2019 12:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dde280d-996b-49aa-80ed-b7c8aec962f5</guid><dc:creator>Turnaev</dc:creator><description>&lt;p&gt;Two years have passed.&lt;/p&gt;
&lt;p&gt;Is it possible now to use an external flash instead of an internal one?&lt;/p&gt;
&lt;p&gt;I looked at the FDS source code and realized that this is generally possible, but it is not clear to me how it is used inside the softdevice. And I would not want to remake someone else&amp;#39;s library, losing the ability to upgrade to the new version in the future.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: FDS external spi flash</title><link>https://devzone.nordicsemi.com/thread/77460?ContentTypeID=1</link><pubDate>Wed, 22 Feb 2017 11:34:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:afce2b39-97af-4035-b023-52710a1c3cef</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Hi ypearson,&lt;/p&gt;
&lt;p&gt;I am afraid that FDS or fstorage, which is used by FDS, support external flash at the current moment. We&amp;#39;re looking into this and it will probably be added in a future release of the SDK.&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>