<?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>how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85917/how-to-craete-new-project-on-nrf9160-using-segger</link><description>i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project . 
 i click on crate new project and past code of Blinky in main.c file . on buid</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Mar 2022 12:36:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85917/how-to-craete-new-project-on-nrf9160-using-segger" /><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358646?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 12:36:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c04ca0e-cdd6-4c4b-b746-a0ae77cf190e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;I will need more information. This is an error I have not seen in the nRF Connect SDK.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358615?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 11:32:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79d8bfd2-2435-4681-badd-0ac5dcdc1da5</guid><dc:creator>Mohit Nama</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/*********************************************************************
*                    SEGGER Microcontroller GmbH                     *
*                        The Embedded Experts                        *
**********************************************************************

-------------------------- END-OF-HEADER -----------------------------

File    : main.c
Purpose : Generic application start

*/

#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;

/*********************************************************************
*
*       main()
*
*  Function description
*   Application entry point.
*/
int main(void) {
  int i;

  for (i = 0; i &amp;lt; 100; i++) {
    printf(&amp;quot;Hello World %d!\n&amp;quot;, i);
  }
  do {
    i++;
  } while (1);
}

/*************************** End of file ****************************/
&lt;/pre&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;on&amp;nbsp; build this code .&lt;/p&gt;
&lt;p&gt;it shows following errors.&lt;/p&gt;
&lt;p&gt;1.Failed to download application.&lt;/p&gt;
&lt;p&gt;2.Generic error.&lt;/p&gt;
&lt;p&gt;P3.lease check J-Link and target connection.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358609?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 11:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6ba59d1-11a5-474e-936d-62f49035f783</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Have a look at this &lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial"&gt;tutorial on using nRF Connect SDK&lt;/a&gt;. It&amp;#39;s based on v1.5.0, so a little outdated, but should still be usable with latest version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358608?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 11:15:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b371782-dbbf-4680-9998-ecb35d3a667f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;What is the error message that you provided? How did you get there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358583?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 09:51:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a4ef879-8e98-4f0d-9de6-b385f48957a0</guid><dc:creator>Mohit Nama</dc:creator><description>&lt;p&gt;Nordic providing smart solution for make it easy but even then there are many problem, while i open and install all using nrf connect desktop&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358580?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 09:48:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d354384-3f2d-41f6-8c94-4e4f453dd62d</guid><dc:creator>Mohit Nama</dc:creator><description>&lt;p&gt;sir , i red all doc. but i want make simple gpio program like on off led . do i have need sim card for this&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358576?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 09:35:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09864f56-c0d0-4f34-b6f3-19ddd1a7851e</guid><dc:creator>Mohit Nama</dc:creator><description>&lt;p&gt;sir have already installed all these&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358574?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 09:31:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:783570d8-d87e-484e-b458-ec6d8fd17efc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;After installing the Toolchain Manager, have a look at the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/ug_nrf91.html#working-with-nrf91-series"&gt;Working with nRF91 series in our documentation&lt;/a&gt;&amp;nbsp;to familiarize yourself with our nRF9160 product.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to craete new project on nrf9160 using segger?</title><link>https://devzone.nordicsemi.com/thread/358572?ContentTypeID=1</link><pubDate>Thu, 17 Mar 2022 09:29:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ed107b9-0f87-4b45-8483-4ad2de5523b4</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Can you please elaborate more on your setup? &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/index.html"&gt;Have you installed the nRF Connect SDK&lt;/a&gt;? The current version is tagged v1.9.1. What version of Segger Embedded Studio are you referring to? Please make sure that you are using SEGGER Embedded Studio for ARM (Nordic Edition). &lt;strong&gt;This is bundled with our Toolchain Manager, which installs both the SDK and tools. Please install the nRF Connect for Desktop, and from here install the Toolchain Manager.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2476.pastedimage1647509313385v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Make sure to install the nRF Connect SDK to the shortest path as possible, configured under settings, e.g. C:\NCS\&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/5148.pastedimage1647509373014v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&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></channel></rss>