<?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>Combining examples in SDK13</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22924/combining-examples-in-sdk13</link><description>Hello, 
 I have a problem while combining peripheral examples in SDK13. I am trying to combine twi_sensor and uart but when I do this in uart folder, compiler gives following error: 
 &amp;gt; Linking target: _build/nrf52832_xxaa.out

&amp;gt; _build/nrf52832_xxaa_main</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Jun 2017 12:15:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22924/combining-examples-in-sdk13" /><item><title>RE: Combining examples in SDK13</title><link>https://devzone.nordicsemi.com/thread/90171?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 12:15:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a36b5743-cb01-483d-92c0-aaf292f3bb29</guid><dc:creator>asabuncuoglu13</dc:creator><description>&lt;p&gt;Yeah, in my case APP_UART_ENABLED was required to call app_uart_get and app_uart_init, when I added #define APP_UART_ENABLED 1 it worked perfectly!&lt;/p&gt;
&lt;p&gt;Thanks!!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Combining examples in SDK13</title><link>https://devzone.nordicsemi.com/thread/90170?ContentTypeID=1</link><pubDate>Tue, 20 Jun 2017 11:15:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99b9120e-b7c4-44ed-baf1-6c018aa8c3e0</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You will also need to update the &lt;code&gt;sdk_config.h&lt;/code&gt; to enable the modules you want to use.
E.g. for the uart project, you will need to add #define TWI_ENABLED 1.
The &lt;code&gt;sdk_config.h&lt;/code&gt; is located in the folder &lt;code&gt;SDK_13_folder\examples\peripheral\twi_sensor\pca10040\blank\config&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>