<?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>Change the project of nrf52833 to nrf52820</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/82111/change-the-project-of-nrf52833-to-nrf52820</link><description>Hi 
 1、I according to the link below to change the project of nrf52833 to nrf52820，but failed! 
 Nordic Semiconductor Infocenter 
 
 2、Figures below are my modified in the project”radio_test_pca10100“,My purpose is that nrf52820 can run this project.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Dec 2021 08:44:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/82111/change-the-project-of-nrf52833-to-nrf52820" /><item><title>RE: Change the project of nrf52833 to nrf52820</title><link>https://devzone.nordicsemi.com/thread/341647?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 08:44:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c52cfd6-2e71-40a1-9b9f-2af786b5ff56</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;I found that the __FPU_PRESENT&amp;nbsp; in the nrf52820.h caused this problem.The&amp;nbsp;&lt;span&gt;__FPU_PRESENT&amp;nbsp;&amp;nbsp;defaults to 0 in&amp;nbsp;nrf52820.h，The&amp;nbsp;__FPU_PRESENT&amp;nbsp;&amp;nbsp;defaults to 1 in&amp;nbsp;nrf52833.h.&amp;nbsp;The problem is solved after I modified&amp;nbsp;__FPU_PRESENT to 1 in the nrf52820.h.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change the project of nrf52833 to nrf52820</title><link>https://devzone.nordicsemi.com/thread/341639?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 08:25:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b8d1aa7-03b7-46e3-be0e-4820b5d26cfb</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please verify the answer to close the case. Thanks.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change the project of nrf52833 to nrf52820</title><link>https://devzone.nordicsemi.com/thread/341630?ContentTypeID=1</link><pubDate>Thu, 02 Dec 2021 07:54:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d084242-2894-4b40-a032-15b1b92d998d</guid><dc:creator>helen</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The problem is solved，Thank you very much！&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Change the project of nrf52833 to nrf52820</title><link>https://devzone.nordicsemi.com/thread/341025?ContentTypeID=1</link><pubDate>Mon, 29 Nov 2021 10:18:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58db1a74-5420-4adc-82b1-25911b140c04</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Seems your&amp;nbsp;&lt;span&gt;preprocessor settings miss&amp;nbsp;DEVELOP_IN_NRF52833 and&amp;nbsp;NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3. Please update as&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;APP_TIMER_V2
APP_TIMER_V2_RTC1_ENABLED
BOARD_PCA10100
BSP_DEFINES_ONLY
CONFIG_GPIO_AS_PINRESET
DEVELOP_IN_NRF52833
FLOAT_ABI_SOFT
INITIALIZE_USER_SECTIONS
NO_VTOR_CONFIG
NRF52820_XXAA
NRFX_COREDEP_DELAY_US_LOOP_CYCLES=3&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Are you using SDK 17.1.0? I have&lt;/span&gt;&amp;nbsp;modified &lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/pca10100e_5F00_radio_5F00_test.zip"&gt;devzone.nordicsemi.com/.../pca10100e_5F00_radio_5F00_test.zip&lt;/a&gt; from pac10010 with t&lt;span&gt;he instruction of the &amp;quot;&lt;/span&gt;Creating your own emulated project&amp;quot; section. Please place it under&amp;nbsp;nRF5_SDK_17.1.0_ddde560\examples\peripheral\radio_test to run the unmodified &lt;span&gt;radio_test&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>