<?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>Undefined symbol problem (app_uart_get)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/18520/undefined-symbol-problem-app_uart_get</link><description>I&amp;#39;m sorry for this easy question.
I&amp;#39;m just starting to develop an application using a nrf52832. 
 I want to use uart functions, so I added a line #include &amp;quot;app_uart.h&amp;quot;.
But when I build the source, it failed saying
&amp;quot;._build\nrf52832_xxaa.axf: Error</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Dec 2016 09:03:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/18520/undefined-symbol-problem-app_uart_get" /><item><title>RE: Undefined symbol problem (app_uart_get)</title><link>https://devzone.nordicsemi.com/thread/71463?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 09:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60c209cb-37d1-49d9-9888-7c2c2d066e06</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You also need to configure the &lt;code&gt;sdk_config.h&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;You will need to have these defines:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define APP_UART_ENABLED 1
#define APP_FIFO_ENABLED 1
#define APP_UART_DRIVER_INSTANCE 0
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you want to use printf(), you also need &lt;code&gt;#define RETARGET_ENABLED 1&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you use Keil, I recommend to use the &amp;quot;Configuration Wizard&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6114.ConfigurationWizard.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;You can enter the wizard at the bottom of the editor when you have sdk_config.h open. You can than quickly edit the sdk_config.h using this GUI wizard:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/configwizuart.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Undefined symbol problem (app_uart_get)</title><link>https://devzone.nordicsemi.com/thread/71462?ContentTypeID=1</link><pubDate>Wed, 21 Dec 2016 08:43:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dccd6816-9911-4a51-b4ea-ae85ae6d98a5</guid><dc:creator>Alex</dc:creator><description>&lt;p&gt;Have you added &amp;quot;app_uart.c&amp;quot; to your project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>