<?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>nrf51822 mesh SDK v1.0.0 compile warning</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29821/nrf51822-mesh-sdk-v1-0-0-compile-warning</link><description>I download the mesh sdk from: http://www.nordicsemi.com/eng/nordic/Products/nRF5-SDK-for-Mesh/nRF5-SDK-for-Mesh/62377 
Compile the light_switch/server project for nrf51422_s130 with SES, got the warning: 
 Linking light_switch_server_nrf51422_xxAC_s130_2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 28 Jan 2018 23:37:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29821/nrf51822-mesh-sdk-v1-0-0-compile-warning" /><item><title>RE: nrf51822 mesh SDK v1.0.0 compile warning</title><link>https://devzone.nordicsemi.com/thread/118458?ContentTypeID=1</link><pubDate>Sun, 28 Jan 2018 23:37:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d082b07c-f449-4612-a29d-352397cc3ba7</guid><dc:creator>leonwj</dc:creator><description>&lt;p&gt;The issue regarding the linker warning; &lt;em&gt;cannot find entry symbol reset_handler; defaulting to 00000000000232c4&lt;/em&gt; is essentially due to SES defaulting the Linker Entry Point to &amp;#39;reset_handler&amp;#39; when in fact the SES startup code (i.e. ses_nRF_Startup.s, ses_nrf5x_Vectors.s) specifies &amp;#39;Reset_Handler&amp;#39; (uppercase &amp;#39;R&amp;#39; and &amp;#39;H&amp;#39;) as its entry point.&lt;/p&gt;
&lt;p&gt;Amending, &lt;code&gt;[right click prj]-&amp;gt;Edit Options-&amp;gt;Linker-&amp;gt;Entry Point&lt;/code&gt; to Reset_Handler will at least resolve and remove the warning that you described.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 mesh SDK v1.0.0 compile warning</title><link>https://devzone.nordicsemi.com/thread/118459?ContentTypeID=1</link><pubDate>Mon, 08 Jan 2018 13:25:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87161333-2b49-445b-baae-f71bbc1ae668</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;@Ricky @yukonthong You guys are both using two nrf51 dk&amp;#39;s right? I just tried the code with an nrf52 dk as the server &amp;amp; an nrf51 dk as the client. Everything worked out fine for me.&lt;/p&gt;
&lt;p&gt;I also got the same warning as both of you, but the example works fine. What I did was open up the correct segger embedded studio files (&lt;code&gt;light_switch_client_nrf52832_xxAA_s132_5.0.0&lt;/code&gt; for the 52 dk &amp;amp; &lt;code&gt;light_switch_server_nrf51422_xxAC_s130_2.0.1&lt;/code&gt; for the 51 dk). In the client file, make sure to change the &lt;code&gt;SERVER_COUNT&lt;/code&gt; variable to 1 instead of 3 (since you are only using one server instead of three) &amp;amp; save the file. You can find the &lt;code&gt;SERVER_COUNT&lt;/code&gt; declaration by searching for SERVER_COUNT in the main.c file &amp;amp; then right clicking the &lt;code&gt;SERVER_COUNT&lt;/code&gt; variable &amp;amp; pressing &lt;code&gt;Go To Definition&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Then, I erased both dk&amp;#39;s using nrfgostudio. You should also be able to erase the dk&amp;#39;s by first connecting the J-Link (explained in the next sentence) &amp;amp; then pressing &lt;code&gt;Target + Erase All&lt;/code&gt;.  Lastly, I connected the correct JLink to the correct file (&lt;code&gt;Target + Connect J-Link&lt;/code&gt;) &amp;amp; pressed &lt;code&gt;Build + Build and Run&lt;/code&gt; in SES. First with the client file &amp;amp; then with the server file. Lastly, power cycle both dk&amp;#39;s (i.e. turn them off &amp;amp; on again). The LED1 on the client should be on &amp;amp; then LED1 on the server should blink a few times and then turn off.&lt;/p&gt;
&lt;p&gt;To test if it worked, you can either press button 1 or button 4 on the client. This should then act as a switch and turn the server&amp;#39;s LED1 on or off.&lt;/p&gt;
&lt;p&gt;Hope that helps!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 mesh SDK v1.0.0 compile warning</title><link>https://devzone.nordicsemi.com/thread/118455?ContentTypeID=1</link><pubDate>Thu, 04 Jan 2018 10:17:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c973e1ec-b4bc-40e4-a762-4cd4410604f8</guid><dc:creator>Ricky</dc:creator><description>&lt;p&gt;yes, and the project I compiled is s130.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 mesh SDK v1.0.0 compile warning</title><link>https://devzone.nordicsemi.com/thread/118457?ContentTypeID=1</link><pubDate>Mon, 01 Jan 2018 18:06:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:760afe97-a921-4110-940c-d78a60aa7dcc</guid><dc:creator>yukonthong</dc:creator><description>&lt;p&gt;I found the same problem.I downloaded SDK and open it with SES. After that, I clicked rebuild button.
A warning message was shown.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Linking light_switch_client_nrf52832_xxAA_s132_5.0.0.elf
cannot find entry symbol reset_handler; defaulting to 00000000000232c4
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And I think MCU is not working.Because there is a part of the code to turn first led on in the main function. But nothing happens.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/* Set the first LED */
hal_led_pin_set(BSP_LED_0, true);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 mesh SDK v1.0.0 compile warning</title><link>https://devzone.nordicsemi.com/thread/118456?ContentTypeID=1</link><pubDate>Thu, 28 Dec 2017 14:40:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f63a73e0-b4e0-4128-917e-08f1e24079d6</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Did you &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v1.0.0/md_examples_light_switch_README.html?cp=4_1_0_5_0"&gt;follow the guide posted to the Nordic infocenter&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>