<?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>Trying to enable the UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/94958/trying-to-enable-the-uart</link><description>I&amp;#39;m getting this error when I try to init the UART: 
 
 I have app_uart.c in the project, but a little investigation shows that it&amp;#39;s not &amp;quot;enabled&amp;quot; in sdk_config.h. 
 When I look at the docs for the UART driver, I don&amp;#39;t see anything about what to enable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 20 Dec 2022 09:08:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/94958/trying-to-enable-the-uart" /><item><title>RE: Trying to enable the UART</title><link>https://devzone.nordicsemi.com/thread/401442?ContentTypeID=1</link><pubDate>Tue, 20 Dec 2022 09:08:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29959b75-137d-4f30-b9b8-01884d70c576</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Let me just try to clarify a bit, I think you are mixing two different SDK&amp;#39;s, there is the nRF5 SDK (lates is 17.1, not recommended for new development) and there is the nRF Connect SDK (latest is 2.2, recommended for new designs):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nRF5 SDK was used with Keil, IAR and SES, while the nRF Connect SDK is using the VS code. To get started with nRF Connect SDK check out:&lt;br /&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The nRF52 DK is supported in nRF Connect SDK:&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_features.html#supported-boards"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52_features.html#supported-boards&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Trying to enable the UART</title><link>https://devzone.nordicsemi.com/thread/401347?ContentTypeID=1</link><pubDate>Mon, 19 Dec 2022 18:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c02e1de8-bf20-46c8-8bb7-ae828b3c588b</guid><dc:creator>Bret Foreman</dc:creator><description>&lt;p&gt;If you look at ticket&amp;nbsp;&lt;span&gt;300239 in this forum you will see that my nRF52 DK is not supported by the nRFConnect SDK. So your recommendation is mis-informed.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;As you can see in my post here, what I&amp;#39;m doing is exactly as you recommended - comparing my sdk_config.h file to the one in the UART example. The two files are drastically different and the UART documentation is no help because it doesn&amp;#39;t talk about how to enable the UART.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;m stuck. You guys aren&amp;#39;t supporting the sdk_config.h file for my DK and your new nRF Connect platform doesn&amp;#39;t support the DK either. What should I do?&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: Trying to enable the UART</title><link>https://devzone.nordicsemi.com/thread/401234?ContentTypeID=1</link><pubDate>Mon, 19 Dec 2022 11:54:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1db4c5b2-484b-4c74-80e4-4feb943268dc</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately the sdk_config.h files are not complete, they typically only contain the configuration required to run the example. So in this case you need to compare the sdk_config.h with a project that is using app_uart and copy and paste all configurations that may be missing.&lt;/p&gt;
&lt;p&gt;For new development use the nRF Connect SDK instead, then you avoid this.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>