<?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>Problems with enabling files</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62225/problems-with-enabling-files</link><description>Hello, 
 I have problems with adding the ble_nus.c file to my project, but I also have issues with the files: nrf_ble_gatt.c, nrf_ble_qwr.c, and nrf_pwr_mgmt.c. The problem is that each of these files have a NRF_MODULE_ENABLED() function at the start</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Jun 2020 09:47:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62225/problems-with-enabling-files" /><item><title>RE: Problems with enabling files</title><link>https://devzone.nordicsemi.com/thread/253737?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 09:47:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ba133c2-643f-4af8-93cb-d37651ae0ebc</guid><dc:creator>awneil</dc:creator><description>[quote userid="87429" url="~/f/nordic-q-a/62225/problems-with-enabling-files/253724"]I have solved the issue[/quote]
&lt;p&gt;Good to hear.&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7573._5F00_Verify_2D00_answer_2D00_nordic_5F00_2.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with enabling files</title><link>https://devzone.nordicsemi.com/thread/253724?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 09:16:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a328ca1-951f-4118-9813-fd2831242581</guid><dc:creator>Mr Sunshine</dc:creator><description>&lt;p&gt;never mind,&amp;nbsp;I have solved the issue.&lt;br /&gt;I edited the wrong sdk_config.h file located at&amp;nbsp;&lt;code&gt;sdk/nrf5/config/nrf52832/config/sdk_config.h, the right one was located in a config file with the project.&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with enabling files</title><link>https://devzone.nordicsemi.com/thread/253716?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 08:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4626839a-924e-4f20-ba4e-1a0744019303</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That won&amp;#39;t help you at all - you would still have exactly the same issues!&lt;/p&gt;
&lt;p&gt;The issues are &amp;#39;C&amp;#39; issues - not specific to any particular IDE.&lt;/p&gt;
&lt;p&gt;Again:&lt;/p&gt;
[quote userid="6462" url="~/f/nordic-q-a/62225/problems-with-enabling-files/253510"]You &lt;i&gt;&lt;b&gt;&lt;u&gt;don&amp;#39;t&lt;/u&gt;&lt;/b&gt;&lt;/i&gt; have to use it [Keil] for your development - &lt;b&gt;just to view&lt;/b&gt; (and edit, if required) the&amp;nbsp;&lt;strong&gt;sdk_config.h&lt;/strong&gt;&amp;nbsp;[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with enabling files</title><link>https://devzone.nordicsemi.com/thread/253712?ContentTypeID=1</link><pubDate>Mon, 08 Jun 2020 08:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:130a93bc-0239-456f-b66b-f83323ce3c6c</guid><dc:creator>Mr Sunshine</dc:creator><description>&lt;p&gt;@awneil, how can I port Segger to Keil?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problems with enabling files</title><link>https://devzone.nordicsemi.com/thread/253510?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2020 11:21:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5db1e417-c423-4c29-9486-0005dc2fc778</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The &lt;strong&gt;sdk_config.h&lt;/strong&gt; is a common source of confusion and problems.&lt;/p&gt;
&lt;p&gt;eg,&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/45366/missing-defines-in-generic-sdk_config-h"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/45366/missing-defines-in-generic-sdk_config-h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The easiest way is to find an example project (or projects) which has the features you need, and then look at the&amp;nbsp;&lt;strong&gt;sdk_config.h&lt;/strong&gt;&amp;nbsp;options in that project(s).&lt;/p&gt;
&lt;p&gt;As I said the the above linked thread, I find Keil uVision by far the easiest way to get a graphical view of the&amp;nbsp;&lt;strong&gt;sdk_config.h&lt;/strong&gt;&lt;span&gt;&amp;nbsp;settings. You don&amp;#39;t have to use it for your development - just to view (and edit, if required) the&amp;nbsp;&lt;strong&gt;sdk_config.h&lt;/strong&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The free Keil version is fine for this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also in&amp;nbsp;the above linked thread, I&amp;nbsp;point to a uVision Project&amp;nbsp; to open just the&amp;nbsp;&lt;strong&gt;sdk_config.h&lt;/strong&gt;&amp;nbsp;- with instructions for use.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>