<?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>Calling Flash Data Storage (FDS) api from within FDS event 
handler</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/36547/calling-flash-data-storage-fds-api-from-within-fds-event-handler</link><description>Hi, 
 
 Does FDS event handler run within interrupt context ? 
 Can another FDS api be called from within the event handler (i.e. - calling garbage collector from within event handler if write fails), or should it be deferred call from &amp;#39;main&amp;#39; context</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Jul 2018 21:50:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/36547/calling-flash-data-storage-fds-api-from-within-fds-event-handler" /><item><title>RE: Calling Flash Data Storage (FDS) api from within FDS event 
handler</title><link>https://devzone.nordicsemi.com/thread/141051?ContentTypeID=1</link><pubDate>Mon, 23 Jul 2018 21:50:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f98efc0b-dd84-4498-9cb3-4230934b30b7</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I don&amp;#39;t think it would be a problem unless you calling the fds command from an APP_HIGH interrupt handler because it will later call softdevice SVC which can&amp;#39;t run from App_HIGH. If you calling it from the fds event, it should be fine, as far as I understand that event is on SD_LOW.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>