<?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>Configuring SES for application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38016/configuring-ses-for-application</link><description>I&amp;#39;m trying to develop a beacon application where I dore to read the battery level. 
 I installed the Segger SES development environment. 
 If I use the example \examples\ble_peripheral\ble_app_beacon everything works correctly. 
 If I use the example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Sep 2018 14:18:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38016/configuring-ses-for-application" /><item><title>RE: Configuring SES for application</title><link>https://devzone.nordicsemi.com/thread/147215?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 14:18:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3aed959c-545d-4bc5-8c0d-f2b517606e44</guid><dc:creator>DEGHI</dc:creator><description>&lt;p&gt;HI many thanks for the mail.&amp;nbsp;I had enabled the module in the &lt;span&gt;sdk_config.h&amp;nbsp;&lt;/span&gt;file but I had not included the various nrf_xxx.c files in the SES,&amp;nbsp;including files, everything works correctly.&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring SES for application</title><link>https://devzone.nordicsemi.com/thread/147086?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 06:49:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98e19b4b-121a-48f9-b8d9-c1c0a6be458c</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;OK, This is for SDK12.3 I guess, You should include nrf_driver_power.c in your project and enable&amp;nbsp;POWER_ENABLED in your sdk_config.h file.&lt;/p&gt;
&lt;p&gt;Just to make sure that I was clear earlier.&lt;/p&gt;
&lt;p&gt;you need to explicitly add the modules to your project. easy way is to add every available module in SDK to your project and then enable/disable them using sdk_config.h file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring SES for application</title><link>https://devzone.nordicsemi.com/thread/147005?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 14:12:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5536635-76c6-4331-9bca-226a8c680a77</guid><dc:creator>DEGHI</dc:creator><description>&lt;p&gt;For example, now I took the example &lt;span&gt;\examples\ble_peripheral\ble_app_beacon&lt;/span&gt; if I compile it and install it all ok.&lt;/p&gt;
&lt;p&gt;I have noticed that the other example related to SAADC foresees the configuration of some modules not present in this example. If I enable in the &lt;span&gt;sdk_config.h&amp;nbsp;&lt;/span&gt;file (I have not made any changes to the code) the Power Enabled module:&lt;/p&gt;
&lt;p&gt;// &amp;lt;e&amp;gt; POWER_ENABLED - nrf_drv_power - POWER peripheral driver&lt;br /&gt;// ================================================ ==========&lt;br /&gt;#ifndef POWER_ENABLED&lt;br /&gt;#define POWER_ENABLED 1&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;The compilation ends correctly but in the link phase I have the following error:&lt;/p&gt;
&lt;p&gt;Building &amp;lsquo;ble_app_beacon_pca10040_s132&amp;rsquo; from solution &amp;lsquo;ble_app_beacon_pca10040_s132&amp;rsquo; in configuration &amp;lsquo;Debug&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_log_backend_serial.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_log_backend_rtt.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_log_backend_uart.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_log_default_backends.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_log_frontend.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_log_str_formatter.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;app_button.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;app_error.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;app_error_weak.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;app_scheduler.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;app_timer.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;app_util_platform.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_assert.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;hardfault_implementation.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_atfifo.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_balloc.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_fprintf.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_fprintf_format.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_memobj.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_pwr_mgmt.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_section_iter.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_strerror.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;boards.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_drv_clock.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_drv_common.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_drv_gpiote.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_drv_uart.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;bsp.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;bsp_nfc.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;main.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;SEGGER_RTT.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;SEGGER_RTT_Syscalls_SES.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;SEGGER_RTT_printf.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;ble_advdata.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;ble_srv_common.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_sdh.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_sdh_ble.c&amp;rsquo;&lt;br /&gt; Compiling &amp;lsquo;nrf_sdh_soc.c&amp;rsquo;&lt;br /&gt; Linking ble_app_beacon_pca10040_s132.elf&lt;br /&gt; Output/ble_app_beacon_pca10040_s132 Debug/Obj/nrf_drv_common.o: In function `POWER_CLOCK_IRQHandler&amp;#39;:&lt;br /&gt; undefined reference to `nrf_drv_power_onIRQ&amp;#39;&lt;br /&gt;Build failed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring SES for application</title><link>https://devzone.nordicsemi.com/thread/146898?ContentTypeID=1</link><pubDate>Mon, 03 Sep 2018 07:49:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4c5968a-c6ba-42e7-9fc0-1dea4fecf75c</guid><dc:creator>DEGHI</dc:creator><description>&lt;p&gt;Hi Aryan, many thanks for the email.&lt;/p&gt;
&lt;p&gt;I had tried to add the code of the saad example to that of the beacon but I had problems in the linking phase. Now I tried to do the opposite, starting from the saadc sample code (&lt;span&gt;\examples\peripheral\saadc&lt;/span&gt;) I would like to add the code of the BLE advertising part (&lt;span&gt;\examples\ble_peripheral\ble_app_beacon).but the compiler does not find some include files.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please, could you confirm to me that it is enough to update the sdk_config.h configuration file by inserting the necessary modules and enabling them (maybe I try again to verify by pointing out the actions done) or I have to do some other action?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring SES for application</title><link>https://devzone.nordicsemi.com/thread/146619?ContentTypeID=1</link><pubDate>Fri, 31 Aug 2018 07:14:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb40f203-b35d-4d62-be12-57f8e0cde402</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi DEGHI,&lt;/p&gt;
&lt;p&gt;sdk_config.h is a configuration file for the SDK drivers and libraries. It cannot be used to add modules/services.&lt;/p&gt;
&lt;p&gt;Unfortunately you need to add these two examples manually. When you say you have a lot of problem, you may post those here and most probably you will get some help to overcome them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>