<?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>SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64480/ses-ide-buggy-development-with-nrf91-and-nrf52</link><description>Hi, I have been working on setting up the environment for development of nrf52840 and nrf9160 the past three days. I have nRF9160 dk which comes with nrf52840. I have been struggling with Segger studio arm v4.52 nordic edition as it is very buggy and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Aug 2020 07:50:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64480/ses-ide-buggy-development-with-nrf91-and-nrf52" /><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263348?ContentTypeID=1</link><pubDate>Thu, 06 Aug 2020 07:50:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8da33f0-dae0-46be-a132-b57b7310fd3b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Hamza_HK"]I don&amp;#39;t get the same errors using the SEGGER IDE V4.52C for MacOS.&amp;nbsp;[/quote]
&lt;p&gt;No, this is correct as the official Segger IDE v4.52C is not supported/built for NCS. In SES - Nordic Edition you have several Nordic specific features e.g.&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#changing-the-ses-environment-settings"&gt; the nRF Connect tab under Tools -&amp;gt; Options.&lt;/a&gt;&amp;nbsp;Have you configured this correctly&amp;nbsp;as described in the last step of the Getting Started Assistant?&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;If you are not able to use the IDE (SES - Nordic Edition), then I suggest &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/west/index.html#west-zephyr-s-meta-tool"&gt;building using West&lt;/a&gt; in the command line. If you have set up everything correct, you can open a terminal in macOS. Navigate to your asset tracker application:&lt;br /&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;source &amp;lt;NCS root folder&amp;gt;/zephyr/zephyr-env.sh

cd &amp;lt;NCS root folder&amp;gt;/nrf/applications/asset tracker

west build -b nrf9160dk_nrf9160ns -d build

west flash
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263265?ContentTypeID=1</link><pubDate>Wed, 05 Aug 2020 14:10:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27af1fd5-e025-4025-a506-d0b7e9c3b98d</guid><dc:creator>Hamza_HK</dc:creator><description>&lt;p&gt;Sorry I said wrong. I followed the Getting Started Assistant. I have done everything correctly. The issue seems to be with&amp;nbsp;SEGGER v4.52 nordic edition for MacOS. I don&amp;#39;t get the same errors using the SEGGER IDE V4.52C for MacOS.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263240?ContentTypeID=1</link><pubDate>Wed, 05 Aug 2020 13:22:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20ef4094-2b8e-405f-a1c2-1b5ef1013d00</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Hamza_HK"]I followed the guide through the toolchain manager in nrf connect for desktop.[/quote]
&lt;p&gt;When using Toolchain Manager on macOS, you are met with a yellow box stating that &amp;quot;The macOS support is experimental&amp;quot;. Did you open SES using the Open IDE button in the Toolchain Manager? You cannot use SES downloaded from Segger.com&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;If you are having bigger issues with the Toolchain Manager, I suggest following the Getting Started Assistant.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know EFR32 and its SDK, and can therefore not comment on that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263133?ContentTypeID=1</link><pubDate>Wed, 05 Aug 2020 08:22:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93e01df3-2484-40b3-99a7-245cfa92c131</guid><dc:creator>Hamza_HK</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I followed the guide through the toolchain manager in nrf connect for desktop. I configured SES correctly. I cannot open nrf9160 applications through SES V4.52C (not nordic edition) because they do not have SES project, rather have to be built through the process in getting started assistant.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I will have a look at NCS. I figured I will use SES V4.52C to edit and V4.52 nordic edition to create a project from NCS until the issue is fixed. Thank you.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Another question: Is it possible to migrate our code from Silicon labs EFR32 to nRF52840?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Hamza&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263115?ContentTypeID=1</link><pubDate>Wed, 05 Aug 2020 07:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65c17e4e-08e5-4b8e-962b-b3d8279348aa</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Hamza,&amp;nbsp;&amp;nbsp;&lt;/p&gt;
[quote user="Hamza_HK"]But, I cannot open the nrf9160 applications similar to the guide for nrf sdk connect (nrf connect options doesn&amp;#39;t exist nor the open nrf sdk connect project option).&amp;nbsp;[/quote]
&lt;p&gt;&amp;nbsp;Yes, this is correct as it is not Nordic Edition. We are aware of issues with SES v4.52 Nordic Edition and are working to fix these issues. Unfortunately, I do not have any timeline for when this will be fix or a new version is ready.&lt;br /&gt;&lt;br /&gt;What &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#installing-the-ncs-through-nrf-connect-for-desktop"&gt;guide did you follow&lt;/a&gt; to install NCS and Segger Embedded Studio? Did you use the Getting Started Assistant or the Toolchain Manager in nRF Connect for Desktop? Have you &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing.html#setting-up-executables"&gt;configured SES correctly&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Hamza_HK"]I have another question regarding RTOS and examples; Are there examples on zephyr rtos for nrf52840? (I have only found for FREERTOS)&lt;br /&gt;[/quote]
&lt;p&gt;&amp;nbsp;Yes, there several examples for nRF52840 using NCS. Have a look at &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples.html#samples"&gt;our samples&lt;/a&gt;, and the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#working-with-nrf52"&gt;Working with nRF52&lt;/a&gt;&amp;nbsp;chapter.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263064?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2020 15:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc58bfcb-c8be-44c0-87a5-de5c67f78b6f</guid><dc:creator>Hamza_HK</dc:creator><description>&lt;p&gt;Hi &amp;Oslash;yvind!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img alt=" " height="120" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Ska_0803_rmavbild-2020_2D00_08_2D00_04-kl.-17.11.07.png" width="246" /&gt;&lt;br /&gt;I always get this when I open SES Nordic Edition version 4.52 and cannot find declaration or definition of any function or variable.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I get the following error when i build and run asset tracker example. It builds but fails to flash it.&amp;nbsp;&lt;br /&gt;&lt;img alt=" " height="126" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Ska_0803_rmavbild-2020_2D00_08_2D00_04-kl.-17.22.08.png" width="244" /&gt;&lt;br /&gt;&lt;br /&gt;Since I posted this ticket I have moved on to SES version 4.52C which i downloaded directly from SES website - this version works better and less buggy. But, I cannot open the nrf9160 applications similar to the guide for nrf sdk connect (nrf connect options doesn&amp;#39;t exist nor the open nrf sdk connect project option).&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I have another question regarding RTOS and examples; Are there examples on zephyr rtos for nrf52840? (I have only found for FREERTOS)&lt;br /&gt;&lt;br /&gt;Best Regards,&lt;br /&gt;Hamza&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SES IDE buggy, development with nrf91 and nrf52</title><link>https://devzone.nordicsemi.com/thread/263051?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2020 14:42:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd81c1c1-0dc4-49b0-bfd9-a73e74dc3505</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Hamza,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have any errors or output that I work with? What errors do you see, and at what point do you get them?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;&lt;br /&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>