<?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>UART Logging on NRF52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74118/uart-logging-on-nrf52832</link><description>Hi everyone, 
 
 I&amp;#39;m currently trying to the get UART logging running on the NRF52832, but fail to get the SDK working. 
 
 My settings are as follows: 
 #define NRFX_UARTE_ENABLED 1 #define NRFX_UARTE0_ENABLED 0 #define NRFX_UART_ENABLED 1 #define NRFX_UART0_ENABLED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 24 Apr 2021 17:14:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74118/uart-logging-on-nrf52832" /><item><title>RE: UART Logging on NRF52832</title><link>https://devzone.nordicsemi.com/thread/306635?ContentTypeID=1</link><pubDate>Sat, 24 Apr 2021 17:14:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea4e62c2-bb5f-42e1-8335-6dd5dc50a94c</guid><dc:creator>wait-for-it</dc:creator><description>&lt;p&gt;Thanks, that fixed the problem!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART Logging on NRF52832</title><link>https://devzone.nordicsemi.com/thread/305523?ContentTypeID=1</link><pubDate>Mon, 19 Apr 2021 12:17:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d51a8eab-5071-4e59-81bb-43a2ffd1300c</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;A few things you can try that has fixed this &amp;quot;multiple definition error&amp;quot; of the &amp;quot;UARTE0_UART0_IRQHandler&amp;quot;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Try disabling legacy UART peripheral support by setting #define UART_LEGACY_SUPPORT 0 in your sdk_config.h file.&lt;/li&gt;
&lt;li&gt;Enable peripheral resource sharing for UART/UARTE. This is done by setting #define NRFX_PRS_ENABLED 1 and #define NRFX_PRS_BOX_2_ENABLED 1 in sdk_config.h.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>