<?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>Flash read, write and erase limitations</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36506/flash-read-write-and-erase-limitations</link><description>Hi, 
 I am using sdk12.2.2 and customised nrf52 boards. I am storing 9000 records with 7 bytes each in flash. 
 After sometime I am getting buffer space full error and I am deleting the records by calling fds_gc. 
 
 Now my challenge is calling this doesnt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Jul 2018 17:40:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36506/flash-read-write-and-erase-limitations" /><item><title>RE: Flash read, write and erase limitations</title><link>https://devzone.nordicsemi.com/thread/140562?ContentTypeID=1</link><pubDate>Wed, 18 Jul 2018 17:40:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:144485be-73e3-49c9-b8b8-9139c4d9141f</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Do you delete the records before you call fds_gc()?&lt;/p&gt;
&lt;p&gt;fds_gc() doesn&amp;#39;t actually delete the records, but it will free up the memory of the records already deleted.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The flash has a read/write cycle guarantee of&amp;nbsp;10 000. That means you can write it 10 000 and erase it 10 000 times.&lt;/p&gt;
&lt;p&gt;Please note that this does not mean that it will stop working the 10 001st time. but you might (!) start seeing that some bits are acting weird after this point. But you may read/write 50 000 times before seeing this. It varies from chip to chip.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>