<?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>Errata 172</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53373/errata-172</link><description>Hi, 
 I&amp;#39;m trying to figure out if my device is suffering from errata 172. 
 * How can I know if I&amp;#39;m using Ble_LR125Kbit or Ble_LR500Kbit? * I&amp;#39;m trying to use the function bool enable_errata_172 (void). Do you have any example for that? 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Oct 2019 07:10:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53373/errata-172" /><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/216283?ContentTypeID=1</link><pubDate>Wed, 23 Oct 2019 07:10:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b965a992-a366-44b5-8dcf-30fd99d41bc0</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Only BLE long range with either 125 kbit or 500 kbit is affected.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/216214?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 14:40:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d604d9-83b2-4a88-bacb-8b74b1e07add</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;OK, but does it affect&amp;nbsp;&lt;span&gt;Nrf_1Mbit mode, or any other modes which are not&amp;nbsp;Ble_LR125Kbit or&amp;nbsp;Ble_LR500Kbit?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/216157?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 12:03:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92a9c467-65f2-4dc3-8e5f-b3a6cd0112c0</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The errata is specific to your IC version. Most of the nRF52840 revisions are affected by errata 172. A good practice is therefore to implement the workaround.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/216066?ContentTypeID=1</link><pubDate>Tue, 22 Oct 2019 07:39:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:522b7995-3300-471d-8dbb-29cef068fc18</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Thanks, Jared!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;One more question - is erreta 172 relevant for BLE 4.2?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/215844?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 08:38:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67dd5de9-cb3d-4548-af80-5db6ef454452</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can look at ble_dtm.c which is used in the&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_dtm_serial.html?cp=5_1_4_5"&gt; dtm example&lt;/a&gt; in the SDK. There it&amp;#39;s&amp;nbsp;checked if the&amp;nbsp;workaround for nRF52840 Anomaly 172 should be enabled or not:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;                    if ((*(volatile uint32_t *)0x40001788) == 0)
                    {
                        anomaly_172_wa_enabled = true;
                    }&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;nrfjprog command for reading MODE register:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrfjprog --memrd 0x40001510&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Jared&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/215791?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2019 08:25:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5eda843-179f-49e5-bdb9-bebc12d58622</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Is there any example for how to use the nrfjprog command in order to read memory?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/215786?ContentTypeID=1</link><pubDate>Sun, 20 Oct 2019 06:21:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4af975f-636e-48b2-b0fd-24d076cd8940</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;But it&amp;#39;s still not clear from the document - which files should I include in order to use this function? Do you have any example?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/215736?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2019 13:49:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:903a3905-7c6d-4366-ae32-11a2d80cddb3</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;You could use &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf5x_cltools/UG/cltools/nrf5x_nrfjprogexe_reference.html?cp=6_1_3_0"&gt;nrfjprog &lt;/a&gt;command&amp;nbsp;memrd and read the &lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/radio.html?cp=3_0_0_5_19_13_46#register.MODE"&gt;MODE register&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/215725?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2019 13:12:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43c59a39-f22c-4f74-9f01-e6de72080f28</guid><dc:creator>Roei</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;What about the kit? How can I know which one I use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Errata 172</title><link>https://devzone.nordicsemi.com/thread/215722?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2019 13:06:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bf82237-6b84-40e4-b099-e154f292d896</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There seems to be a typo in the &lt;a href="https://www.nordicsemi.com/-/media/DocLib/Other/Errata/nRF52_PAN_172_add_v1.0.pdf"&gt;document&lt;/a&gt;, the correct function to call is&amp;nbsp;&lt;strong&gt;enable_anomaly_172()&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;best regards&lt;/p&gt;
&lt;p&gt;Jared&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>