<?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>reading and writing using fstorage</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28625/reading-and-writing-using-fstorage</link><description>Hi, 
 I am using nrfsdk11 nrf52 and s132 soft device. In my code,I am doing this in main(); 
 void fs_evt_handler(fs_evt_t const * const evt, fs_ret_t result)
{
 if (result != FS_SUCCESS)
 {
 // bsp_indication_set(BSP_INDICATE_FATAL_ERROR);
 APP_ERROR_CHECK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 18 Dec 2017 13:49:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28625/reading-and-writing-using-fstorage" /><item><title>RE: reading and writing using fstorage</title><link>https://devzone.nordicsemi.com/thread/113458?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 13:49:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ed28871-be55-414c-a128-58c34a665c9e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;ol&gt;
&lt;li&gt;If you set a breakpoint after the softdevice is enabled, the softdevice will assert when you continue execution, due to events not having been handled withing the required time. You will have to reset execution after a breakpoint if the softdevice is running.&lt;/li&gt;
&lt;li&gt;What is showing &amp;quot;illegal qualifier&amp;quot;?&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Have you looked at the fstorage examples in &lt;a href="https://github.com/NordicPlayground/nRF5-flash-storage-examples"&gt;this GitHub repository&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>