<?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>nRF52832 Errata 220 clearification, need more information</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58488/nrf52832-errata-220-clearification-need-more-information</link><description>Hi, 
 I will come back to the discussion in (because it is in state &amp;quot;Verified Answer&amp;quot; I opened up a new one) : 
 https://devzone.nordicsemi.com/f/nordic-q-a/55197/nrf52832-errata-220-clearification 
 For me it is still not clear if the workaround can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Mar 2020 12:31:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58488/nrf52832-errata-220-clearification-need-more-information" /><item><title>RE: nRF52832 Errata 220 clearification, need more information</title><link>https://devzone.nordicsemi.com/thread/237724?ContentTypeID=1</link><pubDate>Tue, 03 Mar 2020 12:31:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f978c65-47b6-4db1-92a9-38d94dacf49b</guid><dc:creator>dr71</dc:creator><description>&lt;p&gt;Hi Susheel,&lt;/p&gt;
&lt;p&gt;is this thread still open or is it closed and I have to open e new one?&lt;/p&gt;
&lt;p&gt;The reason is that another related question came up.&lt;br /&gt;The function&amp;nbsp;&lt;span&gt;sd_app_evt_wait() is implemented in the Softdevice. Therefore I assume&amp;nbsp;that the SD is calling __WFE() even if the SD didn&amp;#39;t use it.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As mentioned in&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Eirik Midttun over 5 years ago (&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/4498/difference-between-wfe-and-sd_app_evt_wait/15954#15954"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/4498/difference-between-wfe-and-sd_app_evt_wait/15954#15954&lt;/a&gt;)&lt;/p&gt;
&lt;div class="content full threaded-reply-content user-defined-markup"&gt;
&lt;div class="content"&gt;
&lt;p&gt;&lt;em&gt;The&amp;nbsp;&lt;strong&gt;sd_app_evt_wait&lt;/strong&gt;&amp;nbsp;is basically the safe version of&amp;nbsp;&lt;strong&gt;WFE&lt;/strong&gt;&amp;nbsp;when using the SoftDevice. Since the SoftDevice is running in a different context than your application you cannot know if it is safe to use&amp;nbsp;&lt;strong&gt;WFE&lt;/strong&gt;. Therefore, use the SD function.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I should use the function&amp;nbsp;&lt;span&gt;sd_app_evt_wait() to be safe with the SD but on the other hand the implementation of&amp;nbsp;sd_app_evt_wait() in the SD did&amp;#39;t contains the workaround till now.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So it is again unclear for me if I should use&amp;nbsp;sd_app_evt_wait() or the workaround?.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Dirk&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Errata 220 clearification, need more information</title><link>https://devzone.nordicsemi.com/thread/237466?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 13:42:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1da48d79-030b-4115-b62b-18d4fd56ef8c</guid><dc:creator>dr71</dc:creator><description>&lt;p&gt;Hi Susheel,&lt;/p&gt;
&lt;p&gt;thank you for your fast and clear answer.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Dirk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 Errata 220 clearification, need more information</title><link>https://devzone.nordicsemi.com/thread/237443?ContentTypeID=1</link><pubDate>Mon, 02 Mar 2020 13:02:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7541aa04-62ed-4a6d-af82-29f8bf526c5a</guid><dc:creator>Susheel Nuguru</dc:creator><description>[quote user=""]As far as I understood I can&amp;#39;t do anything if the softdevice call&amp;nbsp;sd_app_evt_wait() by itself. Or does this never happen[/quote]
&lt;p&gt;The SD never calls sd_app_evt_wait by itself. It will also not call __WFE by itself.&lt;/p&gt;
[quote user=""] I only have to implement the __WFE() in my own application with the workaround inside, and never call[/quote]
&lt;p&gt;Yes, that is correct. You just need to call __WFE in the way that is given as the workaround for this errata.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]A second question, the errata mention a V8.0 but it is not released yet is that correct?[/quote]
&lt;p&gt;&amp;nbsp;Correct, this will be available very soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>