<?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>As to fds_record_update error of sdk 14.0.1 (NRF 52832)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29656/as-to-fds_record_update-error-of-sdk-14-0-1-nrf-52832</link><description>Hi, 
 I am trying to use fds file system to save some data in flash,
when using the example code of sdk 14.0.1, it is not normally operated, 
 NRF_ERROR_INVALID_PARAM error is happened with fds_record_update function,
I update the code as follows</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jan 2018 15:22:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29656/as-to-fds_record_update-error-of-sdk-14-0-1-nrf-52832" /><item><title>RE: As to fds_record_update error of sdk 14.0.1 (NRF 52832)</title><link>https://devzone.nordicsemi.com/thread/117761?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2018 15:22:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1c09153-e402-406d-85e2-23451b022a9e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Is it returning 0x00000007? That is not invalid params, it is FDS_ERR_NO_SPACE_IN_FLASH.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: As to fds_record_update error of sdk 14.0.1 (NRF 52832)</title><link>https://devzone.nordicsemi.com/thread/117760?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2018 08:46:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9dc53ece-1a0e-4a4f-a718-70f94005348a</guid><dc:creator>edmond.yun</dc:creator><description>&lt;p&gt;I am using the code after calling m_flash_init function in main routine as follows,&lt;/p&gt;
&lt;p&gt;in while loop of main routine,&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;				uint8_t saving_data = 128;
					saving_data++;
				m_flash_config_store(CONFIG_FILE, CONFIG_REC_KEY, &amp;amp;saving_data);
				uint8_t reading_data = 0;
				m_flash_config_load(CONFIG_FILE, CONFIG_REC_KEY, &amp;amp;reading_data);
				printf(&amp;quot;love reading_data = %d \r\n&amp;quot;, reading_data);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>