<?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>SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64973/segger-nrf-connect-sample</link><description>Hello together, I am trying to work with the SEGGER software and would like to test it with a Sample from the nRF Connect SDK. 
 I&amp;#39;ve installed it over the Toolchain application and I am using the nRF9160 board. 
 When I choose an sample I get an error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Aug 2020 12:36:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64973/segger-nrf-connect-sample" /><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265558?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 12:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75ec3e59-5a0e-466a-a999-585d12588345</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Yes, you can build it using the command line by following&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html#building-on-the-command-line"&gt;this guide&lt;/a&gt;. I would also recommend you take a look&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html"&gt;here&lt;/a&gt;&amp;nbsp;for how to get started with the nRF Connect SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265554?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 12:25:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65093760-0103-4fa7-b81f-af126e1f2f78</guid><dc:creator>jseidel</dc:creator><description>&lt;p&gt;Unfortunately this just changed the error notification.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1597926278775v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;For my project I just want to check if I can do a simple MQTT connection. Are there any other options to do that than using the&amp;nbsp;SES?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265546?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 12:01:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43a081ae-0327-4792-b375-9085e779a0eb</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;It looks correct to me. Could you try to delete the build folder for your project,&amp;nbsp;&lt;span&gt;build_nrf9160dk_nrf9160ns (and build_nrf9160dk_nrf9160 if you have that as well), and then open the project again and build it?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265527?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 11:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dfbd2e3-4960-42e4-bc86-cb61ad052a9d</guid><dc:creator>jseidel</dc:creator><description>&lt;p&gt;The first command didn&amp;#39;t worked but the second one did.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The file path is looking correct to me.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is what I see:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1597922643823v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you see any mistake or have any other suggestion?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265516?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 11:00:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1707dbd7-7290-4b6f-98a0-01c5242eb35c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;It seems like you are missing the yaml module. Could you try using the following command inside the zephyr directory:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install -r scripts\requirements.txt&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If this does not work, could you instead try&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install pyyaml&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Can you check if your Zephyr Base and GNU ARM Embedded Toolchain Directory is correct? Go to Tools &amp;gt; Options &amp;gt; nRF Connect in SES and look under Directories. Does this correspond with where they are located on your computer?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265497?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 09:39:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c906b2f5-2bd8-4f36-9ac6-71d95b71854e</guid><dc:creator>jseidel</dc:creator><description>&lt;p&gt;I&amp;#39;ve tried that as well and when I am choosing the board with &amp;#39;ns&amp;#39; I am getting the following notification:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1597916347416v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Maybe for you helpful as well, these are my setting when I try to start the sample:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1597916377913v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks and best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265495?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 09:34:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45046ef3-cff9-4331-a9df-0c1b3563238b</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;It seems like you are trying to build the application&amp;nbsp;as Secure, which&amp;nbsp;is not possible since bsdlib requires the application to be&amp;nbsp;built as Non-Secure. (You can read more about Secure vs Non-Secure&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-2-1478313418#h100sjwm551634uoal2fr9zwynnptkq"&gt;here&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;When you open a nRF Connect SDK Project in SES which are to be built as Non-Secure, you must have &amp;quot;ns&amp;quot; at the end of the board name, as shown below.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x300/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-43da926b2dc44a6a954ad8a0abea69ec/open_5F00_ncs_5F00_project.png" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265490?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 08:44:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efad962b-f21a-4ea0-a0f6-4ccf10324505</guid><dc:creator>jseidel</dc:creator><description>&lt;p&gt;Yeah you were right, it wasn&amp;#39;t installed. I installed it afterwards and now he doesn&amp;#39;t shows this error notification, but instead it shows:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1597913074458v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you maybe know what the problem here is?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265446?ContentTypeID=1</link><pubDate>Thu, 20 Aug 2020 06:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95682b1d-1767-49cd-92dd-e4d8ca8e3ebc</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Did you remember to install the nRF Command Line Tools? You can find it&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools/Download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Can you try to update the toolchain through Toolchain Manager?&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-43da926b2dc44a6a954ad8a0abea69ec/update_5F00_toolchain.png" /&gt;&lt;/p&gt;
&lt;p&gt;You can&amp;nbsp;check&amp;nbsp;if you have west installed by using&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;west --version&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;in a terminal. It should give you something like &amp;quot;West version: v0.7.3&amp;quot; if it is installed. If&amp;nbsp;you don&amp;#39;t have west installed and none of the suggestions above solved your problem, you can install west with&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;pip3 install west&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265377?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 14:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:948d0765-76cb-41ca-9edd-15ecc57c4577</guid><dc:creator>jseidel</dc:creator><description>&lt;p&gt;I found the python version 3.7 but it doesn&amp;#39;t contains a &amp;#39;west&amp;#39; file, so that might explain the problem. But the file is neither located anywhere else is it possible that it wasn&amp;#39;t installed?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265296?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 11:49:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e12234f-cefb-4d3b-9aae-2d1b80d3de60</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;It seems like it&amp;#39;s unable to find west. Can you find where&amp;nbsp;your installation of west is located, and then try to do as the comment in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/53764/can-not-load-assert-tracker-project"&gt;this thread&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265272?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 09:55:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be8485ff-e986-4b90-8725-2933f2a4287c</guid><dc:creator>jseidel</dc:creator><description>&lt;p&gt;Yes exactly I&amp;#39;ve installed it about the Toolchain Manager and opened it there as well, but I am still having the problem.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Do you have any other suggestions what the problem might be?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER nRF Connect Sample</title><link>https://devzone.nordicsemi.com/thread/265252?ContentTypeID=1</link><pubDate>Wed, 19 Aug 2020 08:58:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef809c4-73a0-4ca5-84ec-18068bd75a95</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Did you use the Toolchain Manager&amp;nbsp;for the installation? If so, you have to open it from the Toolchain Manager by clicking &amp;quot;Open IDE&amp;quot;. Launching it from there will correctly set up the environment.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-43da926b2dc44a6a954ad8a0abea69ec/open_5F00_ses.png" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>