<?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>fs_store event handler not being fired</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23205/fs_store-event-handler-not-being-fired</link><description>I have a NRF52382 DK and cannot seem to get the fs_store callback to fire. 
 here is my fs_config callback function: 
 static uint8_t fs_callback_flag;
void fs_evt_handler(fs_evt_t const * const evt, fs_ret_t result){
 fs_callback_flag = 0;}
 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jul 2017 07:15:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23205/fs_store-event-handler-not-being-fired" /><item><title>RE: fs_store event handler not being fired</title><link>https://devzone.nordicsemi.com/thread/91266?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2017 07:15:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b759cc8-5623-4444-bc6d-6af391d1b068</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;peer_manager also uses fs.  the fs init will complete is the event is processed.  you must process the syst_evt in order to complete init otherwise the second fs init would fail. I got this conflict with perr_manage and never received any fs events for my own fs use.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fs_store event handler not being fired</title><link>https://devzone.nordicsemi.com/thread/91267?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2017 01:11:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e0a1dd8-51ab-4c3d-94fd-741e70a5db76</guid><dc:creator>David</dc:creator><description>&lt;p&gt;what does peer_manager initialization do?
I can get fs_store to work if i call it from main().
but if i call it from the lbs_c_evt_handler it does not work&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fs_store event handler not being fired</title><link>https://devzone.nordicsemi.com/thread/91265?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2017 00:50:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:903ce8ba-f30d-426c-b7df-79a1ae128ff2</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Make sure your fs init is done after peer_manager initialization.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>