<?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 include libraries from the NRF SDK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106804/how-to-include-libraries-from-the-nrf-sdk</link><description>Hello, 
 I am new to the NRF52 and Segger environment. I was able to successfully build and run the blinky example sketch. Now I want to add UART functionality. 
 Therefore, I added the header file in code via #include &amp;quot;app_uart.h&amp;quot; and added the directory</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jan 2024 14:30:30 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106804/how-to-include-libraries-from-the-nrf-sdk" /><item><title>RE: How to include libraries from the NRF SDK</title><link>https://devzone.nordicsemi.com/thread/462330?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 14:30:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b206604b-a2d8-4d5f-bfa7-d374e57db84a</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="Leschge"]So I have switched to nRF5_SDK 17.1.0,[/quote]
&lt;p&gt;I am sorry if I have caused any confusion.&lt;/p&gt;
&lt;p&gt;The NRF5_SDK is our old SDK (and version 17 was its last released version).&lt;/p&gt;
&lt;p&gt;Nordic recommends using our newer SDK that is &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;Nordic Connect SDK&lt;/a&gt; (or simply NCS)&lt;/p&gt;
&lt;p&gt;Latest version of NCS is 2.5.1&lt;/p&gt;
&lt;p&gt;I recommend you to &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-1-1/"&gt;starting exploring and developing&lt;/a&gt; with the NCS.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Nonetheless, in the NRF5 SDK, you can locate all of the configs in the respective folder of SOC:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/6215.pastedimage1704205740095v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Naeem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to include libraries from the NRF SDK</title><link>https://devzone.nordicsemi.com/thread/461760?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2023 10:01:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d23c262-ed91-42c3-b67d-742462826921</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;We are severely understaffed this week because of the Christmas holidays, and Naeem will have to get back to you on this next week. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Sorry for the inconvenience.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to include libraries from the NRF SDK</title><link>https://devzone.nordicsemi.com/thread/461512?ContentTypeID=1</link><pubDate>Fri, 22 Dec 2023 02:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b286692-5cf6-4339-8743-545bfc265a1b</guid><dc:creator>Leschge</dc:creator><description>&lt;p&gt;Thanks. So I have switched to nRF5_SDK 17.1.0, however the problem I see is that the blinky example does not have UART library option in the sdk_config.h. So I have opened the UART example, this has&amp;nbsp;an option for UART in the sdk_config. &lt;br /&gt;Is there some empty template project that have all possible components/libs that can be enabled? Or do I have to copy them manually out of suited examples into my projects sdk_config?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to include libraries from the NRF SDK</title><link>https://devzone.nordicsemi.com/thread/461344?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2023 20:38:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59fd4c30-c7f2-4920-8e4d-8d6792432f31</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for contacting DevZone at NordicSemi.&lt;/p&gt;
&lt;p&gt;As you are starting with Nordic products, we recommend using our latest SDK which is &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;Nordic Connect SDK (NCS)&lt;/a&gt; version 2.5.0 as of now. NCS is based on zephyr and we use VS Code environment for testing. Getting started is pretty easy, and you will be able to install and run samples within minutes. Please follow this lesson on devAcademy for installation:&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/topic/exercise-1-1/"&gt;Lesson 1 Installation&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Many samples are provided that you can start testing with.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Nonetheless, if you want to use NRF5 SDK with SES, then you must enable different modules that you want to use in the .config file of the project.&lt;/p&gt;
&lt;p&gt;/BR, Naeem&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>