<?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>USBD Errata 187 in QIAAC0 Silicon</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35323/usbd-errata-187-in-qiaac0-silicon</link><description>Using SDK 15.0.0, I have ported the peripheral/usbd example to custom hardware based on the nRF52840-QIAAC0. 
 In the nrf_drv_usbd_enable() function, execution hangs at 
 
 All is fine after I force the nrf_drv_usbd_errata_187() function to return true</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Jul 2018 11:36:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35323/usbd-errata-187-in-qiaac0-silicon" /><item><title>RE: USBD Errata 187 in QIAAC0 Silicon</title><link>https://devzone.nordicsemi.com/thread/141313?ContentTypeID=1</link><pubDate>Wed, 25 Jul 2018 11:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d40b321-2fa2-4fc6-8fc0-30b678f17b3f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We always recommend that you develop using a production revision of the IC. SDK v15 has removed workarounds for older engineering devices (on USBD atleast).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USBD Errata 187 in QIAAC0 Silicon</title><link>https://devzone.nordicsemi.com/thread/140010?ContentTypeID=1</link><pubDate>Fri, 13 Jul 2018 07:07:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eb99b06-42d6-469e-8741-2f67e50a05b1</guid><dc:creator>silivanov</dc:creator><description>&lt;p&gt;It helped me!&lt;/p&gt;
&lt;p&gt;But now on the other (older revisions controllers) does not work, where should be the value 0x10.&lt;/p&gt;
&lt;p&gt;How to rewrite nrf_drv_usbd_errata_type_52840_fp1 () function so that, depending on the revision of the controller substitutes the required value (0x10 or 0x20)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: USBD Errata 187 in QIAAC0 Silicon</title><link>https://devzone.nordicsemi.com/thread/135673?ContentTypeID=1</link><pubDate>Tue, 12 Jun 2018 07:17:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1f4b526-f40b-402f-8fce-9fd3a1dd6d2a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately, we have a bug in our SDK 15.0, in file nrf_drv_usbd_errata.h::nrf_drv_usbd_errata_type_52840_fp1().&lt;/p&gt;
&lt;p&gt;This has been reported internally, and will be addressed in future versions of the SDK.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;static inline bool nrf_drv_usbd_errata_type_52840_fp1(void)&lt;/div&gt;
&lt;div&gt;{&lt;/div&gt;
&lt;div&gt;return ( nrf_drv_usbd_errata_type_52840() &amp;amp;&amp;amp;&lt;/div&gt;
&lt;div&gt;( ((*(uint32_t *)0xF0000FE8) &amp;amp; 0xF0) ==&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;0x10&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;) &amp;amp;&amp;amp;&lt;/div&gt;
&lt;div&gt;( ((*(uint32_t *)0xF0000FEC) &amp;amp; 0xF0) == 0x00 ) );&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;The bold highlight should be 0x20 (not 0x10) for engineering C and revision 1 devices. So&amp;nbsp;please&amp;nbsp;&lt;span&gt;change the &amp;quot;== 0x10&amp;quot; to &amp;quot;== 0x20&amp;quot;, it should apply the workaround for engineering C and the final product.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>