<?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>Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38748/could-not-make-example-runing-on-v2-2-0</link><description>I am working on mesh v2.2.0. but I cannot make the light switch example works. I did everything as same as the early versions, this version just stops working. I get one provisioner, one client, and three servers. after powering the PCA10040 dev kit,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Oct 2018 09:38:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38748/could-not-make-example-runing-on-v2-2-0" /><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/152180?ContentTypeID=1</link><pubDate>Tue, 09 Oct 2018 09:38:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:951c75dd-d808-40a6-85c7-2d421917f2d1</guid><dc:creator>Sravan Kumar</dc:creator><description>&lt;p&gt;Thanks weizhen,&lt;/p&gt;
&lt;p&gt;Since 1 month, I&amp;nbsp; am facing the same problem.&lt;/p&gt;
&lt;p&gt;Even I tried with other tool chain, but giving some errors.&lt;/p&gt;
&lt;p&gt;Now problem solved working fine.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/152100?ContentTypeID=1</link><pubDate>Mon, 08 Oct 2018 16:38:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fa71bdc-047b-48c2-8c1b-ddcb208e4dad</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;The problems solved by using older version arm-none-eabi-gcc&amp;nbsp;(6.3.1).&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/151875?ContentTypeID=1</link><pubDate>Fri, 05 Oct 2018 16:00:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75e0621c-f653-4ffb-a4f6-aa024ec01180</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/weizhen1883"&gt;weizhen&lt;/a&gt; Could you try to apply the patch in the comment to see if it works?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/151838?ContentTypeID=1</link><pubDate>Fri, 05 Oct 2018 12:26:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d919b26-e8e1-4303-b593-f4995929782a</guid><dc:creator>Omkar Kulkarni</dc:creator><description>&lt;p&gt;Hello, can you apply the following patch and check if this works for you?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="diff"&gt;--- nrf_mesh_section.h	2018-10-05 14:21:11.713290600 +0200
+++ nrf_mesh_section.h	2018-10-05 14:23:23.124822000 +0200
@@ -98,7 +98,7 @@
 
 #define NRF_MESH_SECTION_FOR_EACH(section_name, data_type, variable)                               \
     for (data_type * variable = (data_type *) NRF_MESH_SECTION_START(section_name);                \
-         variable != (data_type *) NRF_MESH_SECTION_END(section_name);                             \
+         (intptr_t) variable != (intptr_t) NRF_MESH_SECTION_END(section_name);                             \
          variable++)
 
 /** @} */
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/151301?ContentTypeID=1</link><pubDate>Tue, 02 Oct 2018 21:34:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed2767ca-6730-4ddd-90ac-59852f298f03</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;the addr2line shows that happened in /mesh/core/src/mesh_config.c:228, and it is in side a function called entry_validation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/151036?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 16:08:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f035f4c-aa38-4d24-a272-c4bf47a8757b</guid><dc:creator>bdieseldorff</dc:creator><description>&lt;p&gt;Commenting here for clarity - this question was answered by weizhen above, who is using v15.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150987?ContentTypeID=1</link><pubDate>Mon, 01 Oct 2018 13:30:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f1e88e8-b6c1-438f-a245-cdd6052bfa7c</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Do you still receive the same assert as you did previously? You can use the &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/25886/70-mesh-assert-at-0x00023680"&gt;addr2line tool&lt;/a&gt; to figure out where the assert occured in the code. You can use the .elf file that is located in the build folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150759?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 15:50:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10fe4fb3-c8c8-4f11-9a0e-50f0ecbf0786</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;I am using cmake, and I already try to download these sdks&amp;nbsp;and rerun everything again and again, and nothing helps. but the mesh sdk&amp;nbsp;v2.1.1 works fine there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150681?ContentTypeID=1</link><pubDate>Thu, 27 Sep 2018 11:47:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17db633a-58be-4571-913a-91daa705e43d</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Are you building the examples with cmake or segger embedded studio? I would recommend SES. If you still cannot get it to build, I would recommend downloading nrf5 sdk v15.0.0 &amp;amp; mesh sdk v2.2.0 again. You should keep the path quite short, so I would download it very close to the C drive. This should work out of the box. Also, make sure to use the correct MESH_SDK &amp;amp; SDK_ROOT paths like explained in the readme when you open a mesh segger project.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150524?ContentTypeID=1</link><pubDate>Wed, 26 Sep 2018 15:15:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef579f6a-706f-404a-992c-d7baf107b6b7</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;this is the link, &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.2.0%2Fmd_doc_getting_started_how_to_build.html&amp;amp;cp=4_1_0_1_1"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.2.0%2Fmd_doc_getting_started_how_to_build.html&amp;amp;cp=4_1_0_1_1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, I am using SDK&amp;nbsp;v15.0.0 and softdevice&amp;nbsp;S132 v6.0.0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150391?ContentTypeID=1</link><pubDate>Wed, 26 Sep 2018 08:04:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5a5081a-d1dd-4d76-ab17-5d85fa01a1ce</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;There is nothing wrong with the mesh sdk v2.2.0. I have successfully built it &amp;amp; run the examples without any issues. The mesh sdk however does not work well if you use nrf5 sdk v15.2.0. You will need to use nrf5 sdk v15.0.0, as stated in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk/keydef/PLUGINS_ROOT/com.nordic.infocenter.meshsdk.v2.2.0/index.html?cp=4_1_0"&gt;the documentation&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150390?ContentTypeID=1</link><pubDate>Wed, 26 Sep 2018 08:01:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a393e2a-60ca-46b1-a139-d9c4b1e54212</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Which nrf5 sdk version are you currently using? If you are not using sdk v15.0.0, I would highly recommend using that, as it is the recommended version to use. Could you please update your link that you followed? I do not believe the link you sent was relevant to this discussion unfortunately.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150329?ContentTypeID=1</link><pubDate>Tue, 25 Sep 2018 18:44:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64ae66b0-9b15-4f32-8d82-f3f1a9111137</guid><dc:creator>bdieseldorff</dc:creator><description>&lt;p&gt;This seems to be a problem with the 2.2 stack and not procedure. Here is another person who had successfully built 2.1 examples now having issues:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/38676/nrf-mesh-v2-2-0-light-switch-provisioner-hex-file-generating-with-more-size-build-with-cmake-than-the-existing-hex-files-in-bin-folder"&gt;devzone.nordicsemi.com/.../nrf-mesh-v2-2-0-light-switch-provisioner-hex-file-generating-with-more-size-build-with-cmake-than-the-existing-hex-files-in-bin-folder&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150310?ContentTypeID=1</link><pubDate>Tue, 25 Sep 2018 15:18:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52560148-7da4-4000-84e4-eced2bdd8cb9</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;yes, I am doing nrfjprog&amp;nbsp;--eraseall&amp;nbsp;everytime before I flash the chip. I am using cmake&amp;nbsp;to build the code. I followed this link,&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.0.0%2Fstructble__bps__init__t.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.0.0%2Fstructble__bps__init__t.html&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I check the .map file, and&amp;nbsp;all assert is happening between mesh_config_init and mesh_config_load.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150161?ContentTypeID=1</link><pubDate>Tue, 25 Sep 2018 06:57:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cda6824d-1e50-4a1c-b82a-eab6f0e55462</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The log clearly shows that you are getting an assert on each of the boards. Could you open up the .map file in your _build folder &amp;amp; see where the assert is happening: 0x2F60E, 0x2F55E, 0x31E72. Are you sure that you ran an nrfjprog --eraseall on all of the boards before you tried running the examples?&lt;/p&gt;
&lt;p&gt;Also, have you set the MESH_ROOT &amp;amp; SDK_ROOT folders to the proper path? Go to Tools -&amp;gt; Options -&amp;gt; Building Tab -&amp;gt; Global Macros -&amp;gt; set the correct path.&lt;/p&gt;
&lt;p&gt;Should be similar to this:&lt;/p&gt;
&lt;p&gt;SDK_ROOT=C:/NordicSemi/SDKs/nRF5_SDK_15.0.0_a53641a&lt;/p&gt;
&lt;p style="margin:0px;text-indent:0px;"&gt;MESH_ROOT=C:/NordicSemi/SDKs/nrf5_SDK_for_Mesh_v2.2.0_src&lt;/p&gt;
&lt;p style="margin:0px;text-indent:0px;"&gt;&lt;/p&gt;
&lt;p style="margin:0px;text-indent:0px;"&gt;If you needed to change any of these paths, remember to compile the examples again before testing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/150109?ContentTypeID=1</link><pubDate>Mon, 24 Sep 2018 16:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de52ad79-b35a-4453-a446-88ad75516fb0</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_09_2D00_24-at-10.58.17-AM.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_09_2D00_24-at-10.55.50-AM.png" /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Screen-Shot-2018_2D00_09_2D00_24-at-10.54.47-AM.png" /&gt;&lt;/p&gt;
&lt;p&gt;so the log shows it even not start the application yet. if the application starts it should at least print out &amp;lt;start&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/149930?ContentTypeID=1</link><pubDate>Mon, 24 Sep 2018 06:32:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63921eaa-0bc4-4999-b711-1a622a7d9b68</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Could you please check the log &amp;amp; upload the logs for all three devices (provisioner, client, server)?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/149873?ContentTypeID=1</link><pubDate>Fri, 21 Sep 2018 15:41:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03bbac92-68ff-424e-9d2e-73e94125952b</guid><dc:creator>weizhen</dc:creator><description>&lt;p&gt;yes, I do erase all of the devices. I do not check the log yet, but if it is as same as earlier version, it should blinking all LEDs twice and keep all of them off. but right now, it only turns on all LEDs, and then do nothing, seems like it died at the start state.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not make example runing on V2.2.0</title><link>https://devzone.nordicsemi.com/thread/149733?ContentTypeID=1</link><pubDate>Fri, 21 Sep 2018 06:09:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35de739d-e3fa-4301-b40b-9563e953849d</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;It should be the same procedure as earlier &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.meshsdk.v2.2.0/md_examples_light_switch_README.html?cp=4_1_0_4_0"&gt;light switch examples&lt;/a&gt;. Have you remembered to erase all of the devices before you programmed them. Have you tried running a debug session in SES to see what is happening in the log?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>