<?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>How to adjust the recording space of nrf52832 FDS module？</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63981/how-to-adjust-the-recording-space-of-nrf52832-fds-module</link><description>My project needs to store 10000+ different records, 25 bytes per record. How to configure FDS module space？</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 Jul 2020 10:47:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63981/how-to-adjust-the-recording-space-of-nrf52832-fds-module" /><item><title>RE: How to adjust the recording space of nrf52832 FDS module？</title><link>https://devzone.nordicsemi.com/thread/261171?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 10:47:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83a02e9c-ab44-432f-8eb7-0c862ce8540c</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;I don&amp;#39;t think so. FDS overhead is at least 12 bytes/record IIRC - yielding significanly more than 300KB flash usage. And since records need to be 4-byte aligned, the 25 bytes expand to 40byte/record.&lt;/p&gt;
&lt;p&gt;Also &lt;em&gt;finding&lt;/em&gt; a specific record would take a significant amount of time.&lt;/p&gt;
&lt;p&gt;You could try combining your data records in larger structures for more efficient FDS memory usage, but - depending on how often you need to update - you might soon run out of flash erase/write cycles.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to adjust the recording space of nrf52832 FDS module？</title><link>https://devzone.nordicsemi.com/thread/261094?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 01:51:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6612235-2487-4e13-a985-9b16283dd24c</guid><dc:creator>Mars Zhang</dc:creator><description>&lt;p&gt;The internal flash space of nrf52832 is 512K，including 152K softdevice and 40K application，and the remaining 300K space is available.The 300K flash space&amp;nbsp;should be enough.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to adjust the recording space of nrf52832 FDS module？</title><link>https://devzone.nordicsemi.com/thread/260945?ContentTypeID=1</link><pubDate>Tue, 21 Jul 2020 09:04:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3b13ee9-c235-44e1-a14b-be0ca0eafa85</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;I recommend using external SPI/I&amp;sup2;C flash memory - you would not have enough internal flash space left for application and softdevice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>