<?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 write and read  string on fds</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56788/how-to-write-and-read-string-on-fds</link><description>i want to write and read the string data type on a fds using ses . how it is done</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Jan 2020 04:32:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56788/how-to-write-and-read-string-on-fds" /><item><title>RE: how to write and read  string on fds</title><link>https://devzone.nordicsemi.com/thread/231776?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2020 04:32:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f0f3c0f-6d02-4314-bfe4-eb8386e5c8d6</guid><dc:creator>manoj97</dc:creator><description>&lt;p&gt;thank you!! tesc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to write and read  string on fds</title><link>https://devzone.nordicsemi.com/thread/231730?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 15:43:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4265d15a-ea7a-4d58-bd8a-a863ac27c62f</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A code snippet for writing the string &amp;quot;Hello, world!&amp;quot; is included in the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_fds_usage.html&amp;amp;anchor=lib_fds_usage_store"&gt;Writing a record&lt;/a&gt; section of the Usage page of the Flash Data Storage library documentation.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to write and read  string on fds</title><link>https://devzone.nordicsemi.com/thread/230470?ContentTypeID=1</link><pubDate>Thu, 23 Jan 2020 06:34:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b8736e8-63df-4bea-9fc2-5815bbaa45c0</guid><dc:creator>manoj97</dc:creator><description>&lt;p&gt;can you give code snippet for that&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to write and read  string on fds</title><link>https://devzone.nordicsemi.com/thread/230134?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2020 15:48:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46030883-7e36-41fe-9cc6-152a11e6aaf4</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recommend that you have a look at the code for the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Ffds_example.html"&gt;FDS example&lt;/a&gt; in our SDK, as well as the FDS documentation (both &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_fds.html"&gt;library&lt;/a&gt; and &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fgroup__fds.html"&gt;API&lt;/a&gt;), in order to understand how to use FDS for writing and reading data. A C string is basically just an array of type char, so all you need for storing it using FDS should be a pointer to the C string as well as its length.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>