<?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>NRF52 uart example is not transmitting but receiving</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/92891/nrf52-uart-example-is-not-transmitting-but-receiving</link><description>I am using the NRF52 development kit and I modified the uart example main.c to simple TX and RX application using printf function. The board is directly connected to the PC with the USB. I used x3 different serial applications on the PC, which are Putty</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Oct 2022 08:58:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/92891/nrf52-uart-example-is-not-transmitting-but-receiving" /><item><title>RE: NRF52 uart example is not transmitting but receiving</title><link>https://devzone.nordicsemi.com/thread/390924?ContentTypeID=1</link><pubDate>Mon, 17 Oct 2022 08:58:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d202c606-4364-404b-81a4-f642270dd48c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Not sure if I missed something in your application or case description, but if you have removed retarget.c from your project, I would not expect printf to output anything to UART. retarget.c is the place where printf statements are forwarded to UART using app_uart_put() function, so unless you have implemented this somewhere else, the printf statements will not go anywhere.&lt;/p&gt;
&lt;p&gt;I would highly recommend you to stick with the SES version used for testing/verification of the SDK version you are using, mentioned in the &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/index.html"&gt;release notes&lt;/a&gt;. the STDIO retarget layer should work with the older SES version.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF52 uart example is not transmitting but receiving</title><link>https://devzone.nordicsemi.com/thread/390861?ContentTypeID=1</link><pubDate>Sat, 15 Oct 2022 08:24:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cde0949-d774-44a3-bd6f-74ba930a0f49</guid><dc:creator>MRK-196</dc:creator><description>&lt;p&gt;I forgot to mention that I am using the PCA10040 chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>