<?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>nRF52810 emulated project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52539/nrf52810-emulated-project</link><description>Hello, 
 the &amp;quot;Developing for nRF52810&amp;quot; user guide in the Infocenter says that to fully transfer a project to nRF52810 the defines DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES have to be removed from the project settings. 
 I forgot about</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Sep 2019 07:34:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52539/nrf52810-emulated-project" /><item><title>RE: nRF52810 emulated project</title><link>https://devzone.nordicsemi.com/thread/211693?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 07:34:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c975911-3cda-487f-ae6c-b38e6c3fa944</guid><dc:creator>db_lw</dc:creator><description>&lt;p&gt;Thank you for your detailed answer!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52810 emulated project</title><link>https://devzone.nordicsemi.com/thread/211690?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2019 07:25:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a55a8101-28ce-4ae3-bb60-7da85cca9e55</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Defining DEVELOP_IN_NRF52832 causes the application to include various errata workarounds that are only present in the nRF52832. You should not keep this define, as we haven&amp;#39;t&amp;nbsp;tested that using these workarounds in the nRF52810 won&amp;#39;t cause any malfunctions. You can see &lt;strong&gt;\YOUR_SDK_FOLDER\modules\nrfx\mdk\system_nrf52810.c&amp;nbsp;&lt;/strong&gt;to see what exactly is implemented when DEVELOP_IN_NRF52832 is defined.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fgroup__nrfx__coredep.html&amp;amp;anchor=ga12c2396441e1875cb1385fe88330cc80"&gt;NRFX_COREDEP_DELAY_US_LOOP_CYCLES &lt;/a&gt;is used, in this case, for emulating the timing of the nRF52810 on the nRF52832. You&amp;#39;ll have to remove this define to ensure accurate timing when the application is running on nRF52810 HW.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>