<?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>Some CHARACTERS not printing in UART.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22776/some-characters-not-printing-in-uart</link><description>Hi Friends..!
When I am sending data to UART to print it on terminal, some output data is getting skipped. please tell some solution.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Jun 2017 06:00:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22776/some-characters-not-printing-in-uart" /><item><title>RE: Some CHARACTERS not printing in UART.</title><link>https://devzone.nordicsemi.com/thread/89534?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2017 06:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c9d7da60-87e6-4a94-8778-63dcf1b012d4</guid><dc:creator>Rajat</dc:creator><description>&lt;p&gt;Done..! My code worked by decreasing the code lines.
Thanks for your kind help again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some CHARACTERS not printing in UART.</title><link>https://devzone.nordicsemi.com/thread/89533?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2017 05:47:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:650cdf74-67f2-4a25-bf82-b4b305c20eb0</guid><dc:creator>Rajat</dc:creator><description>&lt;p&gt;Hi Sigurd,
Thanks For your Instant reply and answering so nicely.
But still the next issue I am getting is
&lt;strong&gt;._build\nrf51422_xxac_s130.axf: error: L6047U: The size of this image (32836 bytes) exceeds the maximum allowed for this version of the linker
Finished: 0 information, 0 warning, 0 error and 1 fatal error messages.&lt;/strong&gt;
I know this issue is occcuring as I am not using keil full version but please tell what changes I should do to debug this.
Thanks in advance for your kind help. :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Some CHARACTERS not printing in UART.</title><link>https://devzone.nordicsemi.com/thread/89532?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2017 12:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:269e84d1-33fc-4725-9c80-e79b3ce05dad</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is caused by a &lt;a href="https://devzone.nordicsemi.com/question/72039/uart-print-is-not-getting/?answer=72144#post-id-72144"&gt;known bug in SDK 11&lt;/a&gt;, where the UART is only logging one character. See the &lt;a href="https://devzone.nordicsemi.com/question/71366/what-are-sdk-1100-known-issues/"&gt;what are SDK 11.0.0 known issues&lt;/a&gt; post for a list of known bugs in SDK 11.&lt;/p&gt;
&lt;p&gt;The fix  is to replace &lt;code&gt;app_uart.c&lt;/code&gt; with &lt;code&gt;app_uart_fifo.c&lt;/code&gt;. You will also need to add &lt;code&gt;app_fifo.c&lt;/code&gt; and add the path(&lt;code&gt;..\..\..\..\..\..\components\libraries\fifo&lt;/code&gt;) to the &amp;quot;Include Paths&amp;quot; in the &amp;quot;Options for target..&amp;quot; settings.&lt;/p&gt;
&lt;p&gt;I have already applied the changes to your project file(the Keil project file &lt;code&gt;nrf51-ble-tutorial-advertising&lt;/code&gt;). Just replace your project file with the project file I have attached.&lt;/p&gt;
&lt;p&gt;Attached project file:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf51_2D00_ble_2D00_tutorial_2D00_advertising.uvprojx"&gt;nrf51-ble-tutorial-advertising.uvprojx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>