<?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>Zephyr build smp_svr for thingy52 fails</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76899/zephyr-build-smp_svr-for-thingy52-fails</link><description>Hi, 
 I&amp;#39;m trying to build the smp_svr example for Thingy:52 but build fails when linking. 
 I can build for the nrf52dk_nrf52832 which uses the same chip. What can i do to fix this? 
 
 Build command: 
 west build -b thingy52_nrf52832 zephyr/samples/subsys</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Jul 2021 11:33:39 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76899/zephyr-build-smp_svr-for-thingy52-fails" /><item><title>RE: Zephyr build smp_svr for thingy52 fails</title><link>https://devzone.nordicsemi.com/thread/318421?ContentTypeID=1</link><pubDate>Fri, 02 Jul 2021 11:33:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9772a53c-20c2-44d9-9bdf-75e0567aed44</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Jesper,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Looks like a bug in the newest ncs release. The solution is manully edit some part of code in&amp;nbsp;zephyr/boards/arm/thingy52_nrf52832/board.c&lt;/p&gt;
&lt;p&gt;line&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;k_sleep(K_MSEC(1)); /* Wait for the rail to come up and stabilize */&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;should be:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#ifdef CONFIG_MULTITHREADING
k_sleep(K_MSEC(1));
#else
k_busy_wait(1000);
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Zephyr build smp_svr for thingy52 fails</title><link>https://devzone.nordicsemi.com/thread/317684?ContentTypeID=1</link><pubDate>Tue, 29 Jun 2021 11:45:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:141c0acb-98a3-455b-a8b7-90dd2a75a007</guid><dc:creator>Jesper V</dc:creator><description>&lt;p&gt;I use NRF Connect SDK v1.6.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>