<?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 on nRF52833 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/58050/uart-on-nrf52833-dk</link><description>Hi 
 How do you transmit using UART on segger. Up until now I have been using the debug console and the NRF_LOG_INFO command to send information from the DK to my computer. 
 I found out that if somehow I had used NRF_LOG_INFO command to print strings</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 21 Feb 2020 09:08:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/58050/uart-on-nrf52833-dk" /><item><title>RE: UART on nRF52833 DK</title><link>https://devzone.nordicsemi.com/thread/235659?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 09:08:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2882b9ad-e4eb-4803-aa9a-58a5198ef7ad</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You need to initialize the UART library as well, similar to the UART peripheral example. The retarget functionality use app_uart_put/get functions for stdio retargeting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART on nRF52833 DK</title><link>https://devzone.nordicsemi.com/thread/235598?ContentTypeID=1</link><pubDate>Fri, 21 Feb 2020 02:20:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cdf88fe-fadd-4a17-a967-9db616efac72</guid><dc:creator>Siddharth Venkatesh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does this work for transferring data through the com ports. I tried it and it stopped outputting on the debug console but, it did not show up on the COM7 I was monitoring on my pc.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART on nRF52833 DK</title><link>https://devzone.nordicsemi.com/thread/235471?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2020 13:39:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:895bcbe2-e126-420d-9e9c-6349020213eb</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In order to use printf to transmit data over UART, you need to include the&amp;nbsp;&lt;span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/group__retarget.html"&gt;Retarget layer for&amp;nbsp;stdio&amp;nbsp;functions&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Add the source file&amp;nbsp;components\libraries\uart\retarget.c to your project, and enable retargeting in your sdk_config.h file:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;q&amp;gt; RETARGET_ENABLED  - retarget - Retargeting stdio functions

#ifndef RETARGET_ENABLED
#define RETARGET_ENABLED 1
#endif&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>